Skip to content

Commit

Permalink
Merge pull request #43 from ekino/dependabot/gradle/com.fasterxml.jac…
Browse files Browse the repository at this point in the history
…kson.core-jackson-databind-2.14.2

Bump com.fasterxml.jackson.core:jackson-databind from 2.12.6.1 to 2.14.2
  • Loading branch information
celcius112 authored Sep 28, 2023
2 parents b4e15b3 + 3c27f9f commit b6d0216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jcv-db-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {

implementation(group = "com.ekino.oss.jcv", name = "jcv-core", version = "${project.extra["jcv-core.version"]}")
implementation(group = "org.skyscreamer", name = "jsonassert", version = "${project.extra["jsonassert.version"]}")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.12.6.1")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.14.2")

implementation(group = "org.locationtech.jts", name = "jts-core", version = "1.19.0")

Expand Down
2 changes: 1 addition & 1 deletion jcv-db-jdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
implementation(group = "com.microsoft.sqlserver", name = "mssql-jdbc", version = "${project.extra["mssql.version"]}")
implementation(group = "mysql", name = "mysql-connector-java", version = "${project.extra["mysql.version"]}")
implementation(group = "org.springframework", name = "spring-jdbc", version = "5.3.23")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.12.6.1")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.14.2")

testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "${project.extra["junit.version"]}")
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.23.1")
Expand Down

0 comments on commit b6d0216

Please sign in to comment.