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 684b20410 Bump spring.version from 5.3.37 to 5.3.39
684b20410 is described below
commit 684b20410145f7321f498e34a1e9ebbcdcb837ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 10 11:42:49 2024 +0000
Bump spring.version from 5.3.37 to 5.3.39
Bumps `spring.version` from 5.3.37 to 5.3.39.
Updates `org.springframework:spring-core` from 5.3.37 to 5.3.39
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39)
Updates `org.springframework:spring-framework-bom` from 5.3.37 to 5.3.39
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39)
---
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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 43dc43493..4faaa96d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,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.37</spring.version>
+ <spring.version>5.3.39</spring.version>
<!-- NOTE: upgrading jGit to 6.x requires Java 11 -->
<jgit.version>5.13.3.202401111512-r</jgit.version>
<bytebuddy.version>1.14.18</bytebuddy.version>