Skip to content

Commit

Permalink
Bump org.springframework:spring-beans in /src/it/mojo-1731 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent 119120e commit de4d5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/mojo-1731/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.18</version>
<version>5.3.20</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/mojo-1731/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 21,4 @@ assert log.exists()
def ruleLines = ( log.readLines().findResults { line ->
line.startsWith( "[DEBUG] Searching for duplicate classes in" ) ? line.find( ~/[a-z0-9.\-] $/ ) : null
} as Set )
assert ruleLines == ( [ "spring-beans-5.3.18.pom", "spring-jcl-5.3.18.jar" , "spring-core-5.3.18.jar" ] as Set )
assert ruleLines == ( [ "spring-beans-5.3.20.pom", "spring-jcl-5.3.20.jar" , "spring-core-5.3.20.jar" ] as Set )

0 comments on commit de4d5f8

Please sign in to comment.