diff --git a/pom.xml b/pom.xml
index e4128a8..0dc58c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.2.8.RELEASE
+ 2.3.0.RELEASE
@@ -64,6 +64,7 @@
org.hibernate
hibernate-entitymanager
+ 5.4.24.Final
@@ -120,6 +121,11 @@
2.4.7
test
+
+ com.fasterxml.jackson.datatype
+ jackson-datatype-jsr310
+ 2.11.0
+