Skip to content

Commit e9288a7

Browse files
Merge branch 'dev' into ms/#381-fixing-two-winding-remark
2 parents dafa740 + ca733d3 commit e9288a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'maven-publish'
55
id 'signing'
66
id 'pmd' // code check, working on source code
7-
id 'com.diffplug.spotless' version '6.4.1'//code format
7+
id 'com.diffplug.spotless' version '6.4.2'//code format
88
id 'com.github.spotbugs' version '5.0.6' // code check, working on byte code
99
id 'de.undercouch.download' version '5.0.4'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
@@ -17,7 +17,7 @@ ext {
1717
//version (changing these should be considered thoroughly!)
1818
javaVersion = JavaVersion.VERSION_17
1919
tscfgVersion = '0.9.9'
20-
testcontainersVersion = '1.16.3'
20+
testcontainersVersion = '1.17.1'
2121

2222
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2323
}

0 commit comments

Comments
 (0)