mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 06:19:38 +00:00
version upgrade
This commit is contained in:
parent
adb702feb5
commit
d279d45a5b
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -33,12 +33,12 @@
|
|||
<hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
|
||||
|
||||
<!-- Database access -->
|
||||
<tomcat-jdbc.version>7.0.37</tomcat-jdbc.version>
|
||||
<tomcat-jdbc.version>7.0.41</tomcat-jdbc.version>
|
||||
<ehcache.version>2.6.6</ehcache.version>
|
||||
<hsqldb.version>2.2.9</hsqldb.version>
|
||||
|
||||
<!-- AOP -->
|
||||
<aspectj.version>1.7.2</aspectj.version>
|
||||
<aspectj.version>1.7.3</aspectj.version>
|
||||
|
||||
<!-- Logging -->
|
||||
<logback.version>1.0.13</logback.version>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
|
||||
<jodatime-jsptags.version>1.1.1</jodatime-jsptags.version>
|
||||
<jodatime.version>2.2</jodatime.version>
|
||||
<jadira-usertype-core.version>3.1.0.CR6</jadira-usertype-core.version>
|
||||
<jadira-usertype-core.version>3.1.0.CR8</jadira-usertype-core.version>
|
||||
|
||||
|
||||
<!-- Web dependencies -->
|
||||
|
|
Loading…
Reference in a new issue