File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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.0.1 ' apply false
5+ id ' io.freefair.lombok' version ' 8.6 ' 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,10 +9,10 @@ javaPlatform {
99}
1010
1111dependencies {
12- api platform(' com.fasterxml.jackson:jackson-bom:2.14.2 ' )
13- api platform(' org.glassfish.jersey:jersey-bom:2.39.1 ' )
14- api platform(' org.apache.logging.log4j:log4j-bom:2.20.0 ' )
15- api platform(' org.springframework:spring-framework-bom:5.3.26 ' )
12+ api platform(' com.fasterxml.jackson:jackson-bom:2.17.0 ' )
13+ api platform(' org.glassfish.jersey:jersey-bom:2.42 ' )
14+ api platform(' org.apache.logging.log4j:log4j-bom:2.21.1 ' )
15+ api platform(' org.springframework:spring-framework-bom:5.3.33 ' )
1616
1717 constraints {
1818 api " org.apache.httpcomponents:httpcore:4.4.16"
@@ -21,9 +21,9 @@ 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.15 "
24+ api " commons-codec:commons-codec:1.16.1 "
2525 api " commons-collections:commons-collections:3.2.2"
26- api " commons-logging:commons-logging:1.2 "
26+ api " commons-logging:commons-logging:1.3.0 "
2727
2828 api " com.fortify.client.api:common-log:${ project.version} "
2929 api " com.fortify.client.api:common-spring:${ project.version} "
You can’t perform that action at this time.
0 commit comments