-
Notifications
You must be signed in to change notification settings - Fork 0
Update all maven test dependencies #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all-maven-test-deps
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
2079a95 to
5e7dba6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #42 +/- ##
============================================
+ Coverage 65.13% 67.40% +2.26%
- Complexity 47 57 +10
============================================
Files 18 17 -1
Lines 218 227 +9
Branches 11 17 +6
============================================
+ Hits 142 153 +11
Misses 73 73
+ Partials 3 1 -2 ☔ View full report in Codecov by Sentry. |
5e7dba6 to
9ee7d3a
Compare
9ee7d3a to
d839bb3
Compare
306b18c to
627a0c6
Compare
627a0c6 to
cff2cc7
Compare
9c4b2ab to
2e19abb
Compare
2e19abb to
a8afbbe
Compare
a8afbbe to
9436ce1
Compare
5533a1e to
745385f
Compare
745385f to
8f055bd
Compare
74c01a0 to
12999e8
Compare
12999e8 to
95db9f3
Compare
3c0ca5b to
8c0a562
Compare
9172a75 to
afdc6e8
Compare
afdc6e8 to
55b186f
Compare
98b7edd to
b022e9c
Compare
b022e9c to
1ada8f5
Compare
1ada8f5 to
dbb00a3
Compare
dbb00a3 to
e3eb35d
Compare
e3eb35d to
2e4d16b
Compare
2e4d16b to
e101129
Compare
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.
This PR contains the following updates:
1.79→1.833.10.0→3.10.60.12.6→0.13.00.12.6→0.13.00.12.6→0.13.0Release Notes
wiremock/wiremock-spring-boot (org.wiremock.integrations:wiremock-spring-boot)
v3.10.6Compare Source
🚀 New features and improvements
📦 Dependency updates
✍ Other changes
jwtk/jjwt (io.jsonwebtoken:jjwt-jackson)
v0.13.0Compare Source
This is the last minor JJWT release branch that will support Java 7. Any necessary emergency bug fixes will be fixed in subsequent
0.13.xpatch releases, but all new development, including Java 8 compatible changes, will be in the next minor (0.14.0) release.All future JJWT major and minor versions (
0.14.0and later) will require Java 8 or later.This
0.13.0minor release has only one change:JacksonDeserializer(ObjectMapper objectMapper, Map<String, Class<?>> claimTypeMap)constructor is nowpublicfor those that want register a claimstype converter on their own specified
ObjectMapperinstance. See Issue 914.v0.12.7Compare Source
This patch release:
Adds a new Maven BOM, useful for multi-module projects. See Issue 967.
Allows the
JwtParserBuilderto have empty nested algorithm collections, effectively disabling the parser's associated feature:zip()nested collection disables JWT decompression.sig()nested collection disables JWS mac/signature verification (i.e. all JWSs will be unsupported/rejected).enc()orkey()nested collections disables JWE decryption (i.e. all JWEs will be unsupported/rejected)See Issue 996.
Fixes bug 961 where
JwtParserBuildernested collection builders were not correctly replacing algorithms with the same id.Ensures a
JwkSet'skeyscollection is no longer entirely secret/redacted by default. This was an overzealous default that was unnecessarily restrictive; thekeyscollection itself should always be public, and each individual key within should determine which fields should be redacted when printed. See Issue 976.Improves performance slightly by ensuring all
jjwt-apiutility methods that create*Builderinstances (Jwts.builder(),Jwts.parserBuilder(),Jwks.builder(), etc) no longer use reflection.Instead,
staticfactories are created via reflection only once during initialjjwt-apiclassloading, and then*Builders are created via standard instantiation using thenewoperator thereafter. This also benefits certain environments that may not have idealClassLoaderimplementations (e.g. Tomcat in some cases).NOTE: because this changes which classes are loaded via reflection, any environments that must explicitly reference reflective class names (e.g. GraalVM applications) will need to be updated to reflect the new factory class names.
See Issue 988.
Upgrades the Gson dependency to
2.11.0Upgrades the BouncyCastle dependency to
1.78.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.