You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2021/08/15 20:28:05 UTC

[axis-axis2-java-core] branch master updated: Bump jaxbri.version from 2.3.4 to 2.3.5

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new c4b7791  Bump jaxbri.version from 2.3.4 to 2.3.5
c4b7791 is described below

commit c4b7791277e399482fa09795cdc273c99df4d4b0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 15 15:35:25 2021 +0000

    Bump jaxbri.version from 2.3.4 to 2.3.5
    
    Bumps `jaxbri.version` from 2.3.4 to 2.3.5.
    
    Updates `jaxb-runtime` from 2.3.4 to 2.3.5
    
    Updates `jaxb-xjc` from 2.3.4 to 2.3.5
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish.jaxb:jaxb-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.glassfish.jaxb:jaxb-xjc
      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 4407f07..a0d1dd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -512,7 +512,7 @@
         <httpclient.version>4.5.13</httpclient.version>
         <httpmime.version>4.5.13</httpmime.version>
         <intellij.version>5.0</intellij.version>
-        <jaxbri.version>2.3.4</jaxbri.version>
+        <jaxbri.version>2.3.5</jaxbri.version>
         <jetty.version>9.4.43.v20210629</jetty.version>
         <jibx.version>1.3.3</jibx.version>
         <log4j2.version>2.14.1</log4j2.version>