From f404e52a3e8c54868f762c89fe464b5bfa5e36df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:52:09 +0000 Subject: [PATCH] Bump org.springframework:spring-beans in /src/it/mojo-1731 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](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.20) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/it/mojo-1731/pom.xml | 2 +- src/it/mojo-1731/verify.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/it/mojo-1731/pom.xml b/src/it/mojo-1731/pom.xml index 441d0695..f6eb3012 100644 --- a/src/it/mojo-1731/pom.xml +++ b/src/it/mojo-1731/pom.xml @@ -11,7 +11,7 @@ org.springframework spring-beans - 5.3.18 + 5.3.20 pom diff --git a/src/it/mojo-1731/verify.groovy b/src/it/mojo-1731/verify.groovy index 21dfcfdd..89b3b2f0 100644 --- a/src/it/mojo-1731/verify.groovy +++ b/src/it/mojo-1731/verify.groovy @@ -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 ) \ No newline at end of file +assert ruleLines == ( [ "spring-beans-5.3.20.pom", "spring-jcl-5.3.20.jar" , "spring-core-5.3.20.jar" ] as Set )