You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/01/01 15:44:00 UTC

[iotdb] branch master updated: Bump jaxb-runtime from 3.0.0 to 3.0.2 (#4686)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3456e18  Bump jaxb-runtime from 3.0.0 to 3.0.2 (#4686)
3456e18 is described below

commit 3456e186794795cd6da9402e9650704f697b790a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jan 1 23:43:30 2022 +0800

    Bump jaxb-runtime from 3.0.0 to 3.0.2 (#4686)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d063b81..c78f6b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@
             <dependency>
                 <groupId>org.glassfish.jaxb</groupId>
                 <artifactId>jaxb-runtime</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>jakarta.activation</groupId>