Skip to content

Commit 8344396

Browse files
Merge pull request #1468 from ie3-institute/dependabot/gradle/dev/junitVersion-6.0.1
Bump junitVersion from 6.0.0 to 6.0.1
2 parents 5829b47 + 30c3584 commit 8344396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
groovyVersion = "4.0"
2121
groovyBinaryVersion = "4.0.28"
2222

23-
junitVersion = '6.0.0'
23+
junitVersion = '6.0.1'
2424
testcontainersVersion = '1.21.3'
2525

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

0 commit comments

Comments
 (0)