Skip to content

Commit

Permalink
chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.…
Browse files Browse the repository at this point in the history
…17.1 to 2.18.2 (#1264)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent a7dd924 commit 759c4a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/AWSDriverExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("software.amazon.awssdk:rds:2.29.34")
implementation("software.amazon.awssdk:secretsmanager:2.29.34")
implementation("software.amazon.awssdk:sts:2.29.34")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation(project(":aws-advanced-jdbc-wrapper"))
implementation("io.opentelemetry:opentelemetry-api:1.42.1")
implementation("io.opentelemetry:opentelemetry-sdk:1.42.1")
Expand Down
2 changes: 1 addition & 1 deletion examples/VertxExample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("io.vertx:vertx-config")
implementation("io.vertx:vertx-jdbc-client")
implementation("io.vertx:vertx-web")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("org.postgresql:postgresql:42.7.4")
implementation(project(":aws-advanced-jdbc-wrapper"))
}
Expand Down
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compileOnly("software.amazon.awssdk:sts:2.29.34")
compileOnly("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
compileOnly("software.amazon.awssdk:secretsmanager:2.29.34")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.17.1")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.18.2")
compileOnly("com.mysql:mysql-connector-j:9.1.0")
compileOnly("org.postgresql:postgresql:42.7.4")
compileOnly("org.mariadb.jdbc:mariadb-java-client:3.5.1")
Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("eu.rekawek.toxiproxy:toxiproxy-java:2.1.7")
testImplementation("org.apache.poi:poi-ooxml:5.3.0")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
testImplementation("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
testImplementation("io.opentelemetry:opentelemetry-api:1.42.1")
testImplementation("io.opentelemetry:opentelemetry-sdk:1.42.1")
Expand Down

0 comments on commit 759c4a8

Please sign in to comment.