You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/02 01:58:32 UTC

[aries-cdi] branch master updated: Bump byte.buddy.version from 1.11.15 to 1.12.8

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cdab4b  Bump byte.buddy.version from 1.11.15 to 1.12.8
1cdab4b is described below

commit 1cdab4b2ee6a74fd8776f4903f5ab61f3aaa8b3a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 1 21:18:52 2022 +0000

    Bump byte.buddy.version from 1.11.15 to 1.12.8
    
    Bumps `byte.buddy.version` from 1.11.15 to 1.12.8.
    
    Updates `byte-buddy` from 1.11.15 to 1.12.8
    - [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.11.15...byte-buddy-1.12.8)
    
    Updates `byte-buddy-maven-plugin` from 1.11.15 to 1.12.8
    - [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.11.15...byte-buddy-1.12.8)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.bytebuddy:byte-buddy-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 96b3f09..17d4c85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
 
 		<!-- Versions -->
 		<bnd.version>5.3.0</bnd.version>
-		<byte.buddy.version>1.11.15</byte.buddy.version>
+		<byte.buddy.version>1.12.8</byte.buddy.version>
 		<jax.rs.whiteboard.version>2.0.0</jax.rs.whiteboard.version>
 		<jaxb.api.version>2.3.2</jaxb.api.version>
 		<jakarta.xml.ws-api>2.3.2</jakarta.xml.ws-api>