This is an automated email from the ASF dual-hosted git repository. twolf 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 9f5c03aab Bump spring-core from 5.3.26 to 5.3.27 9f5c03aab is described below commit 9f5c03aabd11ba3db9e34bc79344cabfcdfb1c18 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 17 17:49:08 2023 +0000 Bump spring-core from 5.3.26 to 5.3.27 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19b8f5495..94555edc6 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <slf4j.version>1.7.32</slf4j.version> <slf4j.upper.bound>3</slf4j.upper.bound> <logback.version>1.2.11</logback.version> - <spring.version>5.3.26</spring.version> + <spring.version>5.3.27</spring.version> <!-- NOTE: upgrading jGit to 6.x requires Java 11 --> <jgit.version>5.13.0.202109080827-r</jgit.version> <junit.version>4.13.2</junit.version>