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 @@ -44,7 +44,7 @@ dependencies {
4444 implementation " org.thymeleaf:thymeleaf:3.1.2.RELEASE"
4545 implementation " org.thymeleaf:thymeleaf-spring6:3.1.3.RELEASE"
4646
47- implementation platform(' io.sentry:sentry-bom:8.17 .0' )
47+ implementation platform(' io.sentry:sentry-bom:8.18 .0' )
4848 implementation ' io.sentry:sentry-spring-boot-starter'
4949 implementation ' io.sentry:sentry-logback'
5050
@@ -60,8 +60,8 @@ dependencies {
6060
6161 implementation ' com.google.code.gson:gson:2.13.1'
6262 implementation ' com.jamesmurty.utils:java-xmlbuilder:1.3'
63- implementation ' commons-codec:commons-codec:1.18 .0'
64- implementation ' commons-io:commons-io:2.19 .0'
63+ implementation ' commons-codec:commons-codec:1.19 .0'
64+ implementation ' commons-io:commons-io:2.20 .0'
6565 implementation ' ch.qos.logback.contrib:logback-json-classic:0.1.5'
6666 implementation ' ch.qos.logback.contrib:logback-jackson:0.1.5'
6767 implementation ' net.logstash.logback:logstash-logback-encoder:8.1'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99}
1010
1111dependencies {
12- implementation ' io.freefair.lombok:io.freefair.lombok.gradle.plugin:8.13.1 '
12+ implementation ' io.freefair.lombok:io.freefair.lombok.gradle.plugin:8.14 '
1313 implementation(' com.gorylenko.gradle-git-properties:com.gorylenko.gradle-git-properties.gradle.plugin:2.5.2' ) {
1414 exclude group : ' org.eclipse.jgit' , module : ' org.eclipse.jgit'
1515 }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 // 2024-4-26: Final DBProvider 1.6 provided by Entrust
3737 thalesImplementation ' com.thales.esecurity.asg.ripe.db-jceprovider:DBProvider:1.6'
3838 // **When using JDK 11** make sure the matching version of nCipherKM is on classpath because DBProvider depends on it.
39- thalesImplementation ' com.ncipher.nfast:nCipherKM:13.4.5 '
39+ thalesImplementation ' com.ncipher.nfast:nCipherKM:13.6.11 '
4040
4141 thalesImplementation ' org.springframework:spring-context:6.1.15'
4242 // used in spring-context, but not exported.
You can’t perform that action at this time.
0 commit comments