|
27 | 27 | <parent> |
28 | 28 | <groupId>org.springframework.boot</groupId> |
29 | 29 | <artifactId>spring-boot-starter-parent</artifactId> |
30 | | - <version>2.1.5.RELEASE</version> |
| 30 | + <version>2.3.7.RELEASE</version> |
31 | 31 | <relativePath /> <!-- lookup parent from repository --> |
32 | 32 | </parent> |
33 | 33 |
|
|
55 | 55 | <maven.compiler.source>1.8</maven.compiler.source> |
56 | 56 | <maven.compiler.target>1.8</maven.compiler.target> |
57 | 57 |
|
58 | | - <maven-dependency-check.version>5.2.1</maven-dependency-check.version> |
| 58 | + <maven-dependency-check.version>6.0.5</maven-dependency-check.version> |
59 | 59 | <!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 --> |
60 | 60 | <maven-dependency-check.format>ALL</maven-dependency-check.format> |
61 | 61 | <maven-dependency-check.failOnError>true</maven-dependency-check.failOnError> |
|
73 | 73 | <groupId>com.h2database</groupId> |
74 | 74 | <artifactId>h2</artifactId> |
75 | 75 | <scope>runtime</scope> |
76 | | - <!-- overwriting managed version as newer version is not supported by flyway: H2 1.4.199 is newer than this version |
77 | | - of Flyway and support has not been tested. --> |
78 | 76 | <version>1.4.197</version> |
79 | 77 | </dependency> |
80 | 78 | <dependency> |
|
108 | 106 | <dependency> |
109 | 107 | <groupId>org.apache.maven.plugins</groupId> |
110 | 108 | <artifactId>maven-assembly-plugin</artifactId> |
111 | | - <version>3.1.1</version> |
| 109 | + <version>3.3.0</version> |
112 | 110 | <type>maven-plugin</type> |
113 | 111 | </dependency> |
114 | 112 |
|
|
182 | 180 | <plugin> |
183 | 181 | <groupId>org.apache.maven.plugins</groupId> |
184 | 182 | <artifactId>maven-site-plugin</artifactId> |
185 | | - <version>3.7.1</version> |
| 183 | + <version>3.9.1</version> |
186 | 184 | </plugin> |
187 | 185 |
|
188 | 186 | <plugin> |
|
0 commit comments