[07.12.20] Updating dependencies

This commit is contained in:
andyjk15 2020-12-07 19:26:55 +00:00
parent a78cdb24fd
commit 0626395b9f

View File

@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.8.RELEASE</version>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@ -64,6 +64,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>5.4.24.Final</version>
</dependency>
<!-- Artemis -->
@ -120,6 +121,11 @@
<version>2.4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
<build>