Bump the all-dependencies group across 1 directory with 22 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 7
(5 months ago)
(4 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.
Bumps the all-dependencies group with 22 updates in the / directory:
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.23.0-alpha to 2.24.0-alpha
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases.
Version 2.23.0
This release targets the OpenTelemetry SDK 1.57.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- ActiveMQ Classic JMX metrics: rename attributes and metrics to align with semantic conventions (see PR description for specifics) (#14996)
- Library instrumentation: remove previously deprecated methods from telemetry builders (#15324)
- Logback:
captureArgumentsno longer captures message template, usecaptureTemplate(#15423)- Play: disable controller spans by default, re-enable with
otel.instrumentation.common.experimental.controller-telemetry.enabled=true(#15604)🚫 Deprecations
- Library instrumentation: deprecate
setSpanNameExtractor()andsetStatusExtractor()in favor ofsetSpanNameExtractorCustomizer()andsetStatusExtractorCustomizer()(#15529)🌟 New javaagent instrumentation
- Apache ElasticJob (#14933)
🌟 New library instrumentation
📈 Enhancements
- Spring starter: add declarative config logging exporter (#14917)
- Failsafe: add support for
RetryPolicy(#15255, #15537)- GraphQL: add option to disable capturing query documents (#15384)
- JMX metrics: allow any classpath resource path in rules (#15413)
- Spring Boot actuator autoconfigure: support Spring Boot 4 (#15433)
- Spring JMS: support Spring Boot 4 (#15434)
- Spring starter: support Spring Boot 4 (#15459)
- Lettuce: support custom
ClientResources(#15470)- Lettuce: add reactor-core compatibility checker (#15472)
- Servlet: propagate context explicitly for async runnables (#15476)
- Servlet: always add
trace_idandspan_idattributes to requests (#15485)- Pekko HTTP: separate route instrumentation from HTTP server instrumentation (#15499)
- MongoDB: emit versioned scope name (#15500)
- Spring WebFlux: support Spring Boot 4 (#15502, #15574)
- Spring WebMVC: support Spring Boot 4 (#15525)
- Spring Cloud Gateway: support Spring Boot 4 (#15540)
- Spring starter: add missing Kafka configuration options (#15592)
- OpenTelemetry API interop: support new GlobalOpenTelemetry methods introduced in 1.57 (#15620)
🛠️ Bug fixes
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's changelog.
Changelog
Unreleased
Version 2.24.0 (2026-01-17)
⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)
... (truncated)
Commits
- See full diff in compare view
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.23.0 to 2.24.0
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's releases.
Version 2.24.0
This release targets the OpenTelemetry SDK 1.58.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
otel.instrumentation.logback-appender.experimental.capture-template(#15649)- Spring Boot Starter: Support Spring Boot 4 RestClient (#15684)
- Improve support for experimental declarative configuration (#15656, #15688, #15697, #15698, #15704, #15707, #15713, #15714, #15722, #15727, #15732, #15733, #15734, #15735, #15740, #15741, #15742, #15752, #15756, #15787, #15791, #15792, #15841, #15856)
- AWS Bedrock: support model IDs with regional prefixes (e.g.,
us.,global.) for inference profiles (#15751)- Redis: Improve sanitization for ACL command (#15797)
- Ktor and Netty library instrumentations: Add
setSpanNameExtractorCustomizer(#15825)- Support more of stable database semconv under opt-in flag (#15836, #15854)
- Move
SpanStatusExtractor.extract()beforeOperationListener.onEnd()inInstrumenter(#15844)🛠️ Bug fixes
- Servlet library instrumentation: fix capturing
enduser.id(#15858)- Fix agent startup failing on read-only filesystem (#15682)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@breedx-splk@brunobat@copilot-pull-request-reviewer@gaeljw@igreenfield@jack-berg@jaydeluca
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's changelog.
Version 2.24.0 (2026-01-17)
⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
... (truncated)
Commits
960ce5c[release/v2.24.x] Prepare release 2.24.0 (#15885)5fafe97Update changelog for upcoming release (#15882)675afceRename a method to 'wrap' (#15829)79a251cfix(deps): update byte buddy packages to v1.18.4 (#15874)110f554Fix handling added and removed files in auto license update (#15876)96fb784Update VERSIONING.md (#15872)3632253chore(deps): update gradle to v9.3.0 (#15878)41840ebfix(deps): update dependency org.owasp:dependency-check-gradle to v12.2.0 (#1...16422e8fix(deps): update gradle develocity packages to v4.3.1 (#15873)bde4e9cUpdate remaining HTTP library instrumentation javadoc (#15866)- Additional commits viewable in compare view
Updates com.microsoft.azure:applicationinsights-agent from 3.7.6 to 3.7.7
Changelog
Sourced from com.microsoft.azure:applicationinsights-agent's changelog.
Version 3.7.7 GA (01/23/2026)
Enhancements
Commits
- See full diff in compare view
Updates org.springframework.boot:spring-boot-maven-plugin from 4.0.1 to 4.0.2
Release notes
Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.
v4.0.2
:warning: Noteworthy Changes
- The dependency on
org.eclipse.jetty.ee11:jetty-ee11-servletshas been removed fromspring-boot-jettyas it was unnecessary and unused. If your application code depends on a class fromjetty-ee11-servlets, declare a dependency on it in your build configuration. #48677:lady_beetle: Bug Fixes
- No TransactionAutoConfiguration with spring-boot-starter-kafka for Spring Boot 4 #48880
- Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #48840
- When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #48838
- SessionAutoConfiguration creates a DefaultCookieSerializer with a default SameSite of null instead of Lax #48830
- Setting graphql schema location to "classpath*:graphql/**/" causes failure due to incorrectly packaged test resource #48829
- Message interpolation by MVC and WebFlux's Validators does not work correctly in a native image #48828
- CloudFoundry integration fails in Servlet-based web app without a dependency on spring-boot-starter-restclient #48826
- RestTestClientAutoConfiguration and TestRestTemplateAutoConfiguration should be package-private #48820
- SSL metrics are no longer auto-configured #48819
- Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #48812
- DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #48703
- The spring-boot-cloudfoundry module should only have an optional dependency on spring-boot-security #48685
- Application JAR created by extract command is not reproductible #48678
- AOT processing of tests should not be disabled when 'skipTests' is set #48662
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) is no longer applied to the management server #48653- Fix zero-length byte buffer in InspectedContent #48650
- Can no longer override JacksonJsonHttpMessageConverter with ServerHttpMessageConvertersCustomizer #48635
- HttpServiceClientProperties incorrectly uses the
@ConfigurationPropertiesannotation on a LinkedHashMap class #48616- spring-boot-micrometer-tracing-opentelemetry fails if spring-boot-opentelemetry isn't there #48585
- App fails to start with starter-webmvc and starter-zipkin #48581
- Micrometer test modules should have an api dependency on micrometer-observation-test #48386
:notebook_with_decorative_cover: Documentation
- Fix typo in REST client documentation #48907
- Remove duplicate word #48874
- Document support for configuring arguments passed to Docker Compose #48806
- The documentation related to EnvironmentPostProcessor links to deprecated interface #48803
- Update documentation for Buildpack's AOT Cache support #48769
- Correct docs to use new location for error handling configuration properties #48767
- Document spring-boot-starter-cloudfoundry on Cloud Foundry Support Page #48675
- Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #48659
- Example using excludeDevtools property should document that optional dependencies should be enabled #48641
- Fix grammar and typos in the reference guide #48601
- Update Tracing section for Spring Boot 4's modularity #48576
:hammer: Dependency Upgrades
... (truncated)
Commits
fae3545Release v4.0.29fde744Merge branch '3.5.x' into 4.0.x650236dRemove breaking and unnecessary Undertow TLS with RSA test547bc77Upgrade to Spring Batch 6.0.24387cbbUpgrade to Jackson Bom 3.0.4abec26ePolishf677fbaUpgrade to Spring Integration 7.0.2849c2eeUpgrade to Spring GraphQL 2.0.2facd456Upgrade to Nullability Plugin 0.0.10e99c08fMerge branch '3.5.x' into 4.0.x- Additional commits viewable in compare view
Updates io.opentelemetry:opentelemetry-api from 1.57.0 to 1.58.0
Release notes
Sourced from io.opentelemetry:opentelemetry-api's releases.
Version 1.58.0
API
Incubator
- Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry (#7914)
- Add DeclarativeConfigProperties#get method (#7923)
- Update ConfigProvider#getInstrumentationConfig response to be non-null (#7954)
- Add declarative config utility methods for common operations (#7927)
SDK
Traces
- Implement SDK metrics for trace (#7895, #7930)
- Emit warning when TraceIdRatioBasedSampler is used as child sampler (#7937)
Logs
- Implement SDK metrics for logs (#7931)
Exporters
- Prom exporter update (#7934)
Extensions
- Declarative config: update to opentelemetry-configuration 1.0.0-rc.3 (#7861)
- Declarative config: update jaeger remote sampler to require endpoint, initial_sampler (#7943)
- Declarative config: add support for view unit (#7942)
- Declarative config: add support for new logger config minimum_severity and trace_based properties (#7940)
- Declarative config: add support for composable parent threshold sampler (#7941)
- Declarative config: improve pattern for validating and loading SDK extension plugins (#7947)
Project tooling
- Use develocity build cache in PRs and local builds (#7906)
- Configure japicmp classpath to avoid false positives (#7945)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@anuraaga@breedx-splk@Gosling-dude@jack-berg@jkwatson@JonasKunz@SylvainJuge
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-api's changelog.
Version 1.58.0 (2026-01-09)
API
Incubator
- Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry (#7914)
- Add DeclarativeConfigProperties#get method (#7923)
- Update ConfigProvider#getInstrumentationConfig response to be non-null (#7954)
- Add declarative config utility methods for common operations (#7927)
SDK
Traces
- Implement SDK metrics for trace (#7895, #7930)
- Emit warning when TraceIdRatioBasedSampler is used as child sampler (#7937)
Logs
- Implement SDK metrics for logs (#7931)
Exporters
- Prom exporter update (#7934)
Extensions
- Declarative config: update to opentelemetry-configuration 1.0.0-rc.3 (#7861)
- Declarative config: update jaeger remote sampler to require endpoint, initial_sampler (#7943)
- Declarative config: add support for view unit (#7942)
- Declarative config: add support for new logger config minimum_severity and trace_based properties (#7940)
- Declarative config: add support for composable parent threshold sampler (#7941)
- Declarative config: improve pattern for validating and loading SDK extension plugins (#7947)
... (truncated)
Commits
1e377b4[release/v1.58.x] Prepare release 1.58.0 (#7968)b882815Prepare 1.58.0 (#7965)826c4e9Improve pattern for validating and loading SDK extension plugins (#7947)da310ccProm exporter update (#7934)a15659dadd method to retrieve instrumentation configuration by name (#7927)2d38562fix(deps): update armeriaversion to v1.35.0 (#7959)ca536b2fix(deps): update junit-framework monorepo to v5.14.2 (#7956)5150e52chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.143...15b41f1chore(deps): update plugin com.gradleup.shadow to v9.3.1 (#7955)a46b073make getInstrumentationConfig non-null (#7954)- Additional commits viewable in compare view
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.23.0 to 2.24.0
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.
Version 2.24.0
This release targets the OpenTelemetry SDK 1.58.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andnewHttpClient(HttpClientTransport, SslContextFactory)(#15827)- Deprecate Netty experimental method that is still in public API (#15828)
- Deprecated
newHttpClient()in favor ofwrap()in Java HTTP Client instrumentation for consistency with naming conventions across library instrumentations (#15829)- Deprecated
new*methods in favor ofcreate*methods across multiple instrumentation libraries for consistency (e.g.,newHttpClient()→createHttpClient(),newInterceptor()→createInterceptor()) (#15832)- Deprecated methods in
SqlStatementInfoandMultiQueryin favor of methods using stable semantic convention terminology:getFullStatement()→getQueryText(),getOperation()→getOperationName(), andgetStatements()→getQueryTexts()(#15833)- Deprecated database getter methods in favor of methods using stable semantic convention terminology:
getResponseStatusCode()→getDbResponseStatusCode(),getBatchSize()→getDbOperationBatchSize(), andgetQueryParameters()→getDbQueryParameters()(#15859)📈 Enhancements
- Spring Boot starter: add support for
otel.instrumentation.logback-appender.experimental.capture-template(#15649)- Spring Boot Starter: Support Spring Boot 4 RestClient (#15684)
- Improve support for experimental declarative configuration (#15656, #15688, #15697, #15698, #15704, #15707, #15713, #15714, #15722, #15727, #15732, #15733, #15734, #15735, #15740, #15741, #15742, #15752, #15756, #15787, #15791, #15792, #15841, #15856)
- AWS Bedrock: support model IDs with regional prefixes (e.g.,
us.,global.) for inference profiles (#15751)- Redis: Improve sanitization for ACL command (#15797)
- Ktor and Netty library instrumentations: Add
setSpanNameExtractorCustomizer(#15825)- Support more of stable database semconv under opt-in flag (#15836, #15854)
- Move
SpanStatusExtractor.extract()beforeOperationListener.onEnd()inInstrumenter(#15844)🛠️ Bug fixes
- Servlet library instrumentation: fix capturing
enduser.id(#15858)- Fix agent startup failing on read-only filesystem (#15682)
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@breedx-splk@brunobat@copilot-pull-request-reviewer@gaeljw@igreenfield@jack-berg@jaydeluca
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.
Version 2.24.0 (2026-01-17)
⚠️ Breaking Changes
- Remove support for previously deprecated property
otel.instrumentation.logback-appender.experimental.capture-logstash-attributes(#15722)- Remove deprecated methods from HTTP library instrumentations (#15802)
🚫 Deprecations
- JMX Metrics: Deprecated
addClassPathRulesandaddCustomRulesmethods inJmxTelemetryBuilder, and moved non-public classes to an internal package (#15658)- Deprecated
setMessagingReceiveInstrumentationEnabledin favor ofsetMessagingReceiveTelemetryEnabledto match config property name (#15668)- Deprecated database client attribute getter methods
getDbSystem()andgetResponseStatus()in favor ofgetDbSystemName()andgetResponseStatusCode()to align with stable semantic conventions (#15696)- Deprecated
setCapturedRequestParameters()in Servlet library instrumentation in favor ofExperimental.setCapturedRequestParameters()as request parameter capture is experimental (#15826)- Deprecated
getHttpClient(),setHttpClientTransport(), andsetSslContextFactory()in Jetty client instrumentation in favor of new builder-style methodsnewHttpClient(),newHttpClient(SslContextFactory), andne...Description has been truncated
Package Dependencies
maven
6.0.1 → 6.0.2
Patch
org.junit.jupiter:junit-jupiter-api
maven
6.0.1 → 6.0.2
Patch
maven
4.0.1 → 4.0.2
Patch
ch.qos.logback:logback-core
maven
1.5.23 → 1.5.26
Patch
ch.qos.logback:logback-classic
maven
1.5.23 → 1.5.26
Patch
io.opentelemetry:opentelemetry-api
maven
1.57.0 → 1.58.0
Minor
maven
2.23.0 → 2.24.0
Minor
maven
4.0.1 → 4.0.2
Patch
maven
2.23.0 → 2.24.0
Minor
io.micrometer:micrometer-core
maven
1.16.1 → 1.16.2
Patch
maven
1.57.0 → 1.58.0
Minor
maven
1.57.0 → 1.58.0
Minor
maven
2.23.0 → 2.24.0
Minor
maven
2.23.0-alpha → 2.24.0-alpha
Minor
maven
2.23.0-alpha → 2.24.0-alpha
Minor
maven
3.7.6 → 3.7.7
Patch
maven
3.7.6 → 3.7.7
Patch
maven
3.7.6 → 3.7.7
Patch
maven
1.57.0 → 1.58.0
Minor
com.azure:azure-core-http-netty
maven
1.16.2 → 1.16.3
Patch
maven
2.23.0-alpha → 2.24.0-alpha
Minor
Technical Details
| ID: | 13667382 |
| UUID: | 3856507039 |
| Node ID: | PR_kwDOIBoVIM6_ZMmk |
| Host: | GitHub |
| Repository: | Azure-Samples/ApplicationInsights-Java-Samples |