Remove PowerMock, Move to JUnit 5, target Java 8 again.#289
Merged
Conversation
Bumps the dependencies group with 4 updates in the / directory: software.amazon.awssdk:secretsmanager, [org.projectlombok:lombok](https://github.com/projectlombok/lombok), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `software.amazon.awssdk:secretsmanager` from 2.34.0 to 2.34.2 Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...v1.18.42) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.20.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.9.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: software.amazon.awssdk:secretsmanager dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…42bdf3bc06 Bump the dependencies group across 1 directory with 4 updates
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2 #289 +/- ##
=============================================
+ Coverage 24.86% 82.24% +57.37%
- Complexity 41 143 +102
=============================================
Files 12 12
Lines 366 366
Branches 45 45
=============================================
+ Hits 91 301 +210
+ Misses 273 58 -215
- Partials 2 7 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ThirdEyeSqueegee
previously approved these changes
Sep 24, 2025
ThirdEyeSqueegee
previously approved these changes
Sep 24, 2025
simonmarty
commented
Sep 24, 2025
ThirdEyeSqueegee
approved these changes
Sep 24, 2025
JoeJesse
approved these changes
Sep 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
system-rulestosystem-stubs-jupitersince the first is not supported on JUnit 5.system-rules-jupiter, the library output is still Java 8 compatible.maven-compiler-plugintarget version to Java 8 usingrelease. Explanation here.This also fixes code coverage output.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.