From 773a66272dbfa9fc3ff7d848ab80343a5ab9fd79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:31:14 +0000 Subject: [PATCH 1/2] Bump s4u/maven-settings-action from 3.0.0 to 3.1.0 Bumps [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/s4u/maven-settings-action/releases) - [Commits](https://github.com/s4u/maven-settings-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: s4u/maven-settings-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 24adf15..d7ba3ef 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,12 +40,12 @@ jobs: uses: ASzc/change-string-case-action@v6 with: string: ${{ github.repository_owner }} - - uses: s4u/maven-settings-action@v3.0.0 + - uses: s4u/maven-settings-action@v3.1.0 if: env.DOCKERHUB_USERNAME == null with: servers: '[{"id": "ossrh", "username": "${env.OSSRH_USERNAME}", "password": "${env.OSSRH_PASSWORD}"}, {"id": "ghcr.io", "username": "${env.GITHUB_ACTOR}", "password": "${env.GITHUB_TOKEN}"}]' - - uses: s4u/maven-settings-action@v3.0.0 + - uses: s4u/maven-settings-action@v3.1.0 if: env.DOCKERHUB_USERNAME != null with: servers: '[{"id": "ossrh", "username": "${env.OSSRH_USERNAME}", "password": "${env.OSSRH_PASSWORD}"}, From 071f6cdee95768db8e15c97c7cad61fbb70ff9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Nov 2024 10:31:31 +0000 Subject: [PATCH 2/2] Updated Changelog [dependabot skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b114f..281d1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.1.1 ([#93](https://github.com/SAIC-iSmart-API/saic-java-client/pull/93)) - Bump `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.3 ([#96](https://github.com/SAIC-iSmart-API/saic-java-client/pull/96), [#104](https://github.com/SAIC-iSmart-API/saic-java-client/pull/104)) - Bump `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.6.0 ([#97](https://github.com/SAIC-iSmart-API/saic-java-client/pull/97), [#136](https://github.com/SAIC-iSmart-API/saic-java-client/pull/136)) -- Bump `s4u/maven-settings-action` from 2.8.0 to 3.0.0 ([#107](https://github.com/SAIC-iSmart-API/saic-java-client/pull/107)) +- Bump `s4u/maven-settings-action` from 2.8.0 to 3.1.0 ([#107](https://github.com/SAIC-iSmart-API/saic-java-client/pull/107), [#145](https://github.com/SAIC-iSmart-API/saic-java-client/pull/145)) - Bump `org.graalvm.buildtools:native-maven-plugin` from 0.9.28 to 0.10.3 ([#126](https://github.com/SAIC-iSmart-API/saic-java-client/pull/126), [#140](https://github.com/SAIC-iSmart-API/saic-java-client/pull/140)) - Bump `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.2 ([#124](https://github.com/SAIC-iSmart-API/saic-java-client/pull/124)) - Bump `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.3.1 ([#131](https://github.com/SAIC-iSmart-API/saic-java-client/pull/131))