Skip to content

Commit bbbc062

Browse files
Update spring core to v5.3.39
1 parent cc1ee60 commit bbbc062

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,23 @@
125125
<dependency>
126126
<groupId>org.springframework</groupId>
127127
<artifactId>spring-web</artifactId>
128-
<version>5.0.7.RELEASE</version>
128+
<version>5.3.39</version>
129129
<scope>test</scope>
130130
</dependency>
131131

132132
<!-- https://mvnrepository.com/artifact/org.springframework/spring-test -->
133133
<dependency>
134134
<groupId>org.springframework</groupId>
135135
<artifactId>spring-test</artifactId>
136-
<version>5.0.7.RELEASE</version>
136+
<version>5.3.39</version>
137137
<scope>test</scope>
138138
</dependency>
139139

140140
<!-- https://mvnrepository.com/artifact/org.springframework/spring-core -->
141141
<dependency>
142142
<groupId>org.springframework</groupId>
143143
<artifactId>spring-core</artifactId>
144-
<version>5.0.11.RELEASE</version>
144+
<version>5.3.39</version>
145145
<scope>test</scope>
146146
</dependency>
147147

@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.springframework</groupId>
166166
<artifactId>spring-context</artifactId>
167-
<version>5.1.1.RELEASE</version>
167+
<version>5.3.39</version>
168168
</dependency>
169169

170170
<!-- https://mvnrepository.com/artifact/org.springframework.data/spring-data-mongodb -->

0 commit comments

Comments
 (0)