File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/resources/META-INF/rewrite
test/java/org/openrewrite/java/testing/testcontainers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ recipeList:
2424 - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
2525 groupId : org.testcontainers
2626 artifactId : " *"
27- newVersion : 1.19 .x
27+ newVersion : 1.21 .x
2828 - org.openrewrite.java.testing.testcontainers.ExplicitContainerImages
2929 - org.openrewrite.java.testing.testcontainers.GetHostMigration
3030---
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ void dependencyUpdate() {
8484 </project>
8585 """ ,
8686 spec -> spec .after (after -> {
87- Matcher matcher = Pattern .compile ("<version>(1\\ .19 \\ .\\ d+)</version>" ).matcher (after );
87+ Matcher matcher = Pattern .compile ("<version>(1\\ .21 \\ .\\ d+)</version>" ).matcher (after );
8888 assertTrue (matcher .find ());
8989 //language=xml
9090 return """
You can’t perform that action at this time.
0 commit comments