|
52 | 52 | <dependency> |
53 | 53 | <groupId>org.springframework</groupId> |
54 | 54 | <artifactId>spring-aop</artifactId> |
55 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 55 | + <version>4.1.3.RELEASE</version> |
56 | 56 | <scope>compile</scope> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>org.springframework</groupId> |
60 | 60 | <artifactId>spring-context</artifactId> |
61 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 61 | + <version>4.1.3.RELEASE</version> |
62 | 62 | <scope>compile</scope> |
63 | 63 | </dependency> |
64 | 64 | <dependency> |
65 | 65 | <groupId>org.springframework</groupId> |
66 | 66 | <artifactId>spring-core</artifactId> |
67 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 67 | + <version>4.1.3.RELEASE</version> |
68 | 68 | <scope>compile</scope> |
69 | 69 | <exclusions> |
70 | 70 | <exclusion> |
|
76 | 76 | <dependency> |
77 | 77 | <groupId>org.springframework</groupId> |
78 | 78 | <artifactId>spring-jdbc</artifactId> |
79 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 79 | + <version>4.1.3.RELEASE</version> |
80 | 80 | <scope>compile</scope> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.springframework</groupId> |
84 | 84 | <artifactId>spring-tx</artifactId> |
85 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 85 | + <version>4.1.3.RELEASE</version> |
86 | 86 | <scope>compile</scope> |
87 | 87 | </dependency> |
88 | 88 | <dependency> |
89 | 89 | <groupId>commons-logging</groupId> |
90 | 90 | <artifactId>commons-logging</artifactId> |
91 | | - <version>1.1.1</version> |
| 91 | + <version>1.2</version> |
92 | 92 | <scope>compile</scope> |
93 | 93 | <optional>true</optional> |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
96 | 96 | <groupId>net.sf.ehcache</groupId> |
97 | 97 | <artifactId>ehcache</artifactId> |
98 | | - <version>2.6.5</version> |
| 98 | + <version>2.9.0</version> |
99 | 99 | <scope>compile</scope> |
100 | 100 | <optional>true</optional> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>ch.qos.logback</groupId> |
104 | 104 | <artifactId>logback-classic</artifactId> |
105 | | - <version>0.9.29</version> |
| 105 | + <version>1.1.2</version> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
|
120 | 120 | <dependency> |
121 | 121 | <groupId>org.hsqldb</groupId> |
122 | 122 | <artifactId>hsqldb</artifactId> |
123 | | - <version>2.3.1</version> |
| 123 | + <version>2.3.2</version> |
124 | 124 | <scope>test</scope> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
|
132 | 132 | <dependency> |
133 | 133 | <groupId>org.slf4j</groupId> |
134 | 134 | <artifactId>jcl-over-slf4j</artifactId> |
135 | | - <version>1.7.5</version> |
| 135 | + <version>1.7.7</version> |
136 | 136 | <scope>test</scope> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>org.springframework</groupId> |
140 | 140 | <artifactId>spring-beans</artifactId> |
141 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 141 | + <version>4.1.3.RELEASE</version> |
142 | 142 | <scope>test</scope> |
143 | 143 | </dependency> |
144 | 144 | <dependency> |
145 | 145 | <groupId>org.springframework</groupId> |
146 | 146 | <artifactId>spring-context-support</artifactId> |
147 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 147 | + <version>4.1.3.RELEASE</version> |
148 | 148 | <scope>test</scope> |
149 | 149 | </dependency> |
150 | 150 | <dependency> |
151 | 151 | <groupId>org.springframework</groupId> |
152 | 152 | <artifactId>spring-test</artifactId> |
153 | | - <version>4.1.1.BUILD-SNAPSHOT</version> |
| 153 | + <version>4.1.3.RELEASE</version> |
154 | 154 | <scope>test</scope> |
155 | 155 | </dependency> |
156 | 156 | </dependencies> |
|
0 commit comments