-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPC-4434] Bump junit.jupiter to 5.11.3 (#2354)
## 🎫 Ticket https://jira.cms.gov/browse/DPC-4434 ## 🛠 Changes Bump junit-jupiter to 5.11.3 to get our integration tests running again. ## ℹ️ Context When running `make ci-app`, both locally and as part of the Github build process our tests haven't been running. This was because the most recent bump of Drop Wizard brought in a transitive dependency on junit-jupiter 5.11.3, and we were running 5.10.2. This conflict doesn't cause a failure, but it does prevent Junit from finding any of our tests. This PR bumps our version to match the one pulled in from Drop Wizard and gets our tests running again. ### Note This change was merged on 11/26 and our tests haven't been running ever since. We're going to have to go back and fix any potential failing tests we've introduced since then. ## 🧪 Validation - Ran make ci-app locally and tests are running. - Submitted this PR and can see the tests failing. --------- Co-authored-by: Ashley Weaver <ashleyweaver@navapbc.com>
- Loading branch information
1 parent
f1b23a2
commit 3184fba
Showing
13 changed files
with
148 additions
and
156 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
13 changes: 0 additions & 13 deletions
13
dpc-api/src/main/java/gov/cms/dpc/api/auth/jwt/KeyResolverAdapter.java
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.