Skip to content

Commit e3a597b

Browse files
authored
Merge pull request #482 from graphql-java-kickstart/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 9b5584d + 4ebc257 commit e3a597b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ buildscript {
2727
}
2828

2929
plugins {
30-
id "biz.aQute.bnd.builder" version "6.3.1" apply false
31-
id "org.sonarqube" version "3.4.0.2513"
30+
id "biz.aQute.bnd.builder" version "6.4.0" apply false
31+
id "org.sonarqube" version "3.5.0.2730"
3232
id "jacoco"
3333
id "io.github.gradle-nexus.publish-plugin" version '1.1.0'
3434
}

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ PROJECT_LICENSE=MIT
77
PROJECT_LICENSE_URL=https://github.com/graphql-java-kickstart/spring-java-servlet/blob/master/LICENSE.md
88
PROJECT_DEV_ID=oliemansm
99
PROJECT_DEV_NAME=Michiel Oliemans
10-
LIB_GRAPHQL_JAVA_VER=19.2
11-
LIB_JACKSON_VER=2.13.4
12-
LIB_SLF4J_VER=2.0.2
10+
LIB_GRAPHQL_JAVA_VER=19.3
11+
LIB_JACKSON_VER=2.14.1
12+
LIB_SLF4J_VER=2.0.5
1313
LIB_LOMBOK_VER=1.18.24
1414
SOURCE_COMPATIBILITY=17
1515
TARGET_COMPATIBILITY=17

graphql-java-kickstart/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies {
1414
// JSON
1515
api "com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER"
1616
api "com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER"
17-
api "com.fasterxml.jackson.core:jackson-databind:2.13.4"
17+
api "com.fasterxml.jackson.core:jackson-databind:2.14.1"
1818
api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER"
1919
}

0 commit comments

Comments
 (0)