Skip to content

Commit

Permalink
Bump version.byte-buddy from 1.14.8 to 1.14.9 (#3361)
Browse files Browse the repository at this point in the history
* Bump version.byte-buddy from 1.14.8 to 1.14.9

Bumps `version.byte-buddy` from 1.14.8 to 1.14.9.

Updates `net.bytebuddy:byte-buddy` from 1.14.8 to 1.14.9
- [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.8...byte-buddy-1.14.9)

Updates `net.bytebuddy:byte-buddy-agent` from 1.9.16 to 1.14.9
- [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.9.16...byte-buddy-1.14.9)

Updates `net.bytebuddy:byte-buddy-dep` from 1.14.8 to 1.14.9
- [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.8...byte-buddy-1.14.9)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update pom.xml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonas Kunz <[email protected]>
  • Loading branch information
dependabot[bot] and JonasKunz authored Oct 17, 2023
1 parent 36acd23 commit 69e6414
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 @@ -131,7 +131,7 @@
<version.jetty-server>9.4.11.v20180605</version.jetty-server>
<version.json-schema-validator>1.0.86</version.json-schema-validator>
<!-- Byte Buddy and ASM must be kept in sync -->
<version.byte-buddy>1.14.8</version.byte-buddy>
<version.byte-buddy>1.14.9</version.byte-buddy>
<version.asm>9.6</version.asm>
<version.cucumber>5.4.0</version.cucumber>

Expand Down

0 comments on commit 69e6414

Please sign in to comment.