Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 24, 2023
1 parent 4713814 commit e3fb2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servle
PROJECT_DEV_ID=oliemansm
PROJECT_DEV_NAME=Michiel Oliemans
LIB_GRAPHQL_JAVA_VER=21.3
LIB_JACKSON_VER=2.16.0
LIB_JACKSON_VER=2.16.1
LIB_SLF4J_VER=2.0.9
LIB_LOMBOK_VER=1.18.30
# These constants are necessary to the automatic release of javax flavour
Expand Down
2 changes: 1 addition & 1 deletion graphql-java-kickstart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies {
// JSON
api "com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER"
api "com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER"
api "com.fasterxml.jackson.core:jackson-databind:2.16.0"
api "com.fasterxml.jackson.core:jackson-databind:2.16.1"
api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER"
}

0 comments on commit e3fb2c9

Please sign in to comment.