Skip to content

Commit 0011df7

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.0 (#1160)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/FasterXML/jackson/releases) - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 456d486 commit 0011df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
dependencies {
2222
compileOnly "org.freemarker:freemarker:2.3.32"
2323
compileOnly "com.graphql-java:graphql-java:20.2"
24-
compileOnly "com.fasterxml.jackson.core:jackson-databind:2.14.2"
24+
compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.0"
2525
compileOnly "com.typesafe:config:1.4.2"
2626

2727
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"

0 commit comments

Comments
 (0)