Skip to content

Commit 4b2324f

Browse files
authored
Merge pull request #127 from graphql-java-kickstart/renovate/all-minor-patch
2 parents 9478e7c + 61e328a commit 4b2324f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "org.springframework.boot" version "$LIB_SPRING_BOOT_VER" apply false
3-
id "org.sonarqube" version "4.0.0.2929"
3+
id "org.sonarqube" version "4.2.1.3168"
44
id "jacoco"
55
id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
66
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ LIB_GRAPHQL_SERVLET_VER = 15.0.0
1616

1717
### Gradle Plugins
1818

19-
LIB_SPRING_BOOT_VER = 3.0.7
19+
LIB_SPRING_BOOT_VER = 3.1.0

0 commit comments

Comments
 (0)