Skip to content

Commit

Permalink
Bump org.springframework:spring-core in /tcc/hsf-tcc-sample
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 4.3.23.RELEASE to 5.2.24.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.23.RELEASE...v5.2.24.RELEASE)

---
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 Jul 21, 2023
1 parent 4e4a579 commit de0de3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<spring-context-support.version>1.0.11</spring-context-support.version>
<testng.version>6.4</testng.version>
<protobuf.version>3.16.3</protobuf.version>
<spring.version>5.1.3.RELEASE</spring.version>
<spring.version>5.2.24.RELEASE</spring.version>
<mysql-connector.version>5.1.44</mysql-connector.version>
<curator.version>4.2.0</curator.version>
<guava.version>27.0.1-jre</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion tcc/hsf-tcc-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<packaging>war</packaging>

<properties>
<org.springframework.version>4.3.23.RELEASE</org.springframework.version>
<org.springframework.version>5.2.24.RELEASE</org.springframework.version>
</properties>

<dependencies>
Expand Down

0 comments on commit de0de3b

Please sign in to comment.