Skip to content

Commit fa147bb

Browse files
author
Kevin Sapper
committed
Problem: Gradle wrapper version 5.0 has a major security vulnerability
Solution: Upgrade to the most recent version
1 parent 63cce45 commit fa147bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zproject_java.gsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dependencies {
156156
testCompile 'org.hamcrest:hamcrest-all:1.3'
157157
}
158158

159-
wrapper.gradleVersion = '5.0'
159+
wrapper.gradleVersion = '5.4.1'
160160

161161
// ------------------------------------------------------------------
162162
// Build section

0 commit comments

Comments
 (0)