Skip to content

Commit f7a2e9d

Browse files
committed
Update Spring Framework version
1 parent fc93fd0 commit f7a2e9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<version>1.0.0-BUILD-SNAPSHOT</version>
1010
<properties>
1111
<java-version>1.7</java-version>
12-
<org.springframework-version>4.1.0.RELEASE</org.springframework-version>
13-
<org.springframework.security-version>3.2.0.RELEASE</org.springframework.security-version>
12+
<org.springframework-version>4.2.2.RELEASE</org.springframework-version>
13+
<org.springframework.security-version>4.0.1.RELEASE</org.springframework.security-version>
1414
<org.aspectj-version>1.8.1</org.aspectj-version>
15-
<org.slf4j-version>1.6.1</org.slf4j-version>
15+
<org.slf4j-version>1.7.12</org.slf4j-version>
1616
</properties>
1717
<dependencies>
1818
<!-- Spring -->
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.fasterxml.jackson.core</groupId>
114114
<artifactId>jackson-databind</artifactId>
115-
<version>2.4.1</version>
115+
<version>2.5.3</version>
116116
</dependency>
117117

118118
<!-- Rome Atom+RSS -->

0 commit comments

Comments
 (0)