From d08b89811c9a652007bb2df114ba8e551560b516 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler Date: Wed, 14 Jun 2017 00:01:39 +0200 Subject: [PATCH] Fixed #65 - Upgraded spring-security to v4.2.3 spring-security 4.2.3 instead of 4.2.2 --- CHANGELOG.md | 12 +++--------- webapp/pom.xml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2297f7f9..ff094a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/webapp/pom.xml b/webapp/pom.xml index adc16262..648c66b0 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -28,7 +28,7 @@ ${project.build.directory}/endorsed UTF-8 4.3.9.RELEASE - 4.2.2.RELEASE + 4.2.3.RELEASE