Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10
Browse files Browse the repository at this point in the history
Bumps net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10.

---
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 Nov 20, 2023
1 parent be86f67 commit 4acf10e
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 @@ -54,7 +54,7 @@ subprojects {
}

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.9" // allows Spock to mock classes (in addition to interfaces)
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.10" // 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 4acf10e

Please sign in to comment.