Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.15.1 to 1.15.3
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.1 to 1.15.3.
- [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.15.1...byte-buddy-1.15.3)

---
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 Sep 27, 2024
1 parent d54d0a1 commit 3368153
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.15.1")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
}

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.15.1")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
}
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)

Expand Down

0 comments on commit 3368153

Please sign in to comment.