aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-22 23:07:14 +0000
committerGitHub <noreply@github.com>2022-04-22 23:07:14 +0000
commiteeb217bb1ccca5a6e9c8dca582499535a032d8a2 (patch)
tree3e7460c74b089235ee9366f47cb3a458aae5a454
parent8524da699b00fc8deff23dd792bbb4d233399808 (diff)
downloadjava-encoder-eeb217bb1ccca5a6e9c8dca582499535a032d8a2.tar.gz
Bump spring-core from 5.1.3.RELEASE to 5.3.19 in /jsp
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.1.3.RELEASE to 5.3.19. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.1.3.RELEASE...v5.3.19) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--jsp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsp/pom.xml b/jsp/pom.xml
index 2b25fac..2b9024c 100644
--- a/jsp/pom.xml
+++ b/jsp/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>5.1.3.RELEASE</version>
+ <version>5.3.19</version>
<scope>test</scope>
</dependency>
</dependencies>