Skip to content

Commit dbbca1c

Browse files
authored
Merge pull request #78 from doubleSlashde/feature/IPTE-19_updateMavenDependencies
IPTE-19: update maven dependencies * kept h2 version the same as to update a migration has to be done (otherwise database is destroyed on load). will be handled in other issues
2 parents 90f6c7d + 98e8cd8 commit dbbca1c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter-parent</artifactId>
30-
<version>2.1.5.RELEASE</version>
30+
<version>2.3.7.RELEASE</version>
3131
<relativePath /> <!-- lookup parent from repository -->
3232
</parent>
3333

@@ -55,7 +55,7 @@
5555
<maven.compiler.source>1.8</maven.compiler.source>
5656
<maven.compiler.target>1.8</maven.compiler.target>
5757

58-
<maven-dependency-check.version>5.2.1</maven-dependency-check.version>
58+
<maven-dependency-check.version>6.0.5</maven-dependency-check.version>
5959
<!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 -->
6060
<maven-dependency-check.format>ALL</maven-dependency-check.format>
6161
<maven-dependency-check.failOnError>true</maven-dependency-check.failOnError>
@@ -73,8 +73,6 @@
7373
<groupId>com.h2database</groupId>
7474
<artifactId>h2</artifactId>
7575
<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. -->
7876
<version>1.4.197</version>
7977
</dependency>
8078
<dependency>
@@ -108,7 +106,7 @@
108106
<dependency>
109107
<groupId>org.apache.maven.plugins</groupId>
110108
<artifactId>maven-assembly-plugin</artifactId>
111-
<version>3.1.1</version>
109+
<version>3.3.0</version>
112110
<type>maven-plugin</type>
113111
</dependency>
114112

@@ -182,7 +180,7 @@
182180
<plugin>
183181
<groupId>org.apache.maven.plugins</groupId>
184182
<artifactId>maven-site-plugin</artifactId>
185-
<version>3.7.1</version>
183+
<version>3.9.1</version>
186184
</plugin>
187185

188186
<plugin>

0 commit comments

Comments
 (0)