Skip to content

Commit

Permalink
Merge pull request #4 from RADAR-base/release-1.1.0
Browse files Browse the repository at this point in the history
Use latest radar-auth version
  • Loading branch information
yatharthranjan authored Feb 1, 2021
2 parents fe27753 + ae7ed46 commit 6b5aedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.radarbase'
version '1.0.0'
version '1.1.0'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion radar-spring-auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

// Dependecy versions
val mpVersion = "0.5.8"
val mpVersion = "0.6.3"
val springVersion = "5.2.4.RELEASE"
val slf4jVersion = "1.7.30"
val aspectJVersion = "1.9.5"
Expand Down

0 comments on commit 6b5aedb

Please sign in to comment.