aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Long <jeremy.long@gmail.com>2022-05-04 06:50:43 -0400
committerGitHub <noreply@github.com>2022-05-04 06:50:43 -0400
commit2b68323544370965c992c6c420ec5659c16f0a3e (patch)
tree3e7460c74b089235ee9366f47cb3a458aae5a454
parent8524da699b00fc8deff23dd792bbb4d233399808 (diff)
parenteeb217bb1ccca5a6e9c8dca582499535a032d8a2 (diff)
downloadjava-encoder-2b68323544370965c992c6c420ec5659c16f0a3e.tar.gz
Merge pull request #59 from OWASP/dependabot/maven/jsp/org.springframework-spring-core-5.3.19
Bump spring-core from 5.1.3.RELEASE to 5.3.19 in /jsp
-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>