File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' maven-publish'
33 id ' signing'
44 id ' base'
5- id ' io.freefair.lombok' version ' 8.6 ' apply false
5+ id ' io.freefair.lombok' version ' 8.11 ' apply false
66 id ' io.github.gradle-nexus.publish-plugin' version ' 1.3.0'
77}
88
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ javaPlatform {
99}
1010
1111dependencies {
12- api platform(' com.fasterxml.jackson:jackson-bom:2.17.0 ' )
12+ api platform(' com.fasterxml.jackson:jackson-bom:2.19.4 ' )
1313 api platform(' org.glassfish.jersey:jersey-bom:2.42' )
14- api platform(' org.apache.logging.log4j:log4j-bom:2.21.1 ' )
14+ api platform(' org.apache.logging.log4j:log4j-bom:2.25.3 ' )
1515 api platform(' org.springframework:spring-framework-bom:5.3.33' )
1616
1717 constraints {
@@ -21,7 +21,7 @@ dependencies {
2121
2222 api " commons-lang:commons-lang:2.6"
2323 api " commons-beanutils:commons-beanutils:1.9.4"
24- api " commons-codec:commons-codec:1.16.1 "
24+ api " commons-codec:commons-codec:1.20.0 "
2525 api " commons-collections:commons-collections:3.2.2"
2626 api " commons-logging:commons-logging:1.3.0"
2727
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments