Skip to content

Commit

Permalink
Bump org.springframework:spring-beans in /src/it/mojo-1731
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.20.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.18...v5.3.20)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and slachiewicz committed Feb 11, 2024
1 parent 119120e commit f404e52
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 f404e52

Please sign in to comment.