Skip to content

Commit e259bee

Browse files
Merge branch 'dev' into pp/#1343-add-ground-temperature-1m-as-option-to-weather-data
2 parents 920be80 + 863de29 commit e259bee

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
@@ -5,7 +5,7 @@ plugins {
55
id 'signing'
66
id 'pmd' // code check, working on source code
77
id 'com.diffplug.spotless' version '7.0.4' //code format
8-
id 'com.github.spotbugs' version '6.2.0' // code check, working on byte code
8+
id 'com.github.spotbugs' version '6.2.1' // code check, working on byte code
99
id 'de.undercouch.download' version '5.6.0'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin
@@ -21,7 +21,7 @@ ext {
2121
groovyBinaryVersion = "4.0.27"
2222

2323
junitVersion = '1.12.0'
24-
testcontainersVersion = '1.21.2'
24+
testcontainersVersion = '1.21.3'
2525

2626
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2727
}

0 commit comments

Comments
 (0)