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 2021/11/05 14:45:28 UTC

[iotdb] branch rel/0.12 updated: Bump jaxb-impl from 2.3.0 to 2.3.5 (#4273)

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

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


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new ef23b53  Bump jaxb-impl from 2.3.0 to 2.3.5 (#4273)
ef23b53 is described below

commit ef23b536b517cc1f7e4bb7827ba4c0f823237d48
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 5 22:45:03 2021 +0800

    Bump jaxb-impl from 2.3.0 to 2.3.5 (#4273)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8dd8a9..88bb81a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -743,7 +743,7 @@
                     <dependency>
                         <groupId>com.sun.xml.bind</groupId>
                         <artifactId>jaxb-impl</artifactId>
-                        <version>2.3.0</version>
+                        <version>2.3.5</version>
                     </dependency>
                 </dependencies>
             </plugin>