|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.springframework.boot</groupId>
|
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId>
|
8 |
| - <version>2.6.1</version> |
| 8 | + <version>2.6.3</version> |
9 | 9 | <relativePath/> <!-- lookup parent from repository -->
|
10 | 10 | </parent>
|
11 | 11 | <groupId>com.changenode</groupId>
|
|
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.postgresql</groupId>
|
72 | 72 | <artifactId>postgresql</artifactId>
|
73 |
| - <version>42.3.1</version> |
| 73 | + <version>42.3.2</version> |
74 | 74 | </dependency>
|
75 | 75 |
|
76 | 76 | <!-- Layouts -->
|
|
103 | 103 | <dependency>
|
104 | 104 | <groupId>org.assertj</groupId>
|
105 | 105 | <artifactId>assertj-core</artifactId>
|
106 |
| - <version>3.21.0</version> |
| 106 | + <version>3.22.0</version> |
107 | 107 | <scope>test</scope>
|
108 | 108 | </dependency>
|
109 | 109 |
|
|
135 | 135 | <dependency>
|
136 | 136 | <groupId>org.webjars.npm</groupId>
|
137 | 137 | <artifactId>bootstrap-icons</artifactId>
|
138 |
| - <version>1.7.2</version> |
| 138 | + <version>1.8.0</version> |
139 | 139 | </dependency>
|
140 | 140 | <dependency>
|
141 | 141 | <groupId>org.webjars</groupId>
|
|
150 | 150 | <dependency>
|
151 | 151 | <groupId>org.webjars.npm</groupId>
|
152 | 152 | <artifactId>hyperscript.org</artifactId>
|
153 |
| - <version>0.8.2</version> |
| 153 | + <version>0.9.4</version> |
154 | 154 | </dependency>
|
155 | 155 | </dependencies>
|
156 | 156 |
|
|
161 | 161 | <plugin>
|
162 | 162 | <groupId>org.apache.maven.plugins</groupId>
|
163 | 163 | <artifactId>maven-site-plugin</artifactId>
|
164 |
| - <version>3.9.1</version> |
| 164 | + <version>3.10.0</version> |
165 | 165 | </plugin>
|
166 | 166 | <plugin>
|
167 | 167 | <groupId>org.apache.maven.plugins</groupId>
|
|
186 | 186 | <plugin>
|
187 | 187 | <groupId>org.apache.maven.plugins</groupId>
|
188 | 188 | <artifactId>maven-release-plugin</artifactId>
|
189 |
| - <version>3.0.0-M1</version> |
| 189 | + <version>3.0.0-M4</version> |
190 | 190 | </plugin>
|
191 | 191 | <plugin>
|
192 | 192 | <groupId>org.apache.maven.plugins</groupId>
|
193 | 193 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
194 |
| - <version>3.1.1</version> |
| 194 | + <version>3.1.2</version> |
195 | 195 | </plugin>
|
196 | 196 | <plugin>
|
197 | 197 | <groupId>org.apache.maven.plugins</groupId>
|
198 | 198 | <artifactId>maven-dependency-plugin</artifactId>
|
199 |
| - <version>3.1.2</version> |
| 199 | + <version>3.2.0</version> |
200 | 200 | </plugin>
|
201 | 201 | <plugin>
|
202 | 202 | <groupId>org.apache.maven.plugins</groupId>
|
|
211 | 211 | <plugin>
|
212 | 212 | <groupId>org.apache.maven.plugins</groupId>
|
213 | 213 | <artifactId>maven-deploy-plugin</artifactId>
|
214 |
| - <version>3.0.0-M1</version> |
| 214 | + <version>3.0.0-M2</version> |
215 | 215 | </plugin>
|
216 | 216 | <plugin>
|
217 | 217 | <groupId>org.apache.maven.plugins</groupId>
|
|
228 | 228 | <artifactId>maven-shade-plugin</artifactId>
|
229 | 229 | <version>3.2.4</version>
|
230 | 230 | </plugin>
|
| 231 | + <plugin> |
| 232 | + <groupId>org.codehaus.mojo</groupId> |
| 233 | + <artifactId>versions-maven-plugin</artifactId> |
| 234 | + <version>2.9.0</version> |
| 235 | + </plugin> |
231 | 236 | </plugins>
|
232 | 237 | </pluginManagement>
|
233 | 238 | <plugins>
|
|
283 | 288 | <plugin>
|
284 | 289 | <groupId>org.apache.maven.plugins</groupId>
|
285 | 290 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
286 |
| - <version>3.1.1</version> |
| 291 | + <version>3.1.2</version> |
287 | 292 | <reportSets>
|
288 | 293 | <reportSet>
|
289 | 294 | <reports>
|
|
312 | 317 | </plugin>
|
313 | 318 |
|
314 | 319 | <!-- Generate a list of out-dated dependencies and plugins -->
|
315 |
| - <!-- http://mojo.codehaus.org/versions-maven-plugin/version-rules.html --> |
| 320 | + <!-- https://www.mojohaus.org/versions-maven-plugin/ --> |
316 | 321 | <plugin>
|
317 | 322 | <groupId>org.codehaus.mojo</groupId>
|
318 | 323 | <artifactId>versions-maven-plugin</artifactId>
|
319 |
| - <version>2.8.1</version> |
| 324 | + <version>2.9.0</version> |
320 | 325 | <reportSets>
|
321 | 326 | <reportSet>
|
322 | 327 | <reports>
|
|
327 | 332 | </reportSet>
|
328 | 333 | </reportSets>
|
329 | 334 | <configuration>
|
330 |
| - <processDependencyManagementTransitive>false</processDependencyManagementTransitive> |
| 335 | + <processDependencyManagementTransitive>true</processDependencyManagementTransitive> |
331 | 336 | </configuration>
|
332 | 337 | </plugin>
|
333 |
| - |
334 | 338 | </plugins>
|
335 | 339 | </reporting>
|
336 | 340 | <profiles>
|
|
354 | 358 | </build>
|
355 | 359 | </profile>
|
356 | 360 |
|
357 |
| - <profile> |
358 |
| - <id>h2</id> |
359 |
| - <activation> |
360 |
| - <activeByDefault>false</activeByDefault> |
361 |
| - </activation> |
362 |
| - <dependencies> |
363 |
| - <dependency> |
364 |
| - <groupId>com.h2database</groupId> |
365 |
| - <artifactId>h2</artifactId> |
366 |
| - </dependency> |
367 |
| - </dependencies> |
368 |
| - <build> |
369 |
| - <plugins> |
370 |
| - <plugin> |
371 |
| - <groupId>org.apache.maven.plugins</groupId> |
372 |
| - <artifactId>maven-surefire-plugin</artifactId> |
373 |
| - <configuration> |
374 |
| - <environmentVariables> |
375 |
| - <spring_profiles_active>h2</spring_profiles_active> |
376 |
| - </environmentVariables> |
377 |
| - </configuration> |
378 |
| - </plugin> |
379 |
| - </plugins> |
380 |
| - </build> |
381 |
| - </profile> |
382 | 361 | <profile>
|
383 | 362 | <!-- Use this profile to allow a debugger to attach to a running Spring Boot instance -->
|
384 | 363 | <id>spring-boot-debug</id>
|
|
0 commit comments