From a6aa1c516e7eb2eeb29984d3de7de71016dc9a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:03:43 +0000 Subject: [PATCH 1/2] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.3 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f682022..bd54026 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.3 From 4c9ad16ce91509f613c021c301c0e964fcc83d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 26 Nov 2024 11:04:01 +0000 Subject: [PATCH 2/2] Updated Changelog [dependabot skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0253dc0..1899dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `version.picocli` from 4.7.5 to 4.7.6 ([#132](https://github.com/SAIC-iSmart-API/saic-java-client/pull/132)) - Bump `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.1 to 4.0.2 ([#137](https://github.com/SAIC-iSmart-API/saic-java-client/pull/137)) - Bump `org.vafer:jdeb` from 1.10 to 1.12 ([#146](https://github.com/SAIC-iSmart-API/saic-java-client/pull/146)) +- Bump `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.3 ([#141](https://github.com/SAIC-iSmart-API/saic-java-client/pull/141)) ## [0.3.0] - 2023-10-21 ### Added