diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 82eb9e2c..5c1b7a2e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 18 + java-version: 189 cache: 'maven' # Initializes the CodeQL tools for scanning. diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 40f3fdae..3348e66a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 18 + java-version: 19 cache: 'maven' # Build and test (included in package)