diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c7ff599..ddd3ef4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,11 +14,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 19 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '19' + java-version: '21' cache: 'gradle' - name: Cache SonarCloud packages uses: actions/cache@v3 diff --git a/build.gradle.kts b/build.gradle.kts index da9ab4c..3ab93c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ description = "pg-index-health-test-starter build" allprojects { group = "io.github.mfvanek" - version = "0.10.2-SNAPSHOT" + version = "0.10.2" repositories { mavenLocal() diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0492138..d53d2d4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ spring-boot = "2.7.18" pitest-junit5Plugin = "1.2.1" pitest-core = "1.15.3" -pg-index-health = "0.10.1" +pg-index-health = "0.10.2" commons-lang3 = "3.14.0" [libraries]