This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 2e0e4328c Bump spring.version from 5.3.28 to 5.3.37 (#559) 2e0e4328c is described below commit 2e0e4328c8c1b174bc16308bc77c316593537cd5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jul 26 14:58:43 2024 +0200 Bump spring.version from 5.3.28 to 5.3.37 (#559) Bumps `spring.version` from 5.3.28 to 5.3.37. Updates `org.springframework:spring-core` from 5.3.28 to 5.3.37 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.37) Updates `org.springframework:spring-framework-bom` from 5.3.28 to 5.3.37 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.28...v5.3.37) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74ad4a2a1..21ed6be59 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <slf4j.version>1.7.36</slf4j.version> <slf4j.upper.bound>3</slf4j.upper.bound> <logback.version>1.2.13</logback.version> - <spring.version>5.3.28</spring.version> + <spring.version>5.3.37</spring.version> <!-- NOTE: upgrading jGit to 6.x requires Java 11 --> <jgit.version>5.13.3.202401111512-r</jgit.version> <junit.version>4.13.2</junit.version>