Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent fba145a commit d3f522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subprojects {
exclude module: "groovy-all"
}

testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.7" // allows Spock to mock classes (in addition to interfaces)
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.8" // allows Spock to mock classes (in addition to interfaces)
testRuntimeOnly "org.objenesis:objenesis:3.3" // Allow Spock to mock classes with constructor arguments
testRuntimeOnly "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j
}
Expand Down

0 comments on commit d3f522c

Please sign in to comment.