chore(deps): update upper bound dependencies file#12706
Merged
lqiu96 merged 1 commit intogoogleapis:mainfrom Apr 14, 2026
Merged
chore(deps): update upper bound dependencies file#12706lqiu96 merged 1 commit intogoogleapis:mainfrom
lqiu96 merged 1 commit intogoogleapis:mainfrom
Conversation
cf80eff to
b58a5c2
Compare
96173e1 to
c3afbba
Compare
lqiu96
approved these changes
Apr 14, 2026
auto-merge was automatically disabled
April 14, 2026 03:10
Head branch was pushed to by a user without write access
c3afbba to
f19549a
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.43.0→1.46.02.48.0→2.49.01.60.1→1.61.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.49.0: Error Prone 2.49.0Compare Source
This 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
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)
v1.61.0Compare Source
API
isEnabled()onTracer,Logger, and metric instruments(#8200)
Incubating
EnvironmentGetterandEnvironmentSetterkey normalization to reflect specchanges
(#8233)
SDK
Traces
(#8263)
BatchSpanProcessordrops spans(#8167)
Metrics
SdkMeterProvidercreation time(#8180)
(#8091)
(#8185)
Logs
(#8226)
Exporters
(#8224, #8277)
(#8194)
(#8216)
(#8172)
Extensions
ComponentLoaderclass (useio.opentelemetry.common.ComponentLoaderinstead)(#8243)
DeclarativeConfigPropertiesjavadoc to not throw exceptions(#8079)
(#8177)
(#8266)
(#8242)
Project tooling
(#8254)
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.