Skip to content

Commit 243fa73

Browse files
authoredApr 28, 2025
chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 (#1374)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2817cb8 commit 243fa73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎examples/AWSDriverExample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("software.amazon.awssdk:rds:2.31.12")
2222
implementation("software.amazon.awssdk:secretsmanager:2.31.12")
2323
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")
2525
implementation(project(":aws-advanced-jdbc-wrapper"))
2626
implementation("io.opentelemetry:opentelemetry-api:1.49.0")
2727
implementation("io.opentelemetry:opentelemetry-sdk:1.49.0")

‎examples/VertxExample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("io.vertx:vertx-config")
3939
implementation("io.vertx:vertx-jdbc-client")
4040
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")
4242
implementation("org.postgresql:postgresql:42.7.5")
4343
implementation(project(":aws-advanced-jdbc-wrapper"))
4444
}

‎wrapper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
3737
compileOnly("com.mchange:c3p0:0.10.2")
3838
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")
4040
compileOnly("com.mysql:mysql-connector-j:9.2.0")
4141
compileOnly("org.postgresql:postgresql:42.7.5")
4242
compileOnly("org.mariadb.jdbc:mariadb-java-client:3.5.3")
@@ -81,7 +81,7 @@ dependencies {
8181
testImplementation("eu.rekawek.toxiproxy:toxiproxy-java:2.1.7")
8282
testImplementation("org.apache.poi:poi-ooxml:5.4.1")
8383
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")
8585
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
8686
testImplementation("io.opentelemetry:opentelemetry-api:1.49.0")
8787
testImplementation("io.opentelemetry:opentelemetry-sdk:1.49.0")

0 commit comments

Comments
 (0)