Skip to content

Commit daadcf1

Browse files
authored
update test assertion (#6456)
This version was released 3 hours age and making the tests fail.
1 parent 7ca30b8 commit daadcf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rewrite-maven/src/test/java/org/openrewrite/maven/ChangeParentPomTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ void doesNotBringInMavenArguments() {
14621462
<parent>
14631463
<groupId>org.springframework.boot</groupId>
14641464
<artifactId>spring-boot-starter-parent</artifactId>
1465-
<version>3.5.8</version>
1465+
<version>3.5.9</version>
14661466
</parent>
14671467
</project>
14681468
"""

0 commit comments

Comments
 (0)