Skip to content

Commit 032c997

Browse files
authored
Merge pull request #114 from LikeTheSalad/dependabot/gradle/net.bytebuddy-byte-buddy-1.15.1
Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1
2 parents 9c6a13d + cbdf7d9 commit 032c997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
1010
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
1111
metadataConsumer = "com.likethesalad.tools:plugin-metadata-consumer:1.0.0"
1212
unitTesting = { module = "com.likethesalad.tools:unit-testing", version.ref = "project-utilities" }
13-
byteBuddy = "net.bytebuddy:byte-buddy:1.14.18"
13+
byteBuddy = "net.bytebuddy:byte-buddy:1.15.1"
1414
android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android" }
1515
classGraph = "io.github.classgraph:classgraph:4.8.175"
1616
gson = "com.google.code.gson:gson:2.11.0"

0 commit comments

Comments
 (0)