Skip to content

Commit ff14248

Browse files
committed
Fixing tests to reflect new versions of jaxb and jax-ws
1 parent 03955a1 commit ff14248

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/test/kotlin/org/openrewrite/java/migrate/javax/AddJaxbDependenciesTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class AddJaxbDependenciesTest : MavenRecipeTest {
7979
<dependency>
8080
<groupId>org.glassfish.jaxb</groupId>
8181
<artifactId>jaxb-runtime</artifactId>
82-
<version>2.3.4</version>
82+
<version>2.3.5</version>
8383
<scope>runtime</scope>
8484
</dependency>
8585
</dependencies>
@@ -138,7 +138,7 @@ class AddJaxbDependenciesTest : MavenRecipeTest {
138138
<dependency>
139139
<groupId>org.glassfish.jaxb</groupId>
140140
<artifactId>jaxb-runtime</artifactId>
141-
<version>2.3.4</version>
141+
<version>2.3.5</version>
142142
<scope>runtime</scope>
143143
</dependency>
144144
</dependencies>
@@ -190,7 +190,7 @@ class AddJaxbDependenciesTest : MavenRecipeTest {
190190
<dependency>
191191
<groupId>org.glassfish.jaxb</groupId>
192192
<artifactId>jaxb-runtime</artifactId>
193-
<version>2.3.4</version>
193+
<version>2.3.5</version>
194194
<scope>runtime</scope>
195195
</dependency>
196196
</dependencies>

src/test/kotlin/org/openrewrite/java/migrate/javax/AddJaxwsDependenciesTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class AddJaxwsDependenciesTest : MavenRecipeTest {
8181
<dependency>
8282
<groupId>com.sun.xml.ws</groupId>
8383
<artifactId>jaxws-rt</artifactId>
84-
<version>2.3.4</version>
84+
<version>2.3.5</version>
8585
<scope>runtime</scope>
8686
</dependency>
8787
</dependencies>
@@ -140,7 +140,7 @@ class AddJaxwsDependenciesTest : MavenRecipeTest {
140140
<dependency>
141141
<groupId>com.sun.xml.ws</groupId>
142142
<artifactId>jaxws-rt</artifactId>
143-
<version>2.3.4</version>
143+
<version>2.3.5</version>
144144
<scope>runtime</scope>
145145
</dependency>
146146
</dependencies>

0 commit comments

Comments
 (0)