File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ingestion-contract-server = '0.1.40'
77oddrn-generator-java = ' 0.1.21'
88odd-integration-manifests = ' 0.0.12'
99apache-collections = ' 4.4'
10- apache-lang = ' 3.12 .0'
10+ apache-lang = ' 3.18 .0'
1111apache-text = ' 1.13.0'
1212r2dbc-spi = ' 1.0.0.RELEASE'
1313r2dbc-postgresql = ' 1.0.1.RELEASE'
@@ -42,7 +42,7 @@ easy-random-core = '5.0.0'
4242protobuf-java = ' 3.21.12'
4343snappy-java = ' 1.1.9.1'
4444minio = ' 8.4.6'
45- okhttp = ' 4.10 .0'
45+ okhttp = ' 4.12 .0'
4646spring-mail = ' 3.2.12'
4747
4848[libraries ]
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ dependencies {
7171dependencyManagement {
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
You can’t perform that action at this time.
0 commit comments