Skip to content

Commit

Permalink
Bump byte-buddy-agent from 1.12.20 to 1.12.21
Browse files Browse the repository at this point in the history
Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.12.20 to 1.12.21.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.12.20...byte-buddy-1.12.21)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gesellix committed Jan 10, 2023
1 parent e42922a commit f532d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
val dependencyVersions = listOf(
"com.squareup.okio:okio-jvm:3.2.0",
"net.bytebuddy:byte-buddy:1.12.21",
"net.bytebuddy:byte-buddy-agent:1.12.20",
"net.bytebuddy:byte-buddy-agent:1.12.21",
"org.apache.commons:commons-compress:1.22",
"org.codehaus.groovy:groovy:3.0.14",
"org.jetbrains:annotations:23.1.0",
Expand Down

0 comments on commit f532d93

Please sign in to comment.