Skip to content

Commit

Permalink
Bump bytebuddy.version from 1.12.6 to 1.14.18 (#569)
Browse files Browse the repository at this point in the history
Bumps `bytebuddy.version` from 1.12.6 to 1.14.18.

Updates `net.bytebuddy:byte-buddy` from 1.12.6 to 1.14.18
- [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.12.6...byte-buddy-1.14.18)

Updates `net.bytebuddy:byte-buddy-agent` from 1.12.6 to 1.14.18
- [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.12.6...byte-buddy-1.14.18)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 5a6cf2f commit c50068d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<!-- NOTE: upgrading jGit to 6.x requires Java 11 -->
<jgit.version>5.13.3.202401111512-r</jgit.version>
<junit.version>4.13.2</junit.version>
<bytebuddy.version>1.12.6</bytebuddy.version>
<bytebuddy.version>1.14.18</bytebuddy.version>
<testcontainers.version>1.16.2</testcontainers.version>
<grpc.version>1.65.1</grpc.version> <!-- Used only in tests -->
<!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 -->
Expand Down

0 comments on commit c50068d

Please sign in to comment.