Skip to content

Commit 2babc32

Browse files
authored
chore: update apache-lang, okhttp, nimbus-jose-jwt, align netty BOM (#1733)
1 parent ec329be commit 2babc32

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ingestion-contract-server = '0.1.40'
77
oddrn-generator-java = '0.1.21'
88
odd-integration-manifests = '0.0.12'
99
apache-collections = '4.4'
10-
apache-lang = '3.12.0'
10+
apache-lang = '3.18.0'
1111
apache-text = '1.13.0'
1212
r2dbc-spi = '1.0.0.RELEASE'
1313
r2dbc-postgresql = '1.0.1.RELEASE'
@@ -42,7 +42,7 @@ easy-random-core = '5.0.0'
4242
protobuf-java = '3.21.12'
4343
snappy-java = '1.1.9.1'
4444
minio = '8.4.6'
45-
okhttp = '4.10.0'
45+
okhttp = '4.12.0'
4646
spring-mail = '3.2.12'
4747

4848
[libraries]

odd-platform-api/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ dependencies {
7171
dependencyManagement {
7272
imports {
7373
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2023.0.4"
74+
mavenBom "io.netty:netty-bom:4.1.124.Final"
75+
}
76+
dependencies {
77+
dependency 'com.nimbusds:nimbus-jose-jwt:9.37.4'
7478
}
7579
}
7680

0 commit comments

Comments
 (0)