Skip to content

Commit

Permalink
Fixed #149 / Fixed #151 / Fixed #153 / Fixed #154 / Fixed #155 / Fixed
Browse files Browse the repository at this point in the history
…#156

#156 - Upgraded native2ascii-maven-plugin (2.0.1 instead of 2.0.0)
#155 - Upgraded maven-dependency-plugin (3.1.0 instead of 3.0.2)
#154 - Upgraded maven-surefire-plugin (2.21.0 instead of 2.20.1)
#153 - Upgraded jacoco-maven-plugin (0.8.1 instead of 0.8.0)
#149 - Upgraded SpringFramework (4.3.16 instead of 4.3.15)
#151 - Upgraded spring-security (4.2.5 instead of 4.2.4)
  • Loading branch information
dzc34 committed Apr 10, 2018
1 parent 731bea0 commit fe2c971
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
20 changes: 7 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

Contrast-Finder 0.8.6, 2018-04-0x
Contrast-Finder 0.8.6, 2018-04-1x
---------------------------------

Upgrade-o-meter: just replace the .war file and restart Tomcat
Expand All @@ -13,12 +13,14 @@ Thanks to:
### New Feature
none

### Security
none

### Outdated dependencies
- [#126 - Upgraded SpringFramework (4.3.15 instead of 4.3.14)](https://github.com/Asqatasun/Contrast-Finder/issues/126)
- [#156 - Upgraded native2ascii-maven-plugin (2.0.1 instead of 2.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/156)
- [#155 - Upgraded maven-dependency-plugin (3.1.0 instead of 3.0.2)](https://github.com/Asqatasun/Contrast-Finder/issues/155)
- [#154 - Upgraded maven-surefire-plugin (2.21.0 instead of 2.20.1)](https://github.com/Asqatasun/Contrast-Finder/issues/154)
- [#153 - Upgraded jacoco-maven-plugin (0.8.1 instead of 0.8.0)](https://github.com/Asqatasun/Contrast-Finder/issues/153)
- [#151 - Upgraded spring--security (4.2.5 instead of 4.2.4)](https://github.com/Asqatasun/Contrast-Finder/issues/151)
- [#150 - Upgraded owasp:dependency-check (3.1.2 instead of 3.1.1)](https://github.com/Asqatasun/Contrast-Finder/issues/150)
- [#149 - Upgraded SpringFramework (4.3.16 instead of 4.3.14)](https://github.com/Asqatasun/Contrast-Finder/issues/149)

### Bug
- [#141 - Webapp: fixed url rewriting (allowed favicon/*.ico and *.svg files)](https://github.com/Asqatasun/Contrast-Finder/issues/141)
Expand All @@ -27,17 +29,9 @@ none
- [#144 - Updated Korean i18n file to the latest)](https://github.com/Asqatasun/Contrast-Finder/issues/144)
- [#147 - Updated Portuguese i18n file)](https://github.com/Asqatasun/Contrast-Finder/issues/147)

### Refactoring
none

### Configuration
none

### Documentation
- [#142 - Howto-use.md improvements (syntax corrections, match titles to application labels)](https://github.com/Asqatasun/Contrast-Finder/issues/142)

### Task
none


Contrast-Finder 0.8.5, 2018-02-21
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@

<!-- Plugin Versions -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
<maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
<maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
<dependency-check-maven.version>3.1.2</dependency-check-maven.version>
<jacoco-maven-plugin.version>0.8.0</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.1</jacoco-maven-plugin.version>
</properties>
<prerequisites> <!-- Maven 3.1 is required to use the following plugin: -->
<maven>3.1</maven> <!-- ............ org.owasp:dependency-check-maven -->
Expand Down
8 changes: 4 additions & 4 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency Versions -->
<spring.version>4.3.15.RELEASE</spring.version>
<spring-security.version>4.2.4.RELEASE</spring-security.version>
<spring.version>4.3.16.RELEASE</spring.version>
<spring-security.version>4.2.5.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>8.0</javaee-web-api.version> <!-- need Maven with Jdk-8 -->
Expand All @@ -39,8 +39,8 @@

<!-- Plugin Versions -->
<maven-war-plugin.version>3.2.0</maven-war-plugin.version>
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
<native2ascii-maven-plugin.version>2.0.0</native2ascii-maven-plugin.version>
<maven-dependency-plugin.version>3.1.0</maven-dependency-plugin.version>
<native2ascii-maven-plugin.version>2.0.1</native2ascii-maven-plugin.version>
<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
<jdeb.version>1.6</jdeb.version> <!-- need Maven with Jdk-8 -->
</properties>
Expand Down

0 comments on commit fe2c971

Please sign in to comment.