Skip to content

Commit

Permalink
Fixed Asqatasun#65 - Upgraded spring-security to v4.2.3
Browse files Browse the repository at this point in the history
spring-security 4.2.3 instead of 4.2.2
  • Loading branch information
dzc34 committed Jun 13, 2017
1 parent 1f9dbc8 commit d08b898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@

Contrast-Finder 0.5.1, 2017-0x-xx
---------------------------------

Features:
none
Contrast-Finder 0.5.1, 2017-06-x
--------------------------------

Security:
none
- [#65 - Upgraded spring-security to v4.2.3](https://github.com/Asqatasun/Contrast-Finder/issues/65)

Bugs:
- [#61 - Added missing color names (*Grey + RebeccaPurple)](https://github.com/Asqatasun/Contrast-Finder/issues/61)
Expand All @@ -16,9 +13,6 @@ Bugs:
Configuration:
- [#64 - Moved contrast-finder.log|.conf files into webapp directory](https://github.com/Asqatasun/Contrast-Finder/issues/64)

Documentation:
none

Upgrade-o-meter: just replace the .war file and restart Tomcat


Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springVersion>4.3.9.RELEASE</springVersion>
<springSecurityVersion>4.2.2.RELEASE</springSecurityVersion>
<springSecurityVersion>4.2.3.RELEASE</springSecurityVersion>
</properties>


Expand Down

0 comments on commit d08b898

Please sign in to comment.