diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index f094fed..46f2591 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -25,7 +25,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '11' distribution: 'temurin' diff --git a/pom.xml b/pom.xml index cdf2460..95a25a0 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 ${java.version} ${java.version} @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 package @@ -181,7 +181,7 @@ org.postgresql postgresql - 42.7.2 + 42.7.3 runtime