Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.3
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.3.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 4d587fc commit 019c51e
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.14.2")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.15.3")

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.14.2")
implementation(group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.15.3")

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 019c51e

Please sign in to comment.