Skip to content

Commit

Permalink
Fixed #137 - Upgrading outdated dependency: spring-security (4.2.4 in…
Browse files Browse the repository at this point in the history
…stead of 4.2.3)
  • Loading branch information
dzc34 committed Feb 21, 2018
1 parent 3c3eda6 commit 01177d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ none

### Outdated dependencies
- [#130 - Updated .jsp file, form tag: use "modelAttribute" instead of deprecated "commandName"](https://github.com/Asqatasun/Contrast-Finder/issues/130)
- [#135 - Upgraded org.owasp:dependency-check (3.1.1 instead of 3.0.2)](https://github.com/Asqatasun/Contrast-Finder/issues/135)
- [#138 - Upgraded markdown-page-generator-plugin (2.1.0 instead of 2.0.1)](https://github.com/Asqatasun/Contrast-Finder/issues/138)
- [#135 - Upgraded owasp:dependency-check (3.1.1 instead of 3.0.2)](https://github.com/Asqatasun/Contrast-Finder/issues/135)
- [#137 - Upgraded spring-security (4.2.4 instead of 4.2.3)](https://github.com/Asqatasun/Contrast-Finder/issues/137)

### Bug
- [#128 - Webapp: added "charset=UTF-8" HTTP header for css, js, txt, json and xml files](https://github.com/Asqatasun/Contrast-Finder/issues/128)
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<!-- Dependency Versions -->
<spring.version>4.3.14.RELEASE</spring.version>
<spring-security.version>4.2.3.RELEASE</spring-security.version>
<spring-security.version>4.2.4.RELEASE</spring-security.version>
<htmlcompressor.version>1.5.2</htmlcompressor.version>
<taglibs-standard-jstlel.version>1.2.5</taglibs-standard-jstlel.version>
<javaee-web-api.version>7.0</javaee-web-api.version>
Expand Down

0 comments on commit 01177d3

Please sign in to comment.