Skip to content

Commit 78bfb6f

Browse files
authored
byte-buddy 1.12.12 (#3614)
1 parent 2f95437 commit 78bfb6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation(gradleApi())
2828
implementation(localGroovy())
2929

30-
implementation("net.bytebuddy", "byte-buddy-gradle-plugin", "1.12.9")
30+
implementation("net.bytebuddy", "byte-buddy-gradle-plugin", "1.12.12")
3131

3232
implementation("org.eclipse.aether", "aether-connector-basic", "1.1.0")
3333
implementation("org.eclipse.aether", "aether-transport-http", "1.1.0")

buildSrc/src/test/groovy/InstrumentPluginTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class InstrumentPluginTest extends Specification {
2020
}
2121
2222
dependencies {
23-
compileOnly group: 'net.bytebuddy', name: 'byte-buddy', version: '1.12.9' // just to build TestPlugin
23+
compileOnly group: 'net.bytebuddy', name: 'byte-buddy', version: '1.12.12' // just to build TestPlugin
2424
}
2525
2626
apply plugin: 'instrument'

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class CachedData {
1313
groovy : groovyVer,
1414
junit5 : "5.6.2",
1515
logback : "1.2.3",
16-
bytebuddy : "1.12.9",
16+
bytebuddy : "1.12.12",
1717
scala : "2.11.12", // Last version to support Java 7 (2.12+ require Java 8+)
1818
scala210 : "2.10.7",
1919
scala211 : "2.11.12",

0 commit comments

Comments
 (0)