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 2020/12/03 14:31:48 UTC

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

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 b2abd7f  Bump byte.buddy.version from 1.10.6 to 1.10.18
b2abd7f is described below

commit b2abd7fcbfa1dd25fa7698b05ef5ceb36445822a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 3 06:38:31 2020 +0000

    Bump byte.buddy.version from 1.10.6 to 1.10.18
    
    Bumps `byte.buddy.version` from 1.10.6 to 1.10.18.
    
    Updates `byte-buddy` from 1.10.6 to 1.10.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.10.6...byte-buddy-1.10.18)
    
    Updates `byte-buddy-maven-plugin` from 1.10.6 to 1.10.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.10.6...byte-buddy-1.10.18)
    
    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 13f381e..1a39caa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
 		<!-- Versions -->
 		<bnd.version>5.1.2</bnd.version>
-		<byte.buddy.version>1.10.6</byte.buddy.version>
+		<byte.buddy.version>1.10.18</byte.buddy.version>
 		<jax.rs.whiteboard.version>1.0.6</jax.rs.whiteboard.version>
 		<jaxb.api.version>2.3.2</jaxb.api.version>
 		<jakarta.xml.ws-api>2.3.2</jakarta.xml.ws-api>