diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 891216d..25585cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: - name: Set up Java uses: actions/setup-java@v3 with: - java-version: '11' - distribution: 'adopt' + java-version: '17' + distribution: 'liberica' - name: Cache SonarCloud packages uses: actions/cache@v3 with: diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index b09ba98..290464c 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -15,8 +15,8 @@ jobs: - name: Set up Java for publishing to Maven Central Repository uses: actions/setup-java@v3 with: - java-version: '11' - distribution: 'adopt' + java-version: '17' + distribution: 'liberica' server-id: ossrh server-username: MAVEN_USERNAME server-password: MAVEN_CENTRAL_TOKEN diff --git a/pom.xml b/pom.xml index b576022..c613a36 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 0.10.1 + 0.11.0 azbuilder https://sonarcloud.io true diff --git a/terraform-client/pom.xml b/terraform-client/pom.xml index ef9c5b0..63fb666 100644 --- a/terraform-client/pom.xml +++ b/terraform-client/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.11 + 2.7.18 org.terrakube.terraform @@ -20,14 +20,14 @@ UTF-8 1.6.13 - 3.2.1 - 3.4.0 - 3.0.1 - 0.10.1 + 3.3.0 + 3.6.2 + 3.1.0 + 0.11.0 false - 2.11.0 - 3.8.1 - 1.18.26 + 2.15.0 + 3.9.5 + 1.18.30 11 11 diff --git a/terraform-spring-boot-autoconfigure/pom.xml b/terraform-spring-boot-autoconfigure/pom.xml index e875361..35c234a 100644 --- a/terraform-spring-boot-autoconfigure/pom.xml +++ b/terraform-spring-boot-autoconfigure/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.11 + 2.7.18 org.terrakube.terraform @@ -19,12 +19,14 @@ UTF-8 1.6.13 - 3.2.1 - 3.4.0 - 3.0.1 - 0.10.1 + 3.3.0 + 3.6.2 + 3.1.0 + 0.11.0 false - 1.18.20 + 1.18.30 + 11 + 11 diff --git a/terraform-spring-boot-samples/pom.xml b/terraform-spring-boot-samples/pom.xml index 36f370b..9cc3dcd 100644 --- a/terraform-spring-boot-samples/pom.xml +++ b/terraform-spring-boot-samples/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - org.springframework.boot + org.springframework.boot spring-boot-starter-parent - 2.7.11 + 2.7.18 org.terrakube.terraform @@ -18,8 +18,10 @@ UTF-8 - 0.10.1 + 0.11.0 true + 11 + 11 diff --git a/terraform-spring-boot-samples/raw-client-library-sample/pom.xml b/terraform-spring-boot-samples/raw-client-library-sample/pom.xml index ce3fc52..2994cd5 100644 --- a/terraform-spring-boot-samples/raw-client-library-sample/pom.xml +++ b/terraform-spring-boot-samples/raw-client-library-sample/pom.xml @@ -20,7 +20,9 @@ UTF-8 true - 0.10.1 + 0.11.0 + 11 + 11 diff --git a/terraform-spring-boot-samples/spring-starter-sample/pom.xml b/terraform-spring-boot-samples/spring-starter-sample/pom.xml index 6731c2d..8e879a1 100644 --- a/terraform-spring-boot-samples/spring-starter-sample/pom.xml +++ b/terraform-spring-boot-samples/spring-starter-sample/pom.xml @@ -20,7 +20,9 @@ UTF-8 true - 0.10.1 + 0.11.0 + 11 + 11 diff --git a/terraform-spring-boot-starter/pom.xml b/terraform-spring-boot-starter/pom.xml index cde0a90..b83b031 100644 --- a/terraform-spring-boot-starter/pom.xml +++ b/terraform-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.11 + 2.7.18 org.terrakube.terraform @@ -14,11 +14,13 @@ UTF-8 1.6.13 - 3.2.1 - 3.4.0 - 3.0.1 - 0.10.1 + 3.3.0 + 3.6.2 + 3.1.0 + 0.11.0 false + 11 + 11 Terraform Spring Boot Starter