Skip to content

Commit a389ba8

Browse files
committed
update spring versions
1 parent 0979209 commit a389ba8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.jeemv.springboot.vuejs</groupId>
88
<artifactId>springboot-vuejs</artifactId>
9-
<version>1.0.17</version>
9+
<version>1.0.18</version>
1010

1111
<name>springboot-vuejs</name>
1212
<url>https://github.com/jeeMv/SpringBoot-VueJS</url>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>junit</groupId>
4343
<artifactId>junit</artifactId>
44-
<version>4.13.1</version>
44+
<version>4.13.2</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
@@ -66,23 +66,24 @@
6666
<dependency>
6767
<groupId>org.springframework</groupId>
6868
<artifactId>spring-context</artifactId>
69-
<version>5.2.9.RELEASE</version>
69+
<version>5.3.10</version>
7070
</dependency>
7171

7272
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
7373
<dependency>
7474
<groupId>org.springframework.boot</groupId>
7575
<artifactId>spring-boot-starter-web</artifactId>
76-
<version>2.3.4.RELEASE</version>
76+
<version>2.5.5</version>
7777
</dependency>
7878

7979
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor -->
8080
<dependency>
8181
<groupId>org.springframework.boot</groupId>
8282
<artifactId>spring-boot-configuration-processor</artifactId>
83-
<version>2.3.4.RELEASE</version>
83+
<version>2.5.5</version>
8484
</dependency>
8585

86+
8687
</dependencies>
8788

8889
<profiles>

0 commit comments

Comments
 (0)