Skip to content

Commit

Permalink
Bump junit in IT test
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 7, 2022
1 parent 58e86a7 commit 09c0594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/resolve-projects-in-reactor/bom/pom.xml
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/resolve-projects-in-reactor/verify.groovy
Expand Up @@ -31,4 +31,4 @@ assert flattenedPom.exists()
def flattenedProject = new XmlSlurper().parse( flattenedPom )
assert 'junit' == flattenedProject.dependencies.dependency.groupId.text()
assert 'junit' == flattenedProject.dependencies.dependency.artifactId.text()
assert '4.12' == flattenedProject.dependencies.dependency.version.text()
assert '4.13.2' == flattenedProject.dependencies.dependency.version.text()

0 comments on commit 09c0594

Please sign in to comment.