You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/01 08:31:48 UTC

[iotdb] branch master updated: Bump jaxb-impl from 2.3.0 to 2.3.6 (#5141)

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

haonan 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 2bb33ae  Bump jaxb-impl from 2.3.0 to 2.3.6 (#5141)
2bb33ae is described below

commit 2bb33ae7741fab04c1c421ec94b537275283ec00
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 1 16:31:12 2022 +0800

    Bump jaxb-impl from 2.3.0 to 2.3.6 (#5141)
    
    Bumps jaxb-impl from 2.3.0 to 2.3.6.
    
    ---
    updated-dependencies:
    - dependency-name: com.sun.xml.bind:jaxb-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a358dcb..304e12e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -759,7 +759,7 @@
                     <dependency>
                         <groupId>com.sun.xml.bind</groupId>
                         <artifactId>jaxb-impl</artifactId>
-                        <version>2.3.0</version>
+                        <version>2.3.6</version>
                     </dependency>
                 </dependencies>
             </plugin>