File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/test/kotlin/org/openrewrite/java/migrate/javax Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments