Skip to content

Commit

Permalink
SHIBUI-2510
Browse files Browse the repository at this point in the history
Update to use the release 5.0.0 versions of Shib and OpenSAML - removed all the SNAPSHOT versions of deps
  • Loading branch information
chasegawa committed Sep 14, 2023
1 parent 1d93248 commit 2e5a6b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
7 changes: 1 addition & 6 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ test {
}

repositories {
jcenter()
maven {
url 'https://build.shibboleth.net/nexus/content/groups/public'
artifactUrls = ['https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots']
}
// TODO remove snapshots after the versions become final
maven {
url 'https://build.shibboleth.net/maven/snapshots'
}
maven { // for the springboot plugin
url "https://plugins.gradle.org/m2/"
}
Expand Down Expand Up @@ -171,7 +166,7 @@ dependencies {
}

// shibboleth idp deps
['idp-profile-spring', 'idp-profile-api'].each {
['idp-profile-impl', 'idp-profile-api'].each {
implementation "net.shibboleth.idp:${it}:${project.'shibbolethVersion'}"
integrationTestImplementation "net.shibboleth.idp:${it}:${project.'shibbolethVersion'}"
}
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ log4JVersion=2.20.0
lombokVersion=6.6.2
nashornVersion=15.4
opencsvVersion=5.7.1
opensamlVersion=5.0.0-SNAPSHOT
opensamlVersion=5.0.0
pac4JVersion=5.7.0
pac4jSpringSecurityVersion=9.0.0
seleneseRunnerVersion=4.3.0
shedlockVersion=5.2.0
shibbolethVersion=5.0.0-SNAPSHOT
shibExtSpringExtensionsVersion=6.3.1-SNAPSHOT
shibbolethVersion=5.0.0
shibExtSpringExtensionsVersion=6.2.0
shibOIDCVersion=2.1.0
shibUtilitiesJavaSupportVersion=8.4.1-SNAPSHOT
shibUtilitiesJavaSupportVersion=8.1.0
spockVersion=2.3-groovy-4.0
springbootVersion=3.1.2
## Used for testing deps, match spring security version used
Expand Down Expand Up @@ -51,5 +51,5 @@ use.release.app.yml=false
org.gradle.daemon=false

## NOTES
# pac4j spring security 7.0.3 here uses the pac4j 5.4.3 core, thus differences in versions (they used use the same versions, now
# keeping them in sync takes paying attention
# pac4j spring security 7.0.3 here uses the pac4j 5.4.3 core, thus differences in versions (they used to use the same versions, now
# keeping them in sync takes paying attention)
5 changes: 0 additions & 5 deletions pac4j-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@ targetCompatibility = 17
bootJar.enabled = false

repositories {
jcenter()
mavenCentral()
maven {
url 'https://build.shibboleth.net/nexus/content/groups/public'
artifactUrls = ['https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots']
}
// TODO remove snapshots after the versions become final
maven {
url 'https://build.shibboleth.net/maven/snapshots'
}
maven { // for the springboot plugin
url "https://plugins.gradle.org/m2/"
}
Expand Down

0 comments on commit 2e5a6b1

Please sign in to comment.