Skip to content

Commit

Permalink
Upgrade to latest Spring and Spring Security versions, plus other mis…
Browse files Browse the repository at this point in the history
…cellaneous version updates.
  • Loading branch information
tekul committed May 25, 2011
1 parent bc970d8 commit eee1e84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions spring-security-kerberos/spring-security-kerberos-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.7</version>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -65,7 +65,7 @@
</dependency>
</dependencies>
<properties>
<spring.version>3.0.0.RELEASE</spring.version>
<spring.security.version>3.0.2.RELEASE</spring.security.version>
<spring.version>3.0.5.RELEASE</spring.version>
<spring.security.version>3.0.5.RELEASE</spring.security.version>
</properties>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand All @@ -55,7 +55,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.18</version>
<version>6.1.22</version>
<configuration>
<contextPath>/krb-sample</contextPath>
</configuration>
Expand Down

0 comments on commit eee1e84

Please sign in to comment.