Skip to content

Commit

Permalink
Outdated dependency: #205 #206 #207
Browse files Browse the repository at this point in the history
Fixed #205 - SpringFramework (4.3.23 instead of 4.3.22)
Fixed #206 - spring-security (4.2.12 instead of 4.2.11)
Fixed #207 - javaee-web-api (8.0.1 instead of 8.0)
  • Loading branch information
dzc34 committed Apr 22, 2019
1 parent 8761b04 commit 4ac16ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ none
none

### Outdated dependencies
- [#203 - Upgraded spring-security (4.2.11 instead of 4.2.10)](https://github.com/Asqatasun/Contrast-Finder/issues/203)
- [#204 - Upgraded SpringFramework (4.3.22 instead of 4.3.21)](https://github.com/Asqatasun/Contrast-Finder/issues/204)
- [#205 - Upgraded SpringFramework (4.3.23 instead of 4.3.21)](https://github.com/Asqatasun/Contrast-Finder/issues/205)
- [#206 - Upgraded spring-security (4.2.12 instead of 4.2.10)](https://github.com/Asqatasun/Contrast-Finder/issues/206)
- [#207 - Upgraded javaee-web-api (8.0.1 instead of 8.0)](https://github.com/Asqatasun/Contrast-Finder/issues/207)

### Bug
none
Expand Down
6 changes: 3 additions & 3 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency Versions -->
<spring.version>4.3.22.RELEASE</spring.version>
<spring-security.version>4.2.11.RELEASE</spring-security.version>
<spring.version>4.3.23.RELEASE</spring.version>
<spring-security.version>4.2.12.RELEASE</spring-security.version>
<htmlcompressor.version>1.5.2</htmlcompressor.version>
<urlrewritefilter.version>4.0.4</urlrewritefilter.version>
<taglibs-standard-jstlel.version>1.2.5</taglibs-standard-jstlel.version>
<javaee-web-api.version>8.0</javaee-web-api.version> <!-- need Maven with Jdk-8 -->
<javaee-web-api.version>8.0.1</javaee-web-api.version> <!-- need Maven with Jdk-8 -->
<validation-api.version>1.1.0.Final</validation-api.version>
<!-- <validation-api.version>2.0.0.Final</validation-api.version>
not valid for Tomcat-7 with Jdk-7 -->
Expand Down

0 comments on commit 4ac16ba

Please sign in to comment.