This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 3a8b3434a [OPENMEETINGS-2824] Bump spring.version from 7.0.8 to 7.0.9
(#290)
3a8b3434a is described below
commit 3a8b3434a6a9c3d49597d6da1c710df9facda667
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 08:42:52 2026 +0700
[OPENMEETINGS-2824] Bump spring.version from 7.0.8 to 7.0.9 (#290)
Bumps `spring.version` from 7.0.8 to 7.0.9.
Updates `org.springframework:spring-core` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-context` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-context-support` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-orm` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-aop` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-webmvc` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-tx` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-web` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
Updates `org.springframework:spring-test` from 7.0.8 to 7.0.9
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.8...v7.0.9)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context-support
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-orm
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-aop
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-webmvc
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-tx
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
dependency-version: 7.0.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 d077c7f43..ff87ece42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<wicketstuff.version>10.10.0</wicketstuff.version>
<wicket-bootstrap.version>7.0.14</wicket-bootstrap.version>
<fullcalendar.version>6.1.20</fullcalendar.version>
- <spring.version>7.0.8</spring.version>
+ <spring.version>7.0.9</spring.version>
<tomcat.version>11.0.24</tomcat.version>
<jetty.version>11.0.26</jetty.version>
<ical4j.version>4.3.0</ical4j.version>