Skip to content

Commit b211602

Browse files
authored
Upgrade vulnerable plugin dependencies (#537)
1 parent 3192152 commit b211602

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
@@ -3,8 +3,8 @@ plugins {
33
id 'application'
44
id 'jacoco'
55
id 'org.cadixdev.licenser' version '0.6.1'
6-
id 'org.graalvm.buildtools.native' version '0.10.2'
7-
id 'com.github.johnrengelman.shadow' version '7.1.2'
6+
id 'org.graalvm.buildtools.native' version '0.10.6'
7+
id 'com.github.johnrengelman.shadow' version '8.1.1'
88
}
99

1010
// define these in the `gradle.properties` file

0 commit comments

Comments
 (0)