Skip to content

Commit

Permalink
fixed #180, fixed #181, fixed #182
Browse files Browse the repository at this point in the history
#180 - Upgraded commons-lang3 (3.8.1 instead of 3.8)
#181 - Upgraded SpringFramework (4.3.19 instead of 4.3.18)
#182 - Upgraded spring-security (4.2.8 instead of 4.2.7)
  • Loading branch information
dzc34 committed Sep 26, 2018
1 parent fd48140 commit a68b076
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ none
none

### Outdated dependencies
none
- [#180 - Upgraded commons-lang3 (3.8.1 instead of 3.8)](https://github.com/Asqatasun/Contrast-Finder/issues/180)
- [#181 - Upgraded SpringFramework (4.3.19 instead of 4.3.18)](https://github.com/Asqatasun/Contrast-Finder/issues/181)
- [#182 - Upgraded spring-security (4.2.8 instead of 4.2.7)](https://github.com/Asqatasun/Contrast-Finder/issues/182)

### Bug
none
Expand Down
8 changes: 8 additions & 0 deletions documentation/en/30_Contributor_doc/QA-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@

## Audit history

### 0.9.2
* Web perf
* https://www.webpagetest.org/result/180902_G8_c788cf1c418ac6fb9f9d9b17835ab180/
* https://yellowlab.tools/result/f4fxn1k0lb
* Global tools (webperf, accessibility, security, ...)
* https://www.dareboost.com/fr/report/d_5b8c7860e9679072a72634e5
* https://webhint.io/scanner/ffa74833-a47a-47d3-865c-1fda27c6067c

### 0.9.0 / 0.9.1
* Web perf
* https://www.webpagetest.org/result/180513_JQ_6968f5fe020e3ae88c8078c4fc620995/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<commons-cli.version>1.4</commons-cli.version>
<commons-collections4.version>4.2</commons-collections4.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-lang3.version>3.8</commons-lang3.version>
<commons-lang3.version>3.8.1</commons-lang3.version>
<junit.version>4.12</junit.version>
<logback-classic.version>1.2.3</logback-classic.version>
<markdown-page-generator-plugin.version>2.1.0</markdown-page-generator-plugin.version>
Expand Down
4 changes: 2 additions & 2 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.18.RELEASE</spring.version>
<spring-security.version>4.2.7.RELEASE</spring-security.version>
<spring.version>4.3.19.RELEASE</spring.version>
<spring-security.version>4.2.8.RELEASE</spring-security.version>
<htmlcompressor.version>1.5.2</htmlcompressor.version>
<urlrewritefilter.version>4.0.4</urlrewritefilter.version>
<taglibs-standard-jstlel.version>1.2.5</taglibs-standard-jstlel.version>
Expand Down

0 comments on commit a68b076

Please sign in to comment.