Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-dep
  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 nizienko committed May 28, 2023
1 parent 5a7eefb commit 8096863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

implementation("org.mozilla:rhino:1.7.14")
implementation("org.assertj:assertj-swing-junit:3.17.1")
implementation("net.bytebuddy:byte-buddy-dep:1.14.2")
implementation("net.bytebuddy:byte-buddy-dep:1.14.4")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
Expand Down

0 comments on commit 8096863

Please sign in to comment.