Skip to content

Commit

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

---
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 and gesellix committed Dec 21, 2023
1 parent 86bc4ec commit 74822af
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.77")

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

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.11")

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

Expand Down

0 comments on commit 74822af

Please sign in to comment.