From fbaff811d1f715e07243fbcc6cd29053c7b1c963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 04:40:30 +0000 Subject: [PATCH 1/2] Bump org.mockito:mockito-core from 5.8.0 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- saic-java-mqtt-gateway/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saic-java-mqtt-gateway/pom.xml b/saic-java-mqtt-gateway/pom.xml index 5b9dbc3..6ec4bc8 100644 --- a/saic-java-mqtt-gateway/pom.xml +++ b/saic-java-mqtt-gateway/pom.xml @@ -90,7 +90,7 @@ org.mockito mockito-core - 5.8.0 + 5.14.2 test From 5dba638bab5119ff450eee7f20698233763a1f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 27 Nov 2024 04:40:41 +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 595bf65..06a94dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `com.diffplug.spotless:spotless-maven-plugin` from 2.38.0 to 2.43.0 ([#83](https://github.com/SAIC-iSmart-API/saic-java-client/pull/83), [#103](https://github.com/SAIC-iSmart-API/saic-java-client/pull/103), [#112](https://github.com/SAIC-iSmart-API/saic-java-client/pull/112)) - Bump `org.graalvm.sdk:graal-sdk` from 23.0.1 to 24.0.2 ([#82](https://github.com/SAIC-iSmart-API/saic-java-client/pull/82), [#125](https://github.com/SAIC-iSmart-API/saic-java-client/pull/125)) - Bump `ASzc/change-string-case-action` from 5 to 6 ([#85](https://github.com/SAIC-iSmart-API/saic-java-client/pull/85)) -- Bump `org.mockito:mockito-core` from 5.6.0 to 5.8.0 ([#86](https://github.com/SAIC-iSmart-API/saic-java-client/pull/86), [#101](https://github.com/SAIC-iSmart-API/saic-java-client/pull/101)) +- Bump `org.mockito:mockito-core` from 5.6.0 to 5.14.2 ([#86](https://github.com/SAIC-iSmart-API/saic-java-client/pull/86), [#101](https://github.com/SAIC-iSmart-API/saic-java-client/pull/101), [#148](https://github.com/SAIC-iSmart-API/saic-java-client/pull/148)) - Bump `org.mockito:mockito-junit-jupiter` from 5.6.0 to 5.12.0 ([#87](https://github.com/SAIC-iSmart-API/saic-java-client/pull/87), [#100](https://github.com/SAIC-iSmart-API/saic-java-client/pull/100), [#122](https://github.com/SAIC-iSmart-API/saic-java-client/pull/122)) - Bump `org.junit.jupiter:junit-jupiter` from 5.10.0 to 5.10.1 ([#88](https://github.com/SAIC-iSmart-API/saic-java-client/pull/88)) - Bump `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.0 to 3.11.1 ([#89](https://github.com/SAIC-iSmart-API/saic-java-client/pull/89), [#102](https://github.com/SAIC-iSmart-API/saic-java-client/pull/102), [#152](https://github.com/SAIC-iSmart-API/saic-java-client/pull/152))