Skip to content

Commit

Permalink
SHIBUI-2510
Browse files Browse the repository at this point in the history
Updated to a few newer dependencies
  • Loading branch information
chasegawa committed Aug 3, 2023
1 parent bbabfe5 commit c4a4b36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ dependencies {
implementation "net.shibboleth.ext:spring-extensions:6.2.0"

// Spring Web classes requires Apache HttpComponents 5.1 or higher, as of Spring 6.0.
implementation "org.apache.httpcomponents.client5:httpclient5:5.1.4"
implementation "org.apache.httpcomponents.core5:httpcore5:5.1.5"
implementation "org.apache.httpcomponents.core5:httpcore5-h2:5.1.5"
implementation "org.apache.httpcomponents.client5:httpclient5:5.2.1"
implementation "org.apache.httpcomponents.core5:httpcore5:5.2.2"
implementation "org.apache.httpcomponents.core5:httpcore5-h2:5.2.2"

// To override older version with security issue - https://www.lunasec.io/docs/blog/log4j-zero-day/
implementation "org.apache.logging.log4j:log4j-to-slf4j:${project.'log4JVersion'}"
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commonsCollections4Version=4.4
comsunjaxbVersion=4.0.2
cryptacularVersion=1.2.5
groovyVersion=4.0.9
hibernateVersion=6.1.6.Final
hibernateVersion=6.2.6.Final
luceneVersion=9.5.0
log4JVersion=2.20.0
lombokVersion=6.6.2
Expand All @@ -18,14 +18,13 @@ opensamlVersion=5.0.0-SNAPSHOT
pac4JVersion=5.7.0
pac4jSpringSecurityVersion=9.0.0
seleneseRunnerVersion=4.3.0
# update shedlock to 5.x when updating to java 17+Spring 6 etc
shedlockVersion=5.2.0
shibbolethVersion=5.0.0-SNAPSHOT
shibExtSpringExtensionsVersion=6.3.1-SNAPSHOT
shibOIDCVersion=2.1.0
shibUtilitiesJavaSupportVersion=8.4.1-SNAPSHOT
spockVersion=2.3-groovy-4.0
springbootVersion=3.0.4
springbootVersion=3.1.2
## Used for testing deps, match spring security version used
springSecurityVersion=6.0.2

Expand Down

0 comments on commit c4a4b36

Please sign in to comment.