Skip to content

Commit

Permalink
build(deps): bump spring.version from 5.3.23 to 5.3.33
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 5.3.23 to 5.3.33.

Updates `org.springframework:spring-beans` from 5.3.23 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.33)

Updates `org.springframework:spring-context` from 5.3.23 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.33)

Updates `org.springframework:spring-context-support` from 5.3.23 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.33)

Updates `org.springframework:spring-core` from 5.3.23 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.33)

Updates `org.springframework:spring-test` from 5.3.23 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.33)

Updates `org.springframework:spring-web` from 5.3.23 to 5.3.33
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v5.3.33)

---
updated-dependencies:
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context-support
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Apr 2, 2024
1 parent af375b6 commit 0596053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frank-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>war</packaging>

<properties>
<spring.version>5.3.23</spring.version>
<spring.version>5.3.33</spring.version>
<spring.boot.version>2.7.18</spring.boot.version>
</properties>

Expand Down

0 comments on commit 0596053

Please sign in to comment.