Skip to content

Commit

Permalink
upgrade spring 4.0.8 to 4.1.9; validator 5.1.1 to 5.2.4; mybatis-spri…
Browse files Browse the repository at this point in the history
…ng 1.2.2 to 1.2.3; druid 1.0.11 to 1.0.18; ehcache 2.6.9 to 2.6.11; activiti 5.15.1 to 5.21.0
  • Loading branch information
think-gem committed Jul 13, 2016
1 parent 5cede01 commit e5c4553
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
<properties>

<!-- main version setting -->
<spring.version>4.0.8.RELEASE</spring.version>
<validator.version>5.1.1.Final</validator.version>
<spring.version>4.1.9.RELEASE</spring.version>
<validator.version>5.2.4.Final</validator.version>
<mybatis.version>3.2.8</mybatis.version>
<mybatis-spring.version>1.2.2</mybatis-spring.version>
<druid.version>1.0.11</druid.version>
<ehcache.version>2.6.9</ehcache.version>
<mybatis-spring.version>1.2.3</mybatis-spring.version>
<druid.version>1.0.18</druid.version>
<ehcache.version>2.6.11</ehcache.version>
<ehcache-web.version>2.0.4</ehcache-web.version>
<shiro.version>1.2.3</shiro.version>
<sitemesh.version>2.4.2</sitemesh.version>
<activiti.version>5.15.1</activiti.version>
<activiti.version>5.21.0</activiti.version>

<!-- tools version setting -->
<slf4j.version>1.7.7</slf4j.version>
Expand Down

0 comments on commit e5c4553

Please sign in to comment.