Skip to content
Snippets Groups Projects
Commit bfd9ae72 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#565 - update spring boot to 2.3.10.RELEASE

parent fdbf8b6f
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.11.RELEASE</version> <version>2.3.10.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
<h2database.version>1.4.199</h2database.version> <h2database.version>1.4.199</h2database.version>
<itextpdf.version>5.5.13.2</itextpdf.version> <itextpdf.version>5.5.13.2</itextpdf.version>
<usertype-core.version>6.0.1.GA</usertype-core.version> <usertype-core.version>6.0.1.GA</usertype-core.version>
<joda-time.version>2.10.10</joda-time.version>
<app.versionDate>${maven.build.timestamp}</app.versionDate> <app.versionDate>${maven.build.timestamp}</app.versionDate>
<maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format> <maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format>
...@@ -115,9 +116,15 @@ ...@@ -115,9 +116,15 @@
<artifactId>spring-boot-starter-tomcat</artifactId> <artifactId>spring-boot-starter-tomcat</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency> <dependency>
<groupId>joda-time</groupId> <groupId>joda-time</groupId>
<artifactId>joda-time</artifactId> <artifactId>joda-time</artifactId>
<version>${joda-time.version}</version>
</dependency> </dependency>
<dependency> <dependency>
...@@ -165,6 +172,18 @@ ...@@ -165,6 +172,18 @@
<version>${itextpdf.version}</version> <version>${itextpdf.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>${jgit.version}</version>
</dependency>
<dependency>
<groupId>org.padler</groupId>
<artifactId>natorder</artifactId>
<version>${natorder.version}</version>
</dependency>
<!--Webjars--> <!--Webjars-->
<dependency> <dependency>
<groupId>org.webjars</groupId> <groupId>org.webjars</groupId>
...@@ -201,16 +220,6 @@ ...@@ -201,16 +220,6 @@
<artifactId>codemirror</artifactId> <artifactId>codemirror</artifactId>
<version>${codemirror.version}</version> <version>${codemirror.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>${jgit.version}</version>
</dependency>
<dependency>
<groupId>org.padler</groupId>
<artifactId>natorder</artifactId>
<version>${natorder.version}</version>
</dependency>
<!-- selenium --> <!-- selenium -->
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment