Skip to content

Commit

Permalink
Merge pull request #482 from graphql-java-kickstart/renovate/all-mino…
Browse files Browse the repository at this point in the history
…r-patch

chore(deps): update all non-major dependencies
  • Loading branch information
oliemansm authored Dec 5, 2022
2 parents 9b5584d + 4ebc257 commit e3a597b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ buildscript {
}

plugins {
id "biz.aQute.bnd.builder" version "6.3.1" apply false
id "org.sonarqube" version "3.4.0.2513"
id "biz.aQute.bnd.builder" version "6.4.0" apply false
id "org.sonarqube" version "3.5.0.2730"
id "jacoco"
id "io.github.gradle-nexus.publish-plugin" version '1.1.0'
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PROJECT_LICENSE=MIT
PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
PROJECT_DEV_ID=oliemansm
PROJECT_DEV_NAME=Michiel Oliemans
LIB_GRAPHQL_JAVA_VER=19.2
LIB_JACKSON_VER=2.13.4
LIB_SLF4J_VER=2.0.2
LIB_GRAPHQL_JAVA_VER=19.3
LIB_JACKSON_VER=2.14.1
LIB_SLF4J_VER=2.0.5
LIB_LOMBOK_VER=1.18.24
SOURCE_COMPATIBILITY=17
TARGET_COMPATIBILITY=17
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.13.4"
api "com.fasterxml.jackson.core:jackson-databind:2.14.1"
api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER"
}

0 comments on commit e3a597b

Please sign in to comment.