Skip to content

Bump org.springframework:spring-core from 4.3.11.RELEASE to 6.1.14 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.springframework:spring-core from 4.3.11.RELEASE to 6.1.14
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 4.3.11.RELEASE to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.11.RELEASE...v6.1.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
commit a06cc0cf4c24e430eb3af0a5b8de0f866d6727f8
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<mongodb.driver.version>3.2.2</mongodb.driver.version>
<mysql-connector-java.version>5.1.40</mysql-connector-java.version>
<spring.version>4.3.11.RELEASE</spring.version>
<spring.version>6.1.14</spring.version>
<lombok.version>1.16.10</lombok.version>
<mybatis.version>3.2.8</mybatis.version>
<mybatis.spring.version>1.2.0</mybatis.spring.version>
Expand Down