This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new bdba59c [FLINK-25161][build] Update japicmp jaxb-impl dependency for
Java 11+
bdba59c is described below
commit bdba59c91e1665d27da7c6be237c9ac9ef6af4ee
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Dec 4 14:39:16 2021 +0100
[FLINK-25161][build] Update japicmp jaxb-impl dependency for Java 11+
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 25c9d67..e29e198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,7 +900,7 @@ under the License.
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
-
<version>2.3.0</version>
+
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>