Skip to content

Commit

Permalink
Fixed Asqatasun#162 / Fixed Asqatasun#163 / Fixed Asqatasun#164
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Jun 15, 2018
1 parent ac0db71 commit fa8dd8d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ none
none

### Outdated dependencies
none
- [#163 - Upgraded SpringFramework (4.3.18 instead of 4.3.17)](https://github.com/Asqatasun/Contrast-Finder/issues/163)
- [#162 - Upgraded spring--security (4.2.7 instead of 4.2.6)](https://github.com/Asqatasun/Contrast-Finder/issues/162)

### Bug
none
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[![License : AGPL v3](https://img.shields.io/badge/License-AGPL3-blue.svg)](https://github.com/Asqatasun/Contrast-Finder/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/Asqatasun/Contrast-Finder.svg)](https://travis-ci.org/Asqatasun/Contrast-Finder)
[![Release](https://img.shields.io/github/release/asqatasun/Contrast-Finder.svg)](https://github.com/Asqatasun/Contrast-Finder/releases/latest)
[![Dependency Status](https://www.versioneye.com/user/projects/59405a130fb24f004de09e90/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59405a130fb24f004de09e90)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c3374c9913d24a9c91e91552f1796672)](https://www.codacy.com/app/Asqatasun/Contrast-Finder)
[![Code of Conduct](https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square)](https://github.com/Asqatasun/Contrast-Finder/blob/develop/CODE_OF_CONDUCT.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Asqatasun/Contrast-Finder/blob/develop/CONTRIBUTING.md)
Expand Down
2 changes: 1 addition & 1 deletion documentation/badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## Dependency status
[![Dependency Status](https://www.versioneye.com/user/projects/59405a130fb24f004de09e90/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/59405a130fb24f004de09e90)
?

## Travis build status

Expand Down
4 changes: 2 additions & 2 deletions documentation/en/30_Contributor_doc/QA-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@

## Audit history

### 0.9.0
### 0.9.0 / 0.9.1
* Web perf
* https://www.webpagetest.org/result/180513_JQ_6968f5fe020e3ae88c8078c4fc620995/
* https://yellowlab.tools/result/f1066yvsyi
* Global tools (webperf, accessibility, security, ...)
* https://www.dareboost.com/fr/report/5af8684be96790618ff331da
* https://www.dareboost.com/fr/report/5af8b7c9e96790618ff385c5
* https://sonarwhal.com/scanner/8f0ca246-a8ac-420e-8737-6405d3ba8d59

### 0.8.6
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/30_Contributor_doc/Release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As an end user, you won't need it, it is just for developers.
```

outdated dependencies:
https://www.versioneye.com/user/projects/58fb3e17c2ef423822580804?child=summary#tab-dependencies
https://snyk.io/

Some dependencies must not be updated with the latest release (SpringFramework 5.xx, ...)
because these dependencies need Jdk 8 and do not work on our tomcat 7 for the official demo.
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.17.RELEASE</spring.version>
<spring-security.version>4.2.6.RELEASE</spring-security.version>
<spring.version>4.3.18.RELEASE</spring.version>
<spring-security.version>4.2.7.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 Down

0 comments on commit fa8dd8d

Please sign in to comment.