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 2021/09/12 03:41:13 UTC

[aries-cdi] branch master updated (10071b5 -> d321afc)

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

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


    from 10071b5  Bump weld-osgi-bundle from 3.1.7.SP1 to 3.1.8.Final
     new d1b0401  Bump geronimo-jsonb_1.0_spec from 1.2 to 1.4
     new d321afc  Bump byte.buddy.version from 1.11.5 to 1.11.15

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[aries-cdi] 01/02: Bump geronimo-jsonb_1.0_spec from 1.2 to 1.4

Posted by ro...@apache.org.
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

commit d1b0401491e0e87937c1b40503129bc66f7ea1fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Sep 12 03:31:12 2021 +0000

    Bump geronimo-jsonb_1.0_spec from 1.2 to 1.4
    
    Bumps geronimo-jsonb_1.0_spec from 1.2 to 1.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.geronimo.specs:geronimo-jsonb_1.0_spec
      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 a4026ec..53af82b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
 			<dependency>
 				<groupId>org.apache.geronimo.specs</groupId>
 				<artifactId>geronimo-jsonb_1.0_spec</artifactId>
-				<version>1.2</version>
+				<version>1.4</version>
 			</dependency>
 			<dependency>
 				<groupId>org.junit.jupiter</groupId>

[aries-cdi] 02/02: Bump byte.buddy.version from 1.11.5 to 1.11.15

Posted by ro...@apache.org.
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

commit d321afc1847478c0eb53068094effcd2d5ffcaa5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Sep 12 03:33:22 2021 +0000

    Bump byte.buddy.version from 1.11.5 to 1.11.15
    
    Bumps `byte.buddy.version` from 1.11.5 to 1.11.15.
    
    Updates `byte-buddy` from 1.11.5 to 1.11.15
    - [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.5...byte-buddy-1.11.15)
    
    Updates `byte-buddy-maven-plugin` from 1.11.5 to 1.11.15
    - [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.5...byte-buddy-1.11.15)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 53af82b..8e62414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 
 		<!-- Versions -->
 		<bnd.version>5.3.0</bnd.version>
-		<byte.buddy.version>1.11.5</byte.buddy.version>
+		<byte.buddy.version>1.11.15</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>