This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new c50068dbe Bump bytebuddy.version from 1.12.6 to 1.14.18 (#569)
c50068dbe is described below
commit c50068dbe8fd5828974a33194b5ffb7b0697a1c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 29 18:13:38 2024 +0200
Bump bytebuddy.version from 1.12.6 to 1.14.18 (#569)
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](https://github.com/raphw/byte-buddy/compare/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](https://github.com/raphw/byte-buddy/compare/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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 53151402d..61e063898 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->