We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 762c120 + a20acea commit 269fabbCopy full SHA for 269fabb
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'maven-publish'
5
id 'signing'
6
id 'pmd' // code check, working on source code
7
- id 'com.diffplug.spotless' version '7.0.3' //code format
+ id 'com.diffplug.spotless' version '7.0.4' //code format
8
id 'com.github.spotbugs' version '6.1.12' // code check, working on byte code
9
id 'de.undercouch.download' version '5.6.0'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
@@ -18,7 +18,7 @@ ext {
18
//version (changing these should be considered thoroughly!)
19
javaVersion = JavaVersion.VERSION_17
20
groovyVersion = "4.0"
21
- groovyBinaryVersion = "4.0.26"
+ groovyBinaryVersion = "4.0.27"
22
23
junitVersion = '1.12.0'
24
testcontainersVersion = '1.21.0'
0 commit comments