You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/08/11 01:33:24 UTC

[fineract] branch develop updated: chore(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.5

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

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new f79d9e0  chore(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.5
f79d9e0 is described below

commit f79d9e0c61e2fdf35269e8846b8deb5202664e01
Author: Renovate Bot <bo...@renovateapp.com>
AuthorDate: Tue Aug 3 07:05:19 2021 +0000

    chore(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.5
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 5a285e6..62779f7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -127,7 +127,7 @@ allprojects  {
             dependency 'jakarta.management.j2ee:jakarta.management.j2ee-api:1.1.4'
             dependency 'jakarta.jms:jakarta.jms-api:2.0.3'
             dependency 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
-            dependency 'org.glassfish.jaxb:jaxb-runtime:2.3.4'
+            dependency 'org.glassfish.jaxb:jaxb-runtime:2.3.5'
             dependency 'jakarta.validation:jakarta.validation-api:3.0.0'
             dependency 'org.apache.activemq:activemq-broker:5.16.2'
             dependency 'org.apache.bval:org.apache.bval.bundle:2.0.5'