From d73e7e59fcc503872ff3b7c210273e645e8328ce Mon Sep 17 00:00:00 2001 From: Simon Welsch Date: Mon, 15 Apr 2024 16:30:38 +0200 Subject: [PATCH 1/2] chore(deps): bump spring-boot to 3.2.4 --- neverpile-commons-opentelemetry/pom.xml | 2 +- neverpile-commons-swagger-ui/pom.xml | 2 +- pom.xml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/neverpile-commons-opentelemetry/pom.xml b/neverpile-commons-opentelemetry/pom.xml index f56372f..bd12de6 100644 --- a/neverpile-commons-opentelemetry/pom.xml +++ b/neverpile-commons-opentelemetry/pom.xml @@ -10,7 +10,7 @@ neverpile-commons-opentelemetry - 1.34.1 + 1.37.0 diff --git a/neverpile-commons-swagger-ui/pom.xml b/neverpile-commons-swagger-ui/pom.xml index 3b107bd..0a4e2c3 100644 --- a/neverpile-commons-swagger-ui/pom.xml +++ b/neverpile-commons-swagger-ui/pom.xml @@ -9,7 +9,7 @@ neverpile-commons-swagger-ui - 2.2.20 + 2.2.21 4.19.1 diff --git a/pom.xml b/pom.xml index db1fd31..39a6fad 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 17 UTF-8 UTF-8 - 3.2.3 + 3.2.4 @@ -55,7 +55,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 ${java.version} @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.3 + 3.2.5 **/*IT.java @@ -76,7 +76,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.3 + 3.2.5 ${skipIntegrationTests} 1 @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -151,4 +151,4 @@ - \ No newline at end of file + From 56400c7210c404c22c8c1e3d0061f094b7f7aff3 Mon Sep 17 00:00:00 2001 From: Simon Welsch Date: Mon, 15 Apr 2024 16:31:17 +0200 Subject: [PATCH 2/2] chore(INF-70): use reusable-workflows-pub And update GitHub actions. --- .github/workflows/continuous-delivery.yml | 4 ++-- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index b1ab927..10fd506 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -9,13 +9,13 @@ on: jobs: build: - uses: levigo/reusable-workflows/.github/workflows/continuous-delivery-np.yml@latest + uses: levigo/reusable-workflows-pub/.github/workflows/continuous-delivery-np.yml@latest secrets: inherit with: multiModule: true updateReadme: needs: build - uses: levigo/reusable-workflows/.github/workflows/update-readme-md.yml@v3 + uses: levigo/reusable-workflows-pub/.github/workflows/update-readme-md.yml@v1 secrets: inherit with: releaseVersion: ${{ needs.build.outputs.releaseVersion }} diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a612464..51c32b5 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -9,7 +9,7 @@ on: jobs: call-continuous-integration: - uses: levigo/reusable-workflows/.github/workflows/continuous-integration.yml@v3 + uses: levigo/reusable-workflows-pub/.github/workflows/continuous-integration.yml@v1 secrets: inherit with: notifyMattermost: false