Skip to content

Commit 37ce8d6

Browse files
authored
Merge pull request #366 from ato/upstream-spring-5.3.3
Upgrade to Spring 5.3.3
2 parents 35bb328 + 5f52a14 commit 37ce8d6

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

commons/pom.xml

+5-9
Original file line numberDiff line numberDiff line change
@@ -136,27 +136,22 @@
136136
<dependency>
137137
<groupId>org.springframework</groupId>
138138
<artifactId>spring-core</artifactId>
139-
<version>3.0.5.RELEASE</version>
139+
<version>${spring.version}</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.springframework</groupId>
143143
<artifactId>spring-beans</artifactId>
144-
<version>3.0.5.RELEASE</version>
144+
<version>${spring.version}</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.springframework</groupId>
148148
<artifactId>spring-context</artifactId>
149-
<version>3.0.5.RELEASE</version>
150-
</dependency>
151-
<dependency>
152-
<groupId>org.springframework</groupId>
153-
<artifactId>spring-asm</artifactId>
154-
<version>3.0.5.RELEASE</version>
149+
<version>${spring.version}</version>
155150
</dependency>
156151
<dependency>
157152
<groupId>org.springframework</groupId>
158153
<artifactId>spring-expression</artifactId>
159-
<version>3.0.5.RELEASE</version>
154+
<version>${spring.version}</version>
160155
</dependency>
161156

162157
<dependency>
@@ -253,5 +248,6 @@
253248
</build>
254249
<properties>
255250
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
251+
<spring.version>5.3.3</spring.version>
256252
</properties>
257253
</project>

0 commit comments

Comments
 (0)