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 2022/02/10 21:11:43 UTC

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

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 79e44c9  Bump jaxbri.version from 2.3.5 to 2.3.6
79e44c9 is described below

commit 79e44c91108a2e669012795720184d9e20d3cfd1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 10 14:46:27 2022 +0000

    Bump jaxbri.version from 2.3.5 to 2.3.6
    
    Bumps `jaxbri.version` from 2.3.5 to 2.3.6.
    
    Updates `jaxb-runtime` from 2.3.5 to 2.3.6
    
    Updates `jaxb-xjc` from 2.3.5 to 2.3.6
    
    ---
    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 6c44a17..119e494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -480,7 +480,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.5</jaxbri.version>
+        <jaxbri.version>2.3.6</jaxbri.version>
         <jetty.version>9.4.44.v20210927</jetty.version>
         <jibx.version>1.3.3</jibx.version>
         <log4j2.version>2.17.1</log4j2.version>