From 9662b7e0e8f96ba96fcce01d2805e2d17c36790e Mon Sep 17 00:00:00 2001 From: Andreas Hufler Date: Thu, 8 Feb 2024 09:31:24 +0100 Subject: [PATCH] update deps and java 21 --- .github/workflows/main.yml | 2 ++ pom.xml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) 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