Skip to content

Commit c9fc84a

Browse files
committed
update jaxb version
1 parent db2c6bb commit c9fc84a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

ipp-v3-java-data/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.jvnet.jaxb2_commons</groupId>
2828
<artifactId>jaxb2-commons-lang</artifactId>
29-
<version>2.3</version>
29+
<version>2.4</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>javax.xml.bind</groupId>
@@ -78,7 +78,7 @@
7878
</executions>
7979
</plugin> -->
8080
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
81-
<!--
81+
<!--
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-clean-plugin</artifactId>
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.jvnet.jaxb2_commons</groupId>
119119
<artifactId>jaxb2-basics</artifactId>
120-
<version>0.6.5</version>
120+
<version>1.11.1</version>
121121
</plugin>
122122
</plugins>
123123
</configuration>

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.jvnet.jaxb2_commons</groupId>
3131
<artifactId>jaxb2-basics-runtime</artifactId>
32-
<version>0.6.3</version>
32+
<version>1.11.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.slf4j</groupId>
@@ -134,7 +134,12 @@
134134
<dependency>
135135
<groupId>com.sun.xml.bind</groupId>
136136
<artifactId>jaxb-impl</artifactId>
137-
<version>2.2.7</version>
137+
<version>2.2.11</version>
138+
</dependency>
139+
<dependency>
140+
<groupId>com.sun.xml.bind</groupId>
141+
<artifactId>jaxb-core</artifactId>
142+
<version>2.2.11</version>
138143
</dependency>
139144
<dependency>
140145
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)