Skip to content
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 spring-expression in /mybatis-insert-generatedkey
Bumps [spring-expression](https://github.com/spring-projects/spring-framework) from 3.1.0.RELEASE to 5.2.21.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.21.RELEASE)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 7, 2022
commit 37d8bb75be6574e5787f04149ba84753c9c7eeaf
2 changes: 1 addition & 1 deletion mybatis-insert-generatedkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.springframework.version>3.1.0.RELEASE</org.springframework.version>
<org.springframework.version>5.2.21.RELEASE</org.springframework.version>
</properties>

<dependencies>
Expand Down