File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
implementation(" software.amazon.awssdk:rds:2.31.12" )
22
22
implementation(" software.amazon.awssdk:secretsmanager:2.31.12" )
23
23
implementation(" software.amazon.awssdk:sts:2.30.27" )
24
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
24
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0 " )
25
25
implementation(project(" :aws-advanced-jdbc-wrapper" ))
26
26
implementation(" io.opentelemetry:opentelemetry-api:1.49.0" )
27
27
implementation(" io.opentelemetry:opentelemetry-sdk:1.49.0" )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
implementation(" io.vertx:vertx-config" )
39
39
implementation(" io.vertx:vertx-jdbc-client" )
40
40
implementation(" io.vertx:vertx-web" )
41
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
41
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0 " )
42
42
implementation(" org.postgresql:postgresql:42.7.5" )
43
43
implementation(project(" :aws-advanced-jdbc-wrapper" ))
44
44
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
compileOnly(" com.zaxxer:HikariCP:4.0.3" ) // Version 4.+ is compatible with Java 8
37
37
compileOnly(" com.mchange:c3p0:0.10.2" )
38
38
compileOnly(" software.amazon.awssdk:secretsmanager:2.31.12" )
39
- compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
39
+ compileOnly(" com.fasterxml.jackson.core:jackson-databind:2.19.0 " )
40
40
compileOnly(" com.mysql:mysql-connector-j:9.2.0" )
41
41
compileOnly(" org.postgresql:postgresql:42.7.5" )
42
42
compileOnly(" org.mariadb.jdbc:mariadb-java-client:3.5.3" )
@@ -81,7 +81,7 @@ dependencies {
81
81
testImplementation(" eu.rekawek.toxiproxy:toxiproxy-java:2.1.7" )
82
82
testImplementation(" org.apache.poi:poi-ooxml:5.4.1" )
83
83
testImplementation(" org.slf4j:slf4j-simple:2.0.17" )
84
- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3 " )
84
+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.19.0 " )
85
85
testImplementation(" com.amazonaws:aws-xray-recorder-sdk-core:2.18.2" )
86
86
testImplementation(" io.opentelemetry:opentelemetry-api:1.49.0" )
87
87
testImplementation(" io.opentelemetry:opentelemetry-sdk:1.49.0" )
You can’t perform that action at this time.
0 commit comments