Skip to content

Commit

Permalink
updated spring due to spring security alert on github
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensouza committed Jan 16, 2019
1 parent 8a3f068 commit ce7fe3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring_aop/pom.xml
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>${jdk.version}</maven.compiler.source>
<maven.compiler.target>${jdk.version}</maven.compiler.target>
<aspectj.version>1.8.2</aspectj.version>
<spring.version>4.1.1.RELEASE</spring.version>
<spring.version>5.1.4.RELEASE</spring.version>
<spring.aop.version>1.8.0</spring.aop.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion spring_woven/pom.xml
Expand Up @@ -19,7 +19,7 @@
</description>

<properties>
<spring.version>4.1.1.RELEASE</spring.version>
<spring.version>5.1.4.RELEASE</spring.version>
<aspectj.version>1.8.2</aspectj.version>
<mojo.ajc.version>1.7</mojo.ajc.version>
<mojo.execution.version>1.3.2</mojo.execution.version>
Expand Down

0 comments on commit ce7fe3a

Please sign in to comment.