diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index b0e851d..35dbc0f 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -15,7 +15,7 @@ jobs: - name: Set up the JDK uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '22' distribution: 'temurin' server-id: github cache: 'maven' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e4e8aa..8b1a8cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up the JDK uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '22' distribution: 'temurin' cache: 'maven' diff --git a/pom.xml b/pom.xml index f5a181c..9379ad9 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,8 @@ - 21 - 21.0.1 + 22 + 22.0.1 ${project.basedir} @@ -48,16 +48,16 @@ false 4g - 446 - 246 + 447 + 248 2.2 1.37.0 2.3.0 ${dep.airlift.version} - 33.1.0-jre + 33.2.0-jre 7.0.0 2.27.1 - 2.17.0 + 2.17.1 2.12.7 5.10.2 2.0.13 @@ -81,7 +81,7 @@ org.jetbrains.kotlin kotlin-bom - 1.9.23 + 1.9.24 pom import @@ -93,7 +93,7 @@ net.bytebuddy byte-buddy - 1.14.14 + 1.14.15 @@ -310,7 +310,7 @@ ca.vanzyl.provisio.maven.plugins provisio-maven-plugin - 1.0.24 + 1.0.25 true