From e9eb9a7bb1f1aabfeeffad72c104b35e32876da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:17:32 +0000 Subject: [PATCH 1/5] Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#137) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Laird --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2150b44..51bcf4c 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3" testImplementation "org.mockito:mockito-core:5.14.2" testImplementation "org.hamcrest:hamcrest:3.0" - testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3" + testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4" } tasks.register("createProperties", WriteProperties) { From ca767de869e0114901d75170d6b5b6b857343085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:21:03 +0000 Subject: [PATCH 2/5] Bump com.github.spotbugs from 6.0.26 to 6.0.27 (#136) Bumps com.github.spotbugs from 6.0.26 to 6.0.27. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Laird --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 51bcf4c..8efebc3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id "idea" id "com.adarshr.test-logger" version "4.0.0" id "checkstyle" - id "com.github.spotbugs" version "6.0.26" + id "com.github.spotbugs" version "6.0.27" } group "com.github.alexdlaird" From 5c926c0ea4da74bc118f226e0baefe124e413d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:29:02 +0000 Subject: [PATCH 3/5] Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 (#135) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Laird --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8efebc3..4eee921 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { dependencies { implementation "com.google.code.gson:gson:2.11.0" implementation "org.yaml:snakeyaml:2.3" - testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3" + testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4" testImplementation "org.mockito:mockito-core:5.14.2" testImplementation "org.hamcrest:hamcrest:3.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4" From 7016af094be079b13b47c048a23e535afb6f2e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:28:52 +0000 Subject: [PATCH 4/5] Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (#138) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.2 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4eee921..3ba7386 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation "com.google.code.gson:gson:2.11.0" implementation "org.yaml:snakeyaml:2.3" testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4" - testImplementation "org.mockito:mockito-core:5.14.2" + testImplementation "org.mockito:mockito-core:5.15.2" testImplementation "org.hamcrest:hamcrest:3.0" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4" } From 6c40e1678a1bf55464635abc955d9ed7f68bebc3 Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Fri, 10 Jan 2025 18:19:56 -0600 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274d0c9..3c93e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.5...HEAD) -## [2.3.5](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...2.3.5) - 2024-01-08 +## [2.3.5](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...2.3.5) - 2025-01-08 ### Added