Skip to content

Commit d5a239d

Browse files
committed
update pom.xml dependencies
1 parent 933cac2 commit d5a239d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 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.19</version>
9+
<version>1.0.21</version>
1010

1111
<name>springboot-vuejs</name>
1212
<url>https://github.com/jeeMv/SpringBoot-VueJS</url>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-databind</artifactId>
57-
<version>[2.11.0,)</version>
57+
<version>[2.13.0,)</version>
5858
</dependency>
5959
<!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
6060
<dependency>
@@ -66,28 +66,28 @@
6666
<dependency>
6767
<groupId>org.springframework</groupId>
6868
<artifactId>spring-context</artifactId>
69-
<version>5.3.10</version>
69+
<version>5.3.23</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.5.5</version>
76+
<version>2.7.3</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.5.5</version>
83+
<version>2.7.3</version>
8484
</dependency>
8585

8686
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
8787
<dependency>
8888
<groupId>com.fasterxml.jackson.datatype</groupId>
8989
<artifactId>jackson-datatype-jsr310</artifactId>
90-
<version>2.12.5</version>
90+
<version>2.13.4</version>
9191
</dependency>
9292

9393
</dependencies>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-javadoc-plugin</artifactId>
122-
<version>3.2.0</version>
122+
<version>3.4.1</version>
123123
<executions>
124124
<execution>
125125
<id>attach-javadocs</id>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.sonatype.plugins</groupId>
141141
<artifactId>nexus-staging-maven-plugin</artifactId>
142-
<version>1.6.8</version>
142+
<version>1.6.13</version>
143143
<extensions>true</extensions>
144144
<configuration>
145145
<serverId>ossrh</serverId>
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-gpg-plugin</artifactId>
153-
<version>1.6</version>
153+
<version>3.0.1</version>
154154
<executions>
155155
<execution>
156156
<id>sign-artifacts</id>
@@ -175,23 +175,23 @@
175175
</plugin>-->
176176
<plugin>
177177
<artifactId>maven-compiler-plugin</artifactId>
178-
<version>3.8.1</version>
178+
<version>3.10.1</version>
179179
</plugin>
180180
<plugin>
181181
<artifactId>maven-surefire-plugin</artifactId>
182182
<version>2.22.2</version>
183183
</plugin>
184184
<plugin>
185185
<artifactId>maven-jar-plugin</artifactId>
186-
<version>3.2.0</version>
186+
<version>3.3.0</version>
187187
</plugin>
188188
<plugin>
189189
<artifactId>maven-install-plugin</artifactId>
190-
<version>2.5.2</version>
190+
<version>3.0.1</version>
191191
</plugin>
192192
<plugin>
193193
<artifactId>maven-deploy-plugin</artifactId>
194-
<version>2.8.2</version>
194+
<version>3.0.0</version>
195195
</plugin>
196196
</plugins>
197197
</pluginManagement>

0 commit comments

Comments
 (0)