Skip to content

Commit

Permalink
0004596: Upgrade dependent libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 19, 2020
1 parent ab94ffc commit 5b5bc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-core/build.gradle
Expand Up @@ -11,7 +11,7 @@ apply from: symAssembleDir + '/common.gradle'
compile "org.springframework:spring-core:$springVersion"

compileOnly "org.eclipse.jetty:jetty-alpn-conscrypt-server:$jettyVersion"
compile "com.squareup.okhttp3:okhttp:4.6.0"
compile "com.squareup.okhttp3:okhttp:4.9.0"

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

0 comments on commit 5b5bc33

Please sign in to comment.