fix(deps): update mvn-packages - #235
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
from
March 3, 2026 01:01
12d73ba to
23fa236
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
from
March 18, 2026 18:13
23fa236 to
dc74023
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
from
April 7, 2026 13:38
dc74023 to
a2787fe
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
from
April 14, 2026 20:39
a2787fe to
66dc85f
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
3 times, most recently
from
May 16, 2026 00:33
3c4d251 to
d9b808a
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
2 times, most recently
from
May 27, 2026 23:01
7947248 to
52a4911
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
2 times, most recently
from
June 16, 2026 08:52
191dae8 to
d8fcb6b
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
from
June 29, 2026 23:15
d8fcb6b to
d466c47
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
2 times, most recently
from
July 30, 2026 01:53
7d55b1c to
b395eb2
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
2 times, most recently
from
August 20, 2026 13:08
7e430e2 to
90043da
Compare
renovate-bot
force-pushed
the
renovate/mvn-packages
branch
from
August 27, 2026 22:40
90043da to
f071940
Compare
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.
This PR contains the following updates:
1.0.0→1.0.12.47.0→2.50.03.2.1→3.10.13.5.5→3.5.63.5.5→3.5.62.0.17→2.0.182.0.17→2.0.1833.5.0-jre→33.7.1-jreRelease Notes
jspecify/jspecify (org.jspecify:jspecify)
v1.0.1: 1.0.1JSpecify 1.0.1 makes small changes to documentation and build setup but no semantic changes.
Artifacts
Changes since version 1.0.0
module-info.classis now present at the root of the jar instead of under a multi-release root. This prevents the jar from containing a file atMETA-INF/versions/9/OSGI-INF/MANIFEST.MF, which was causing trouble for some users, particularly on Android.module-info.classnow contains its version number.google/error-prone (com.google.errorprone:error_prone_core)
v2.50.0: Error Prone 2.50.0New checks:
BoxingComparator: Detect implicitly-boxing Comparator.comparing key extractorsExposedPrivateType: Discourage references to private member classes from non-private APIsJUnitMethodInvoked: Discourage directly invoking JUnit test methodsListRemoveAmbiguous: Detect ambiguous calls toList.remove(int|Integer)PreferTestParameter: suggests using@TestParameterinstead of@TestParametersfor exhaustive boolean and enum parameters on single-element parameterized testsRecordComponentAccessorAnnotationConflict: Detect conflicts between record components and explicit accessor methodsRecordComponentOverride: Discourage@Overrideon record component declarations that don't overrideanything
ThrowableEqualsHashCode: Discourage overridingThrowable.equals()andhashCode()Closed issues: #5553, #5649, #5778
Full changelog: google/error-prone@v2.49.0...v2.50.0
v2.49.0: Error Prone 2.49.0This release includes several changes to
MatcherAPIs, and removed some deprecated or problematic APIs:MethodMatchers.withSignatureAPI, which relies on fragiletoStringbehaviour. Alternatives for matching on method signatures with varargs and type parameters were added ina98a1c5.variableType(Matcher)API.Matchers.variableType(Matcher)usesVariableTree#getTypeto match variable types, which own't work for lambda parameters with inferred types after JDK-8268850. The recommended replacement isvariableType(TypePredicate).enclosingPackagereturn an optional. Module elements are not enclosed by a package, checks usingenclosingPackageshouldn't assume an enclosing package exists when processing arbitrary elements.FieldMatchersAPI, similar toMethodMatchers(1dd9c3a).New checks:
AssertThrowsBlockToExpression: Discourage unnecessary block lambdas inassertThrows.AssertThrowsMinimizer: Suggest minimizing the amount of logic inassertThrows.MemorySegmentReferenceEquality: Discourage using reference equality forMemorySegments.PreferThrowsTag: Recommends using@throwsinstead of the legacy@exceptionjavadoc tag.RecordAccessorInCompactConstructor: detect record accessors inside the compact canonical ctors, which read uninitialized fields.Closed issues: #2283, #3503, #5210, #5289, #5548, #5548, #5554, #5609, #5614, #5656
Full changelog: google/error-prone@v2.48.0...v2.49.0
v2.48.0: Error Prone 2.48.0Compare Source
Changes:
@-files) (8e84edf)New checks:
AvoidValueSetterUnnecessarySemicolonClosed issues: #5529, #5537, #5522, #5521
Full changelog: google/error-prone@v2.47.0...v2.48.0
diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)
v3.3.0Added
biomestep. Requires biome 2.x. (#2548)GitPrePushHookInstaller, a reusable library component for installing a Gitpre-pushhook that runs formatter checks. (#2553)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.