Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.15 to 1.14.16.
- [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.14.15...byte-buddy-1.14.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent 1a1a158 commit b144cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ dependencies {
testImplementation(localGroovy())
testImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
testImplementation 'org.spockframework:spock-core'
testImplementation 'net.bytebuddy:byte-buddy:1.14.15'
testImplementation 'net.bytebuddy:byte-buddy:1.14.16'
testImplementation gradleTestKit()

testIntImplementation(localGroovy())
testIntImplementation platform ("org.spockframework:spock-bom:2.4-M1-groovy-3.0")
testIntImplementation 'org.spockframework:spock-core'
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.15'
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.16'
testIntImplementation gradleTestKit()
}

Expand Down

0 comments on commit b144cfa

Please sign in to comment.