Skip to content

Commit

Permalink
Fixed #100 - Upgraded SpringFramework (4.3.13 instead of 4.3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Nov 28, 2017
1 parent 303d512 commit ae6ae0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ none
none

### Outdated dependencies
- [#100 - Upgraded SpringFramework (4.3.13 instead of 4.3.12)](https://github.com/Asqatasun/Contrast-Finder/issues/100)
- [#101 - Upgraded commons-lang3 (3.7 instead of 3.6)](https://github.com/Asqatasun/Contrast-Finder/issues/101)
- [#102 - Upgraded markdown-page-generator-plugin (2.0.0 instead of 1.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/102)
- [#103 - Upgraded maven-javadoc-plugin (3.0.0-M1 instead of 2.10.4)](https://github.com/Asqatasun/Contrast-Finder/issues/103)
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 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency Versions -->
<spring.version>4.3.12.RELEASE</spring.version>
<spring.version>4.3.13.RELEASE</spring.version>
<spring-security.version>4.2.3.RELEASE</spring-security.version>
<htmlcompressor.version>1.5.2</htmlcompressor.version>
<taglibs-standard-jstlel.version>1.2.5</taglibs-standard-jstlel.version>
Expand Down

0 comments on commit ae6ae0e

Please sign in to comment.