Skip to content

Commit fe18c02

Browse files
author
RPKI Team at RIPE NCC
committed
RIPE NCC has merged 382c281
* chore(deps): update dependency io.sentry:sentry-bom to v8.18.0 [052f6c77] * chore(deps): update dependency commons-io:commons-io to v2.20.0 [4e514b8d] * chore(deps): update dependency io.freefair.lombok:io.freefair.lombok.gradle.plugin to v8.14 [a678859d] * chore(deps): update dependency com.ncipher.nfast:ncipherkm to v13.6.11 [6f4feb73] * chore(deps): update dependency commons-codec:commons-codec to v1.19.0 [635a54e8]
1 parent 1518fe0 commit fe18c02

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
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
}

hsm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)