diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 37e1824..17aee10 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v3
- uses: aboutbits/github-actions-java/setup-and-install@v1
+ with:
+ java-version: 21
- name: Set Version
run: sed -i 's|BUILD-SNAPSHOT|${{ github.event.inputs.version }}|g' pom.xml
diff --git a/pom.xml b/pom.xml
index aab3aae..6de6955 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.4
+ 3.2.2
@@ -16,8 +16,8 @@
Spring Boot Email Service
- 17
- 1.5.3.Final
+ 21
+ 1.5.5.Final
@@ -58,9 +58,9 @@
postgresql
- com.vladmihalcea
- hibernate-types-60
- 2.21.1
+ io.hypersistence
+ hypersistence-utils-hibernate-63
+ 3.7.0
@@ -77,19 +77,19 @@
org.testcontainers
testcontainers
- 1.16.0
+ 1.18.0
test
org.testcontainers
junit-jupiter
- 1.16.0
+ 1.18.0
test
org.testcontainers
postgresql
- 1.16.3
+ 1.18.0
test