TSK-1452: update to Spring Boot 2.3.5

This commit is contained in:
Holger Hagen 2020-11-05 08:19:29 +01:00 committed by holgerhagen
parent 6a53b50456
commit 5ddb81a618
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
<!-- spring dependencies -->
<version.javax.annotation-api>1.3.2</version.javax.annotation-api>
<version.spring.core>2.0.0.RELEASE</version.spring.core>
<version.spring.boot>2.3.4.RELEASE</version.spring.boot>
<version.spring.boot>2.3.5.RELEASE</version.spring.boot>
<version.spring.mybatis>2.0.5</version.spring.mybatis>
<!-- wildfly dependencies -->

View File

@ -4,7 +4,7 @@
<resources>
<!--the name of your driver -->
<resource-root path="postgresql-42.2.16.jar"/>
<resource-root path="postgresql-42.2.18.jar"/>
</resources>
<dependencies>