Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18
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.17 to 1.14.18.
- [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.17...byte-buddy-1.14.18)

---
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] authored Jul 12, 2024
1 parent 0d6f9ab commit af334b8
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.17'
testImplementation 'net.bytebuddy:byte-buddy:1.14.18'
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.17'
testIntImplementation 'net.bytebuddy:byte-buddy:1.14.18'
testIntImplementation gradleTestKit()
}

Expand Down

0 comments on commit af334b8

Please sign in to comment.