|
6 | 6 |
|
7 | 7 | <groupId>io.github.jeemv.springboot.vuejs</groupId> |
8 | 8 | <artifactId>springboot-vuejs</artifactId> |
9 | | - <version>1.0.13</version> |
| 9 | + <version>1.0.14</version> |
10 | 10 |
|
11 | 11 | <name>springboot-vuejs</name> |
12 | 12 | <url>https://github.com/jeeMv/SpringBoot-VueJS</url> |
|
33 | 33 | </scm> |
34 | 34 | <properties> |
35 | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
36 | | - <maven.compiler.source>1.8</maven.compiler.source> |
37 | | - <maven.compiler.target>1.8</maven.compiler.target> |
| 36 | + <maven.compiler.source>14</maven.compiler.source> |
| 37 | + <maven.compiler.target>14</maven.compiler.target> |
38 | 38 | </properties> |
39 | 39 |
|
40 | 40 | <dependencies> |
|
48 | 48 | <dependency> |
49 | 49 | <groupId>com.fasterxml.jackson.core</groupId> |
50 | 50 | <artifactId>jackson-core</artifactId> |
51 | | - <version>[2.10.0,)</version> |
| 51 | + <version>[2.11.0,)</version> |
52 | 52 | </dependency> |
53 | 53 | <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> |
54 | 54 | <dependency> |
55 | 55 | <groupId>com.fasterxml.jackson.core</groupId> |
56 | 56 | <artifactId>jackson-databind</artifactId> |
57 | | - <version>[2.10.0,)</version> |
| 57 | + <version>[2.11.0,)</version> |
58 | 58 | </dependency> |
59 | 59 | <!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver --> |
60 | 60 | <dependency> |
61 | 61 | <groupId>org.aspectj</groupId> |
62 | 62 | <artifactId>aspectjweaver</artifactId> |
63 | | - <version>1.9.4</version> |
| 63 | + <version>1.9.6</version> |
64 | 64 | </dependency> |
65 | 65 | <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> |
66 | 66 | <dependency> |
67 | 67 | <groupId>org.springframework</groupId> |
68 | 68 | <artifactId>spring-context</artifactId> |
69 | | - <version>5.2.0.RELEASE</version> |
| 69 | + <version>5.2.9.RELEASE</version> |
70 | 70 | </dependency> |
71 | 71 |
|
72 | 72 | <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web --> |
73 | 73 | <dependency> |
74 | 74 | <groupId>org.springframework.boot</groupId> |
75 | 75 | <artifactId>spring-boot-starter-web</artifactId> |
76 | | - <version>2.1.9.RELEASE</version> |
| 76 | + <version>2.3.4.RELEASE</version> |
77 | 77 | </dependency> |
78 | 78 |
|
79 | 79 | <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor --> |
80 | 80 | <dependency> |
81 | 81 | <groupId>org.springframework.boot</groupId> |
82 | 82 | <artifactId>spring-boot-configuration-processor</artifactId> |
83 | | - <version>2.1.9.RELEASE</version> |
| 83 | + <version>2.3.4.RELEASE</version> |
84 | 84 | </dependency> |
85 | 85 |
|
86 | 86 | </dependencies> |
|
99 | 99 | <plugin> |
100 | 100 | <groupId>org.apache.maven.plugins</groupId> |
101 | 101 | <artifactId>maven-source-plugin</artifactId> |
102 | | - <version>3.0.1</version> |
| 102 | + <version>3.2.1</version> |
103 | 103 | <executions> |
104 | 104 | <execution> |
105 | 105 | <id>attach-sources</id> |
|
112 | 112 | <plugin> |
113 | 113 | <groupId>org.apache.maven.plugins</groupId> |
114 | 114 | <artifactId>maven-javadoc-plugin</artifactId> |
115 | | - <version>3.0.1</version> |
| 115 | + <version>3.2.0</version> |
116 | 116 | <executions> |
117 | 117 | <execution> |
118 | 118 | <id>attach-javadocs</id> |
|
132 | 132 | <plugin> |
133 | 133 | <groupId>org.sonatype.plugins</groupId> |
134 | 134 | <artifactId>nexus-staging-maven-plugin</artifactId> |
135 | | - <version>1.6.7</version> |
| 135 | + <version>1.6.8</version> |
136 | 136 | <extensions>true</extensions> |
137 | 137 | <configuration> |
138 | 138 | <serverId>ossrh</serverId> |
|
143 | 143 | <plugin> |
144 | 144 | <groupId>org.apache.maven.plugins</groupId> |
145 | 145 | <artifactId>maven-gpg-plugin</artifactId> |
146 | | - <version>1.5</version> |
| 146 | + <version>1.6</version> |
147 | 147 | <executions> |
148 | 148 | <execution> |
149 | 149 | <id>sign-artifacts</id> |
|
159 | 159 | <plugins> |
160 | 160 | <plugin> |
161 | 161 | <artifactId>maven-clean-plugin</artifactId> |
162 | | - <version>3.0.0</version> |
| 162 | + <version>3.1.0</version> |
163 | 163 | </plugin> |
164 | 164 | <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
165 | 165 | <!--<plugin> |
|
168 | 168 | </plugin>--> |
169 | 169 | <plugin> |
170 | 170 | <artifactId>maven-compiler-plugin</artifactId> |
171 | | - <version>3.7.0</version> |
| 171 | + <version>3.8.1</version> |
172 | 172 | </plugin> |
173 | 173 | <plugin> |
174 | 174 | <artifactId>maven-surefire-plugin</artifactId> |
175 | | - <version>2.20.1</version> |
| 175 | + <version>2.22.2</version> |
176 | 176 | </plugin> |
177 | 177 | <plugin> |
178 | 178 | <artifactId>maven-jar-plugin</artifactId> |
179 | | - <version>3.0.2</version> |
| 179 | + <version>3.2.0</version> |
180 | 180 | </plugin> |
181 | 181 | <plugin> |
182 | 182 | <artifactId>maven-install-plugin</artifactId> |
|
0 commit comments