Skip to content

Commit 14b62fb

Browse files
Update spring core to v6
1 parent cc1ee60 commit 14b62fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 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>6.2.8</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>6.2.8</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>6.2.8</version>
145145
<scope>test</scope>
146146
</dependency>
147147

0 commit comments

Comments
 (0)