Bump the "java" group with 1 updates across multiple ecosystems
Type: Pull Request
State: Closed
Association: Unknown
Comments: 3
(8 months ago)
(8 months ago)
(8 months ago)
dependencies java
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the java group with 3 updates in the / directory: io.grpc:grpc-bom, io.opentelemetry:opentelemetry-bom and io.github.classgraph:classgraph.
Bumps the java group with 1 update in the /examples/fabric-contract-example-gradle-kotlin directory: org.junit.jupiter:junit-jupiter.
Updates io.grpc:grpc-bom from 1.75.0 to 1.76.0
Release notes
Sourced from io.grpc:grpc-bom's releases.
v1.76.0
Bug Fixes
- xds: ClusterResolverLb has been converted to use XdsDepManager, which finishes the changes for gRFC A74 xDS Config Tears. This change should resolve some unnecessary reconnections introduced in v1.75.0 when using weighted_round_robin and maybe other policies.
- compiler: A fix has been implemented for the blockingV2 stub to mangle generated method names that conflict with java.lang.Object methods.
- servlet: A race condition in AsyncServletOutputStreamWriter has been fixed to prevent threads from getting stuck.
- servlet: An issue where AsyncContext.complete() was called multiple times, causing an IllegalStateException, has been resolved.
- binder: The REMOTE_UID is now required to hold the exact UID passed to the SecurityPolicy.
- binder: The server will now only accept post-setup transactions from the authorized server UID.
- util: AdvancedTlsX509TrustManager now errors with a message to say that files don’t exist instead of the previous “Files were unmodified before their initial update. Probably a bug.”
- android: A fix has been implemented for network change handling on API levels below 24.
Improvements
- api: Allocations of Attributes.Builder have been reduced. This mostly benefits attributes.toBuilder(), but that’s not expected to be visible in regular workloads.
- api: An empty array allocation in LoadBalancer.CreateSubchannelArgs.Builder has been avoided. It is a small optimization and is not expected to have any performance impact.
- servlet: A configurable methodNameResolver has been added to configure the mapping from servlet request paths to gRPC method name
- servlet: Avoid a race by increasing the AsyncContext timeout by 5 seconds. The gRPC Context timeout should trigger first
- xds: Pretty-print envoy.service.discovery.v3.Resource in debug logs
- bazel: The java/proto rules from rules_java/rules_proto are now used instead of native rules.
- bazel: Unnecessary direct build dependencies were removed from some targets
- netty: Support for the BCJSSE provider has been added in GrpcSslContexts.
- netty: Huffman coding in server response headers has been disabled; it was already disabled for client request headers
- netty: Include allow header for HTTP response code 405
- okhttp: Include allow header for HTTP response code 405
- binder: Error descriptions for ServiceConnection callbacks have been improved
- binder: Apps can now call SecurityPolicy.checkAuthorization() by PeerUid.
New Features
- stub: Trailers are now propagated in StatusException when thrown by BlockingClientCall.
- compiler: Support for macOS aarch64 with a universal binary has been added.
- opentelemetry: grpc.subchannel.* metrics as described in gRFC A94 OTel metrics for Subchannels have been added. grpc.disconnect_error will show as “unknown” until transports implement support
- binder: A NameResolver for Android's intent: URIs has been introduced.
- binder: A basic SocketStats with just the local and remote addresses has been added for channelz.
Documentation
- SECURITY.md: The documentation now describes how to use gcompat with LD_PRELOAD for Alpine.
- examples: The documentation now explains Bazel BCR releases and the git_override option.
Dependencies
- Upgraded Guava version to 33.4.8.
- The org.apache.tomcat:annotations-api dependency has been removed from the examples.
Thanks to
... (truncated)
Commits
d0db129Bump version to 1.76.0aa672caUpdate README etc to reference 1.76.070b7249netty: Unconditionally disable adaptive cumulator (#12390)f89d1d8api: remove nullable from StatusOr value methods (#12338)040665fexamples: Explain Bazel BCR releases and git_override option4995700xds: Remove verify TODO for onResult2 error statusafe7222SECURITY.md: Mention gcompat for Alpine (#12365)1a7042aandroid: fix network change handling on API levels < 248f0db07api: Avoid allocating empty array in LoadBalancer (#12337)0c179e3xds: Convert ClusterResolverLb to XdsDepManager- Additional commits viewable in compare view
Updates io.opentelemetry:opentelemetry-bom from 1.54.1 to 1.55.0
Release notes
Sourced from io.opentelemetry:opentelemetry-bom's releases.
Version 1.55.0
API
Common
- Improve GraalVM native image compatibility (#7160)
Traces
- Fix
TraceStatekey validation limits to match W3C specification (#7575)Incubator
- Add
ExtendedOpenTelemetryAPI (#7496)- Add incubator implementation of composite sampling specification (#7626)
SDK
Traces
- Proactively avoid
Unsafeon Java 23+ to avoid triggering JVM warning message (#7691)Metrics
- Add
setMeterConfigurator()support toMeterProvider(incubating API) (#7346)Exporters
- OTLP: Configure metric exporter to use SDK's
MeterProviderfor internal metrics (#7541)- OTLP: Suppress logging of
InterruptedExceptionfrom managed OkHttp threads (#7565)- OTLP: Update dependency from
okhttp-jvmback tookhttpfor Gradle users, preservingokhttp-jvmfor Maven users (#7681)- Prometheus: Remove separate
otel_scope_infometric and always add scope labels to data points (#7398)- Prometheus: Update exporter dependencies to use protobuf-free formats (#7664)
Profiling
- Update profiles exporter to support proto v1.8.0-alpha changes (#7638)
- Add abstractions to assist with dictionary table assembly (#7717)
- Add abstractions to assist with sample composition (#7727)
Extensions
- Autoconfigure: Improve exception logging when running in Maven (#7336)
- Declarative configuration: Return
Resource(#7639)- Declarative configuration: Invoke auto-configure listeners (#7654)
- Declarative configuration: Add logging when incompatible types are found (#7693)
Shims
OpenTracing Shim
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-bom's changelog.
Version 1.55.0 (2025-10-13)
API
Common
- Improve GraalVM native image compatibility (#7160)
Traces
- Fix
TraceStatekey validation limits to match W3C specification (#7575)Incubator
- Add
ExtendedOpenTelemetryAPI (#7496)- Add incubator implementation of composite sampling specification (#7626)
SDK
Traces
- Proactively avoid
Unsafeon Java 23+ to avoid triggering JVM warning message (#7691)Metrics
- Add
setMeterConfigurator()support toMeterProvider(incubating API) (#7346)Exporters
- OTLP: Configure metric exporter to use SDK's
MeterProviderfor internal metrics (#7541)- OTLP: Suppress logging of
InterruptedExceptionfrom managed OkHttp threads (#7565)- OTLP: Update dependency from
okhttp-jvmback tookhttpfor Gradle users, preservingokhttp-jvmfor Maven users (#7681)- Prometheus: Remove separate
otel_scope_infometric and always add scope labels to data points (#7398)- Prometheus: Update exporter dependencies to use protobuf-free formats (#7664)
Profiling
- Update profiles exporter to support proto v1.8.0-alpha changes
... (truncated)
Commits
f612423[release/v1.55.x] Prepare release 1.55.0 (#7752)4268621fix(deps): update dependency com.squareup.okio:okio-bom to v3.16.1 (#7738)29f8b09Clear context class loader from started threads (#7488)a00f6a8Update change log for upcoming release (#7744)926da40chore(deps): update plugin com.gradle.develocity to v4.2.2 (#7750)4a11b72fix(deps): update dependency com.gradle.develocity:com.gradle.develocity.grad...d91425bfix(deps): update dependency org.owasp:dependency-check-gradle to v12.1.7 (#7...58b5699chore(deps): update github/codeql-action action to v4 (#7749)6204e2cfix(deps): update dependency jacoco to v0.8.14 (#7746)74802e8fix(deps): update dependency checkstyle to v12.0.1 (#7745)- Additional commits viewable in compare view
Updates io.github.classgraph:classgraph from 4.8.181 to 4.8.184
Release notes
Sourced from io.github.classgraph:classgraph's releases.
classgraph-4.8.184
- Fix #919 -- thanks to
@aurimasniekis- Fix #920 via #921 -- thanks to
@chubert-chclassgraph-4.8.183
- Fixed some build issues.
classgraph-4.8.182
Commits
49a64e7Bump version numberef5c888Merge branch 'latest' of https://github.com/classgraph/classgraph into latest11cd1aaProbably fix #916b42e9b8Merge pull request #919 from aurimasniekis/latest4024fbfBuild fix6f60747Bump minimum JDK version to 81534463Remove EOL JVM-Driver support (Narcissus is still supported)f329d65Remove EOL JVM-Driver support (Narcissus is still supported)f1b1a4fUpdate version number4d94192feat(scan): propagate ScanResult to module and package annotations- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0
See Release Notes.
New Contributors
@2897robomade their first contribution in junit-team/junit-framework#4525@strangelookingnerdmade their first contribution in junit-team/junit-framework#4683@eric6iesemade their first contribution in junit-team/junit-framework#4717@raccoonbackmade their first contribution in junit-team/junit-framework#4822@currenjinmade their first contribution in junit-team/junit-framework#4823@mehulimukherjeemade their first contribution in junit-team/junit-framework#4913@lsloninamade their first contribution in junit-team/junit-framework#4629Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.14.0...r6.0.0
JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3
See Release Notes.
New Contributors
@mehulimukherjeemade their first contribution in junit-team/junit-framework#4913@lsloninamade their first contribution in junit-team/junit-framework#4629Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3
JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-RC1...r6.0.0-RC2
JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1
See Release Notes.
New Contributors
@raccoonbackmade their first contribution in junit-team/junit-framework#4822@currenjinmade their first contribution in junit-team/junit-framework#4823Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-M2...r6.0.0-RC1
JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2
See Release Notes.
New Contributors
@eric6iesemade their first contribution in junit-team/junit-framework#4717Full Changelog: https://github.com/junit-team/junit-framework/compare/r6.0.0-M1...r6.0.0-M2
... (truncated)
Commits
4f79594Release 6.0.055af30aRevert "Usedevelop/6.xbranch for junit-examples during release build"df3cfddRelease 5.14.0fcb84a2Disable backward compatibility check when offlinec9c8344Prune 5.14.0 release notes03d8a72Update broken link to using API Gaurdian with bndtools3a0b29bUse temporary JUnit 6 logo6603caaRenameeclipseClasspathtoeclipseConventionsto avoid confusionab3470bMake sealedMediaTypework in Eclipsea8cd41eRemove annotations not visible in Eclipse- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Technical Details
| ID: | 10225079 |
| UUID: | 3513442883 |
| Node ID: | PR_kwDOBecmdc6tpFC7 |
| Host: | GitHub |
| Repository: | hyperledger/fabric-chaincode-java |