Skip to content

Commit

Permalink
build: bump version.byte-buddy from 1.15.0 to 1.15.1 (#3782)
Browse files Browse the repository at this point in the history
* build: bump version.byte-buddy from 1.15.0 to 1.15.1

Bumps `version.byte-buddy` from 1.15.0 to 1.15.1.

Updates `net.bytebuddy:byte-buddy` from 1.15.0 to 1.15.1
- [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.0...byte-buddy-1.15.1)

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

Updates `net.bytebuddy:byte-buddy-dep` from 1.15.0 to 1.15.1
- [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.0...byte-buddy-1.15.1)

---
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] <support@github.com>

* revert bad upgrade

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jackshirazi <jack.shirazi@elastic.co>
  • Loading branch information
dependabot[bot] and jackshirazi authored Sep 3, 2024
1 parent 3fda485 commit 566f93d
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 @@ -130,7 +130,7 @@
<version.jetty-server>9.4.11.v20180605</version.jetty-server>
<version.json-schema-validator>1.5.1</version.json-schema-validator>
<!-- Byte Buddy and ASM must be kept in sync -->
<version.byte-buddy>1.15.0</version.byte-buddy>
<version.byte-buddy>1.15.1</version.byte-buddy>
<version.asm>9.7</version.asm>
<version.cucumber>5.4.0</version.cucumber>

Expand Down

0 comments on commit 566f93d

Please sign in to comment.