You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/14 07:26:32 UTC

[isis] branch master updated: Bump jaxb-impl from 2.3.3 to 2.3.4

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a916e4  Bump jaxb-impl from 2.3.3 to 2.3.4
8a916e4 is described below

commit 8a916e4c83850270ee5a3c8cd445d64f29d076b4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 14 05:59:46 2021 +0000

    Bump jaxb-impl from 2.3.3 to 2.3.4
    
    Bumps jaxb-impl from 2.3.3 to 2.3.4.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 0662e76..3741a11 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -129,7 +129,7 @@
 		<javassist.version>3.27.0-GA</javassist.version>
 		<javax-servlet.version>4.0.1</javax-servlet.version>
 		<jaxb-core.version>2.3.0.1</jaxb-core.version> <!-- 2.3.2 is not yet available -->
-		<jaxb-impl.version>2.3.3</jaxb-impl.version>
+		<jaxb-impl.version>2.3.4</jaxb-impl.version>
 		<jaxws-ri.version>2.3.3</jaxws-ri.version>
 
 		<jbcrypt.version>0.4</jbcrypt.version>