Skip to content

Commit

Permalink
0005327: Upgrade spring and okhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jun 3, 2022
1 parent 5cad0a2 commit c2bc59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symmetric-assemble/common.gradle
Expand Up @@ -240,7 +240,7 @@ subprojects { subproject ->
powerMockVersion = '2.0.5'
mysqlVersion = '8.0.28'
servletVersion = '3.1.0'
springVersion = '5.3.18'
springVersion = '5.3.20'
jtdsVersion = '1.3.1'
bouncyCastleVersion = '1.68'
animalSnifferVersion = '1.18'
Expand Down
2 changes: 1 addition & 1 deletion symmetric-core/build.gradle
Expand Up @@ -13,7 +13,7 @@ apply from: symAssembleDir + '/common.gradle'
compileOnly "org.eclipse.jetty:jetty-alpn-conscrypt-server:$jettyVersion"
// force okhttp3 to use newer version of kotlin
compile "org.jetbrains.kotlin:kotlin-stdlib:1.6.20"
compile "com.squareup.okhttp3:okhttp:4.9.1"
compile "com.squareup.okhttp3:okhttp:4.9.3"

compileOnly ("nl.cad:tps-parse:1.0.15-SNAPSHOT") {
exclude group: 'commons-lang', module: 'commons-lang'
Expand Down

0 comments on commit c2bc59c

Please sign in to comment.