Skip to content

Commit 2ef3203

Browse files
friederbluemleddimtirov
authored andcommitted
Update byte-buddy to 1.10.10
1 parent 8eb48a7 commit 2ef3203

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
@@ -8,7 +8,7 @@ group = 'io.github.ddimtirov.gradle'
88
version = System.getenv('VERSION') ?: version
99

1010
repositories.jcenter()
11-
dependencies.implementation 'net.bytebuddy:byte-buddy:1.10.2'
11+
dependencies.implementation 'net.bytebuddy:byte-buddy:1.10.10'
1212

1313
targetCompatibility = 1.6
1414
sourceCompatibility = 1.6

0 commit comments

Comments
 (0)