Merge pull request #84 from skylow95/master

Update AspectJ Weaver
This commit is contained in:
Jeroen Baten 2016-05-06 14:22:45 +02:00
commit fb3e9b9ab6
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ Changes
* Update Commons Lang * Update Commons Lang
* Update Commons Math * Update Commons Math
* Update Commons Collections * Update Commons Collections
* Update Commons Logging
* Update MPXJ * Update MPXJ
* Update Bonecp * Update Bonecp

View file

@ -310,7 +310,7 @@
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId> <artifactId>aspectjweaver</artifactId>
<version>1.7.4</version> <version>1.8.9</version>
</dependency> </dependency>
<!-- Spring context support --> <!-- Spring context support -->