Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.19 to 1.15.0
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.19 to 1.15.0.
- [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.19...byte-buddy-1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent c7a1e08 commit bfa3ca6
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.19'
testImplementation 'net.bytebuddy:byte-buddy:1.15.0'
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.19'
testIntImplementation 'net.bytebuddy:byte-buddy:1.15.0'
testIntImplementation gradleTestKit()
}

Expand Down

0 comments on commit bfa3ca6

Please sign in to comment.