Skip to content

Commit

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

---
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 Aug 16, 2024
1 parent de7fc7c commit 3c294de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.19")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.18")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.19")
}
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)

Expand Down

0 comments on commit 3c294de

Please sign in to comment.