Skip to content

Commit

Permalink
Upgrade spring-security from 4.1.3 to 4.1.5, fix CVE-2018-1199.
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Oct 20, 2018
1 parent 44b6746 commit 892945c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>pom</packaging>
<name>Spring Security WeChat</name>
<description>Spring Security WeChat.</description>
Expand Down Expand Up @@ -191,17 +191,17 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.1.3.RELEASE</version>
<version>4.1.5.RELEASE</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>spring-security-wechat-config</artifactId>
<name>Spring Security WeChat Config</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>spring-security-wechat-core</artifactId>
<name>Spring Security WeChat Core</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>spring-security-wechat-samples</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat-samples</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>spring-security-wechat-samples-helloworld</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.oxerr.spring.security</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>spring-security-wechat-web</artifactId>
<name>Spring Security WeChat Web</name>
Expand Down

0 comments on commit 892945c

Please sign in to comment.