Skip to content

Bump version.io.opentelemetry.instrumentation from 2.30.0 to 2.31.0 - #759

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/version.io.opentelemetry.instrumentation-2.31.0
Open

Bump version.io.opentelemetry.instrumentation from 2.30.0 to 2.31.0#759
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/version.io.opentelemetry.instrumentation-2.31.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps version.io.opentelemetry.instrumentation from 2.30.0 to 2.31.0.
Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.30.0 to 2.31.0

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's releases.

Version 2.31.0

This release targets the OpenTelemetry SDK 1.65.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they will continue to have breaking changes. Please see VERSIONING.md for more details.

⚠️ Breaking changes to non-stable APIs

  • Remove the deprecated ConfigPropertiesBackedConfigProvider and its create(ConfigProperties) compatibility API from the declarative config bridge. (#19305)
  • Stop exposing opentelemetry-instrumentation-api-incubator on library instrumentation compile classpaths. (#19612)

🚫 Deprecations

  • Deprecate otel.instrumentation.experimental.span-suppression-strategy in favor of Experimental.setSpanSuppressionStrategy(...). (#19180)
  • Deprecate HostIdResource.REGISTRY_QUERY in favor of the absolute-path reg.exe lookup used by HostIdResource. (#19293)
  • Deprecate MessageOperation in favor of MessagingOperationType, and the MessageOperation overloads of MessagingAttributesExtractor, MessagingConsumerMetrics, MessagingProducerMetrics, MessagingSpanKindExtractor, and MessagingSpanNameExtractor in favor of the corresponding MessagingOperationType APIs. (#19357)
  • Deprecate otel.traces.exporter=zipkin in favor of otel.traces.exporter=otlp, and otel.exporter.zipkin.endpoint in favor of otel.exporter.otlp.traces.endpoint. (#19400)
  • Deprecate OpenTelemetryMeterRegistryBuilder#setMicrometerHistogramGaugesEnabled(boolean) in favor of Experimental#setMicrometerHistogramGaugesEnabled(OpenTelemetryMeterRegistryBuilder, boolean). (#19404)
  • Deprecate legacy gRPC metadata, messaging header, and servlet request-parameter capture properties and APIs in favor of selector-based .included / .excluded configuration and IncludeExclude APIs. (#19494, #19522, #19523, #19638)
  • Deprecate otel.instrumentation.runtime-telemetry.experimental.prefer-jfr in favor of otel.instrumentation.runtime-telemetry.experimental.jfr-metrics.included, and setPreferJfrMetrics(...) in favor of setJfrMetrics(RuntimeTelemetryBuilder, IncludeExclude). (#19495)
  • Deprecate boolean and capture-list configuration for MDC/context data, map messages, key-value pairs, logger context, Logstash markers, and structured arguments in favor of .included / .excluded selectors and IncludeExclude APIs. (#19519, #19520, #19521, #19599, #19600, #19605, #19609, #19610)
  • Deprecate the declarative configuration field general.semconv_stability.opt_in in favor of general.stability_opt_in_list, and general.sanitization.url.sensitive_query_parameters/development in favor of general.sanitization.url.sensitive_query_parameters. (#19561)
  • Deprecate otel.instrumentation.graphql.add-operation-name-to-span-name.enabled in favor of otel.instrumentation.graphql.operation-name-in-span-name.enabled, and otel.instrumentation.runtime-telemetry.package-emitter.enabled / jars-per-second in favor of otel.instrumentation.runtime-telemetry.experimental.package-emitter.enabled / jars-per-second. (#19573)
  • Deprecate captured request and response header builder methods across HTTP library instrumentations in favor of selector-based requestHeaders(IncludeExclude) and responseHeaders(IncludeExclude) APIs. (#19598, #19601, #19602, #19603, #19604, #19606, #19607, #19608)
  • Deprecate otel.instrumentation.micrometer.histogram-gauges.enabled in favor of otel.instrumentation.micrometer.experimental.histogram-gauges.enabled. (#19613)

🌟 New javaagent instrumentation

  • Add Apache Commons Pool 2 instrumentation for object pool metrics. (#19091)
  • Add Apache HBase client 1.0 javaagent instrumentation. (#19243)
  • Add Redisson connection pool metrics for 3.26+. (#19392)
  • Add support for OpenTelemetry API 1.65 incubator metrics in the Java agent. (#19456)
  • Add Tomcat DBCP 8.0 javaagent instrumentation for database pool metrics. (#19472)

📈 Enhancements

  • Add opt-in OSGi bundle metadata for selected instrumentation, API, and SDK extension artifacts so they can be consumed directly in OSGi runtimes. (#18995)
  • Add cassandra.compaction.progress.completed and cassandra.compaction.progress.size gauges for in-flight Cassandra compactions. (#19290)
  • Preview the upcoming 3.0 messaging semantic conventions behind otel.semconv-stability.opt-in=messaging across AWS SQS and Lambda, JMS, Kafka, NATS, Pulsar, RabbitMQ, RocketMQ, Spring Integration, and Spring messaging instrumentations. (#19347, #19348, #19349, #19350, #19351, #19353, #19354, #19355, #19356, #19476, #19477, #19478, #19479, #19480, #19481, #19482, #19486, #19487, #19499, #19500, #19504, #19505, #19507, #19508, #19535, #19544, #19565, #19567, #19639, #19640)
  • Under the upcoming 3.0 RPC semantic conventions behind otel.semconv-stability.opt-in=rpc, Dubbo requests to unknown services emit server spans even when decoding fails before DubboProtocol.getInvoker(), and record the original method in rpc.method_original. (#16668)
  • Log4j context data now includes baggage.* entries even when there is no current span. (#19378)
  • When otel.instrumentation.common.v3-preview=true, the Micrometer bridge no longer exports .max gauges for Timer and DistributionSummary. (#19397)
  • Add the IncludeExclude selector API to opentelemetry-instrumentation-api for matching strings against included and excluded glob patterns. (#19451)
  • Emit Cassandra driver 3 consistency, coordinator, page size, idempotence, and speculative execution attributes. (#19629)
  • Expand the upcoming 3.0 database semantic conventions behind otel.semconv-stability.opt-in=database, including operation names, namespaces, collection names, operation parameters, batch telemetry, and error types for Couchbase, Redis clients, Elasticsearch, R2DBC, JDBC, ClickHouse, MongoDB, and HBase. (#19616, #19623, #19664, #19665, #19668, #19670, #19704, #19705, #19706, #19707, #19708)
  • Add otel.instrumentation.influxdb.query-sanitization.enabled to control InfluxDB query sanitization, taking precedence over otel.instrumentation.common.db.query-sanitization.enabled. (#19703)

🛠️ Bug fixes

  • Use stable database-derived metric names for unnamed Alibaba Druid, c3p0, Tomcat JDBC, HikariCP, and Vibur connection pools. (#19108, #19159, #19173, #19470, #19471)
  • Apache DBCP 2.0 metrics now register when the pool starts even without JMX registration, and they unregister on close(). (#19160)

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's changelog.

Version 2.31.0 (2026-08-20)

This release targets the OpenTelemetry SDK 1.65.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they will continue to have breaking changes. Please see VERSIONING.md for more details.

⚠️ Breaking changes to non-stable APIs

  • Remove the deprecated ConfigPropertiesBackedConfigProvider and its create(ConfigProperties) compatibility API from the declarative config bridge. (#19305)
  • Stop exposing opentelemetry-instrumentation-api-incubator on library instrumentation compile classpaths. (#19612)

🚫 Deprecations

  • Deprecate otel.instrumentation.experimental.span-suppression-strategy in favor of Experimental.setSpanSuppressionStrategy(...). (#19180)
  • Deprecate HostIdResource.REGISTRY_QUERY in favor of the absolute-path reg.exe lookup used by HostIdResource. (#19293)
  • Deprecate MessageOperation in favor of MessagingOperationType, and the MessageOperation overloads of MessagingAttributesExtractor, MessagingConsumerMetrics, MessagingProducerMetrics, MessagingSpanKindExtractor, and MessagingSpanNameExtractor in favor of the corresponding MessagingOperationType APIs. (#19357)
  • Deprecate otel.traces.exporter=zipkin in favor of otel.traces.exporter=otlp, and otel.exporter.zipkin.endpoint in favor of otel.exporter.otlp.traces.endpoint. (#19400)
  • Deprecate OpenTelemetryMeterRegistryBuilder#setMicrometerHistogramGaugesEnabled(boolean) in favor of Experimental#setMicrometerHistogramGaugesEnabled(OpenTelemetryMeterRegistryBuilder, boolean). (#19404)
  • Deprecate legacy gRPC metadata, messaging header, and servlet request-parameter capture properties and APIs in favor of selector-based .included / .excluded configuration and IncludeExclude APIs. (#19494, #19522, #19523, #19638)
  • Deprecate otel.instrumentation.runtime-telemetry.experimental.prefer-jfr in favor of otel.instrumentation.runtime-telemetry.experimental.jfr-metrics.included, and setPreferJfrMetrics(...) in favor of setJfrMetrics(RuntimeTelemetryBuilder, IncludeExclude). (#19495)
  • Deprecate boolean and capture-list configuration for MDC/context data, map messages, key-value

... (truncated)

Commits
  • 18da99b [release/v2.31.x] Prepare release 2.31.0 (#19731)
  • dbe5c09 chore: update instrumentation list [automated] (#19701)
  • 1035b5b Change log for upcoming release + Improve automated release note drafting (#1...
  • 64310fc [jmx] add recommendation for naming percentile metrics (#19727)
  • 4225fbe Update pinned latest dep versions (#19720)
  • 26c08ac fix redisson connection pool leak on cancellation (#19340)
  • 200efae Emit db.namespace for jedis 2.0 and 3.0 (#19707)
  • 02d33d5 Emit stable db.namespace in redisson-3.17 (#19705)
  • 4a6473e Emit db.namespace for lettuce 4.0 and 5.0 (#19706)
  • b0b1857 Honor query sanitization configuration in influxdb-2.4 (#19703)
  • Additional commits viewable in compare view

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.30.0 to 2.31.0

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.

Version 2.31.0

This release targets the OpenTelemetry SDK 1.65.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they will continue to have breaking changes. Please see VERSIONING.md for more details.

⚠️ Breaking changes to non-stable APIs

  • Remove the deprecated ConfigPropertiesBackedConfigProvider and its create(ConfigProperties) compatibility API from the declarative config bridge. (#19305)
  • Stop exposing opentelemetry-instrumentation-api-incubator on library instrumentation compile classpaths. (#19612)

🚫 Deprecations

  • Deprecate otel.instrumentation.experimental.span-suppression-strategy in favor of Experimental.setSpanSuppressionStrategy(...). (#19180)
  • Deprecate HostIdResource.REGISTRY_QUERY in favor of the absolute-path reg.exe lookup used by HostIdResource. (#19293)
  • Deprecate MessageOperation in favor of MessagingOperationType, and the MessageOperation overloads of MessagingAttributesExtractor, MessagingConsumerMetrics, MessagingProducerMetrics, MessagingSpanKindExtractor, and MessagingSpanNameExtractor in favor of the corresponding MessagingOperationType APIs. (#19357)
  • Deprecate otel.traces.exporter=zipkin in favor of otel.traces.exporter=otlp, and otel.exporter.zipkin.endpoint in favor of otel.exporter.otlp.traces.endpoint. (#19400)
  • Deprecate OpenTelemetryMeterRegistryBuilder#setMicrometerHistogramGaugesEnabled(boolean) in favor of Experimental#setMicrometerHistogramGaugesEnabled(OpenTelemetryMeterRegistryBuilder, boolean). (#19404)
  • Deprecate legacy gRPC metadata, messaging header, and servlet request-parameter capture properties and APIs in favor of selector-based .included / .excluded configuration and IncludeExclude APIs. (#19494, #19522, #19523, #19638)
  • Deprecate otel.instrumentation.runtime-telemetry.experimental.prefer-jfr in favor of otel.instrumentation.runtime-telemetry.experimental.jfr-metrics.included, and setPreferJfrMetrics(...) in favor of setJfrMetrics(RuntimeTelemetryBuilder, IncludeExclude). (#19495)
  • Deprecate boolean and capture-list configuration for MDC/context data, map messages, key-value pairs, logger context, Logstash markers, and structured arguments in favor of .included / .excluded selectors and IncludeExclude APIs. (#19519, #19520, #19521, #19599, #19600, #19605, #19609, #19610)
  • Deprecate the declarative configuration field general.semconv_stability.opt_in in favor of general.stability_opt_in_list, and general.sanitization.url.sensitive_query_parameters/development in favor of general.sanitization.url.sensitive_query_parameters. (#19561)
  • Deprecate otel.instrumentation.graphql.add-operation-name-to-span-name.enabled in favor of otel.instrumentation.graphql.operation-name-in-span-name.enabled, and otel.instrumentation.runtime-telemetry.package-emitter.enabled / jars-per-second in favor of otel.instrumentation.runtime-telemetry.experimental.package-emitter.enabled / jars-per-second. (#19573)
  • Deprecate captured request and response header builder methods across HTTP library instrumentations in favor of selector-based requestHeaders(IncludeExclude) and responseHeaders(IncludeExclude) APIs. (#19598, #19601, #19602, #19603, #19604, #19606, #19607, #19608)
  • Deprecate otel.instrumentation.micrometer.histogram-gauges.enabled in favor of otel.instrumentation.micrometer.experimental.histogram-gauges.enabled. (#19613)

🌟 New javaagent instrumentation

  • Add Apache Commons Pool 2 instrumentation for object pool metrics. (#19091)
  • Add Apache HBase client 1.0 javaagent instrumentation. (#19243)
  • Add Redisson connection pool metrics for 3.26+. (#19392)
  • Add support for OpenTelemetry API 1.65 incubator metrics in the Java agent. (#19456)
  • Add Tomcat DBCP 8.0 javaagent instrumentation for database pool metrics. (#19472)

📈 Enhancements

  • Add opt-in OSGi bundle metadata for selected instrumentation, API, and SDK extension artifacts so they can be consumed directly in OSGi runtimes. (#18995)
  • Add cassandra.compaction.progress.completed and cassandra.compaction.progress.size gauges for in-flight Cassandra compactions. (#19290)
  • Preview the upcoming 3.0 messaging semantic conventions behind otel.semconv-stability.opt-in=messaging across AWS SQS and Lambda, JMS, Kafka, NATS, Pulsar, RabbitMQ, RocketMQ, Spring Integration, and Spring messaging instrumentations. (#19347, #19348, #19349, #19350, #19351, #19353, #19354, #19355, #19356, #19476, #19477, #19478, #19479, #19480, #19481, #19482, #19486, #19487, #19499, #19500, #19504, #19505, #19507, #19508, #19535, #19544, #19565, #19567, #19639, #19640)
  • Under the upcoming 3.0 RPC semantic conventions behind otel.semconv-stability.opt-in=rpc, Dubbo requests to unknown services emit server spans even when decoding fails before DubboProtocol.getInvoker(), and record the original method in rpc.method_original. (#16668)
  • Log4j context data now includes baggage.* entries even when there is no current span. (#19378)
  • When otel.instrumentation.common.v3-preview=true, the Micrometer bridge no longer exports .max gauges for Timer and DistributionSummary. (#19397)
  • Add the IncludeExclude selector API to opentelemetry-instrumentation-api for matching strings against included and excluded glob patterns. (#19451)
  • Emit Cassandra driver 3 consistency, coordinator, page size, idempotence, and speculative execution attributes. (#19629)
  • Expand the upcoming 3.0 database semantic conventions behind otel.semconv-stability.opt-in=database, including operation names, namespaces, collection names, operation parameters, batch telemetry, and error types for Couchbase, Redis clients, Elasticsearch, R2DBC, JDBC, ClickHouse, MongoDB, and HBase. (#19616, #19623, #19664, #19665, #19668, #19670, #19704, #19705, #19706, #19707, #19708)
  • Add otel.instrumentation.influxdb.query-sanitization.enabled to control InfluxDB query sanitization, taking precedence over otel.instrumentation.common.db.query-sanitization.enabled. (#19703)

🛠️ Bug fixes

  • Use stable database-derived metric names for unnamed Alibaba Druid, c3p0, Tomcat JDBC, HikariCP, and Vibur connection pools. (#19108, #19159, #19173, #19470, #19471)
  • Apache DBCP 2.0 metrics now register when the pool starts even without JMX registration, and they unregister on close(). (#19160)

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.

Version 2.31.0 (2026-08-20)

This release targets the OpenTelemetry SDK 1.65.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they will continue to have breaking changes. Please see VERSIONING.md for more details.

⚠️ Breaking changes to non-stable APIs

  • Remove the deprecated ConfigPropertiesBackedConfigProvider and its create(ConfigProperties) compatibility API from the declarative config bridge. (#19305)
  • Stop exposing opentelemetry-instrumentation-api-incubator on library instrumentation compile classpaths. (#19612)

🚫 Deprecations

  • Deprecate otel.instrumentation.experimental.span-suppression-strategy in favor of Experimental.setSpanSuppressionStrategy(...). (#19180)
  • Deprecate HostIdResource.REGISTRY_QUERY in favor of the absolute-path reg.exe lookup used by HostIdResource. (#19293)
  • Deprecate MessageOperation in favor of MessagingOperationType, and the MessageOperation overloads of MessagingAttributesExtractor, MessagingConsumerMetrics, MessagingProducerMetrics, MessagingSpanKindExtractor, and MessagingSpanNameExtractor in favor of the corresponding MessagingOperationType APIs. (#19357)
  • Deprecate otel.traces.exporter=zipkin in favor of otel.traces.exporter=otlp, and otel.exporter.zipkin.endpoint in favor of otel.exporter.otlp.traces.endpoint. (#19400)
  • Deprecate OpenTelemetryMeterRegistryBuilder#setMicrometerHistogramGaugesEnabled(boolean) in favor of Experimental#setMicrometerHistogramGaugesEnabled(OpenTelemetryMeterRegistryBuilder, boolean). (#19404)
  • Deprecate legacy gRPC metadata, messaging header, and servlet request-parameter capture properties and APIs in favor of selector-based .included / .excluded configuration and IncludeExclude APIs. (#19494, #19522, #19523, #19638)
  • Deprecate otel.instrumentation.runtime-telemetry.experimental.prefer-jfr in favor of otel.instrumentation.runtime-telemetry.experimental.jfr-metrics.included, and setPreferJfrMetrics(...) in favor of setJfrMetrics(RuntimeTelemetryBuilder, IncludeExclude). (#19495)
  • Deprecate boolean and capture-list configuration for MDC/context data, map messages, key-value

... (truncated)

Commits
  • 18da99b [release/v2.31.x] Prepare release 2.31.0 (#19731)
  • dbe5c09 chore: update instrumentation list [automated] (#19701)
  • 1035b5b Change log for upcoming release + Improve automated release note drafting (#1...
  • 64310fc [jmx] add recommendation for naming percentile metrics (#19727)
  • 4225fbe Update pinned latest dep versions (#19720)
  • 26c08ac fix redisson connection pool leak on cancellation (#19340)
  • 200efae Emit db.namespace for jedis 2.0 and 3.0 (#19707)
  • 02d33d5 Emit stable db.namespace in redisson-3.17 (#19705)
  • 4a6473e Emit db.namespace for lettuce 4.0 and 5.0 (#19706)
  • b0b1857 Honor query sanitization configuration in influxdb-2.4 (#19703)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `version.io.opentelemetry.instrumentation` from 2.30.0 to 2.31.0.

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.30.0...v2.31.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Mend Scan Results

Status: ⚠️ Findings detected

⚠️ SCA findings detected

SCA scan output



Identified 384 dependencies

Detected 39 vulnerabilities (4 Critical, 17 High, 18 Medium, 0 Low)

+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| SEVERITY |                    LIBRARY                    |       ID       |                                               TOP FIX                                                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| CRITICAL | bcprov-jdk18on-1.84.jar                       | CVE-2026-58062 | Upgrade to version org.bouncycastle:bc-fips:2.0.2,org.bouncycastle:bcprov-lts8on:2.73.12,            |
|          |                                               |                | org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bcprov-jdk18on:1.85,                                 |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| CRITICAL | bcprov-jdk18on-1.84.jar                       | CVE-2026-59650 | Upgrade to version org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcprov-lts8on:2.73.12,    |
|          |                                               |                | org.bouncycastle:bcprov-jdk18on:1.85, https://github.com/bcgit/bc-java.git - r1rv85                  |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| CRITICAL | bcprov-jdk18on-1.84.jar                       | CVE-2026-8763  | Upgrade to version org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bcprov-jdk15to18:1.85,      |
|          |                                               |                | org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bc-fips:2.1.3,                                     |
|          |                                               |                | org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bc-fips:2.0.2,                               |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| CRITICAL | netty-handler-4.1.136.Final.jar               | CVE-2026-75595 | Upgrade to version io.netty:netty-handler:4.2.17.Final,io.netty:netty-handler:4.1.137.Final,         |
|          |                                               |                | https://github.com/netty/netty.git - netty-4.1.137.Final, https://github.com/netty/netty.git -       |
|          |                                               |                | netty-4.2.17.Final                                                                                   |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcpkix-jdk18on-1.84.jar                       | CVE-2026-12802 | Upgrade to version org.bouncycastle:bcpkix-lts8on:2.73.12,org.bouncycastle:bcpkix-fips:2.1.12,       |
|          |                                               |                | org.bouncycastle:bcpkix-jdk18on:1.85,org.bouncycastle:bcpkix-fips:1.0.12,                            |
|          |                                               |                | org.bouncycastle:bcpkix-fips:2.0.12,org.bouncycastle:bcpkix-jdk15to18:1.85,                          |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcpkix-jdk18on-1.84.jar                       | CVE-2026-59639 | Upgrade to version org.bouncycastle:bcpkix-jdk18on:1.85,org.bouncycastle:bcpkix-lts8on:2.73.12,      |
|          |                                               |                | org.bouncycastle:bcpkix-fips:1.0.12,org.bouncycastle:bcpkix-jdk15to18:1.85,                          |
|          |                                               |                | org.bouncycastle:bcpkix-fips:2.1.12,org.bouncycastle:bcpkix-fips:2.0.12,                             |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcpkix-jdk18on-1.84.jar                       | CVE-2026-59642 | Upgrade to version org.bouncycastle:bcpkix-fips:1.0.12,org.bouncycastle:bcpkix-fips:2.0.12,          |
|          |                                               |                | org.bouncycastle:bcpkix-jdk15to18:1.85,org.bouncycastle:bcpkix-fips:2.1.12,                          |
|          |                                               |                | org.bouncycastle:bcpkix-jdk18on:1.85,org.bouncycastle:bcpkix-lts8on:2.73.12,                         |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-12803 | Upgrade to version org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcprov-jdk18on:1.85,      |
|          |                                               |                | org.bouncycastle:bcprov-lts8on:2.73.12, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-12816 | Upgrade to version org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcprov-lts8on:2.73.12,    |
|          |                                               |                | org.bouncycastle:bcprov-jdk18on:1.85, https://github.com/bcgit/bc-java.git - r1rv85                  |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-12860 | Upgrade to version org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bcprov-lts8on:2.73.12,      |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-13506 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bc-fips:2.0.2,            |
|          |                                               |                | org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bcprov-jdk18on:1.85 |
|          |                                               |                | ,org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85               |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-14682 | Upgrade to version org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bcprov-jdk18on:1.85,              |
|          |                                               |                | org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bc-fips:2.0.2,                                     |
|          |                                               |                | org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcprov-jdk15to18:1.85,                       |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-58059 | Upgrade to version org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bcprov-lts8on:2.73.12,          |
|          |                                               |                | org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bc-fips:2.0.2,  |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-58060 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcprov-jdk18on:1.85,      |
|          |                                               |                | org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bc-fips:2.0.2 |
|          |                                               |                | , https://github.com/bcgit/bc-java.git - r1rv85                                                      |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcprov-jdk18on-1.84.jar                       | CVE-2026-58061 | Upgrade to version org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bcprov-jdk18on:1.85,              |
|          |                                               |                | org.bouncycastle:bc-fips:2.0.2,org.bouncycastle:bcprov-lts8on:2.73.12,                               |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bc-fips:1.0.2.7,                             |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | bcutil-jdk18on-1.84.jar                       | CVE-2026-59645 | Upgrade to version org.bouncycastle:bcutil-lts8on:2.73.12,org.bouncycastle:bcutil-fips:2.1.7,        |
|          |                                               |                | org.bouncycastle:bcutil-jdk18on:1.85,org.bouncycastle:bcutil-jdk15to18:1.85,                         |
|          |                                               |                | org.bouncycastle:bcutil-fips:2.0.7, https://github.com/bcgit/bc-java.git - r1rv85                    |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | jsoup-1.23.1.jar                              | CVE-2026-75140 | N/A                                                                                                  |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | netty-handler-4.1.136.Final.jar               | CVE-2026-62243 | Upgrade to version io.netty:netty-handler:4.1.137.Final,io.netty:netty-handler:4.2.17.Final          |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | netty-handler-4.1.136.Final.jar               | CVE-2026-75596 | Upgrade to version io.netty:netty-handler:4.2.17.Final,io.netty:netty-handler:4.1.137.Final,         |
|          |                                               |                | https://github.com/netty/netty.git - netty-4.2.17.Final, https://github.com/netty/netty.git -        |
|          |                                               |                | netty-4.1.137.Final                                                                                  |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | sshd-common-2.18.0.jar                        | CVE-2026-56624 | Upgrade to version  https://github.com/apache/mina-sshd.git - sshd-3.0.0-M5,                         |
|          |                                               |                | org.apache.sshd:sshd-core:2.19.0,org.apache.sshd:sshd-common:3.0.0-M5,                               |
|          |                                               |                | org.apache.sshd:sshd-core:3.0.0-M5, https://github.com/apache/mina-sshd.git - sshd-2.19.0,           |
|          |                                               |                | org.apache.sshd:sshd-common:2.19.0                                                                   |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| HIGH     | wildfly-elytron-password-impl-2.9.2.Final.jar | CVE-2026-19611 | N/A                                                                                                  |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcpkix-jdk18on-1.84.jar                       | CVE-2026-13586 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bc-fips:2.0.2,            |
|          |                                               |                | org.bouncycastle:bcpkix-jdk15to18:1.85,org.bouncycastle:bcpkix-lts8on:2.73.12,                       |
|          |                                               |                | org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bcpkix-jdk18on:1.85 |
|          |                                               |                | ,org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcprov-jdk18on:1.85,                        |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcpkix-jdk18on-1.84.jar                       | CVE-2026-15055 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcpkix-fips:2.1.12,       |
|          |                                               |                | org.bouncycastle:bcpkix-fips:1.0.12,org.bouncycastle:bcprov-jdk18on:1.85,                            |
|          |                                               |                | org.bouncycastle:bcpkix-lts8on:2.73.12,org.bouncycastle:bcpkix-jdk15to18:1.85,                       |
|          |                                               |                | org.bouncycastle:bcpkix-fips:2.0.12,org.bouncycastle:bcpkix-jdk18on:1.85,                            |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcpkix-jdk18on-1.84.jar                       | CVE-2026-59647 | Upgrade to version org.bouncycastle:bcpkix-lts8on:2.73.12,org.bouncycastle:bcpkix-jdk18on:1.85,      |
|          |                                               |                | org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bcpkix-fips:2.0.12,                            |
|          |                                               |                | org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcpkix-fips:2.1.12,                          |
|          |                                               |                | org.bouncycastle:bcpkix-fips:1.0.12,org.bouncycastle:bcpkix-jdk15to18:1.85,                          |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-12185 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcprov-jdk18on:1.85,      |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-13586 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bc-fips:2.0.2,            |
|          |                                               |                | org.bouncycastle:bcpkix-jdk15to18:1.85,org.bouncycastle:bcpkix-lts8on:2.73.12,                       |
|          |                                               |                | org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bc-fips:2.1.3,org.bouncycastle:bcpkix-jdk18on:1.85 |
|          |                                               |                | ,org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcprov-jdk18on:1.85,                        |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-15055 | Upgrade to version org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcpkix-fips:2.1.12,       |
|          |                                               |                | org.bouncycastle:bcpkix-fips:1.0.12,org.bouncycastle:bcprov-jdk18on:1.85,                            |
|          |                                               |                | org.bouncycastle:bcpkix-lts8on:2.73.12,org.bouncycastle:bcpkix-jdk15to18:1.85,                       |
|          |                                               |                | org.bouncycastle:bcpkix-fips:2.0.12,org.bouncycastle:bcpkix-jdk18on:1.85,                            |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-58063 | Upgrade to version org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bc-fips:2.0.2,              |
|          |                                               |                | org.bouncycastle:bc-fips:1.0.2.7,org.bouncycastle:bcprov-lts8on:2.73.12,                             |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bc-fips:2.1.3,                               |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-59647 | Upgrade to version org.bouncycastle:bcpkix-lts8on:2.73.12,org.bouncycastle:bcpkix-jdk18on:1.85,      |
|          |                                               |                | org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bcpkix-fips:2.0.12,                            |
|          |                                               |                | org.bouncycastle:bcprov-lts8on:2.73.12,org.bouncycastle:bcpkix-fips:2.1.12,                          |
|          |                                               |                | org.bouncycastle:bcpkix-fips:1.0.12,org.bouncycastle:bcpkix-jdk15to18:1.85,                          |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-59648 | Upgrade to version org.bouncycastle:bcpg-fips:1.0.13,org.bouncycastle:bcpg-jdk18on:1.85,             |
|          |                                               |                | org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bcprov-lts8on:2.73.12,                         |
|          |                                               |                | org.bouncycastle:bcpg-jdk15to18:1.85,org.bouncycastle:bcpg-fips:2.0.13,                              |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcpg-lts8on:2.73.12,                         |
|          |                                               |                | org.bouncycastle:bcpg-fips:2.1.13, https://github.com/bcgit/bc-java.git - r1rv85                     |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-59651 | Upgrade to version org.bouncycastle:bcprov-jdk18on:1.85,org.bouncycastle:bcprov-lts8on:2.73.12,      |
|          |                                               |                | org.bouncycastle:bcprov-jdk15to18:1.85, https://github.com/bcgit/bc-java.git - r1rv85                |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | bcprov-jdk18on-1.84.jar                       | CVE-2026-59652 | Upgrade to version org.bouncycastle:bcprov-jdk15to18:1.85,org.bouncycastle:bcprov-jdk18on:1.85,      |
|          |                                               |                | https://github.com/bcgit/bc-java.git - r1rv85                                                        |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | jackson-databind-2.22.0.jar                   | CVE-2026-54515 | Upgrade to version  https://github.com/FasterXML/jackson-databind.git - jackson-databind-3.1.4,      |
|          |                                               |                | com.fasterxml.jackson.core:jackson-databind:2.21.5,                                                  |
|          |                                               |                | com.fasterxml.jackson.core:jackson-databind:2.22.1,                                                  |
|          |                                               |                | https://github.com/FasterXML/jackson-databind.git - jackson-databind-2.18.9,                         |
|          |                                               |                | https://github.com/FasterXML/jackson-databind.git - jackson-databind-2.21.5,                         |
|          |                                               |                | https://github.com/FasterXML/jackson-databind.git - jackson-databind-2.22.1                          |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | jackson-databind-2.22.0.jar                   | CVE-2026-59889 | Upgrade to version com.fasterxml.jackson.core:jackson-databind:2.21.5,                               |
|          |                                               |                | tools.jackson.core:jackson-databind:3.1.5,tools.jackson.core:jackson-databind:3.2.1,                 |
|          |                                               |                | com.fasterxml.jackson.core:jackson-databind:2.22.1                                                   |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | jackson-databind-2.22.0.jar                   | CVE-2026-77310 | Upgrade to version tools.jackson.core:jackson-databind:3.2.1,                                        |
|          |                                               |                | com.fasterxml.jackson.core:jackson-databind:2.18.9,                                                  |
|          |                                               |                | com.fasterxml.jackson.core:jackson-databind:2.21.5,                                                  |
|          |                                               |                | com.fasterxml.jackson.core:jackson-databind:2.22.1,tools.jackson.core:jackson-databind:3.1.5         |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | micrometer-core-1.17.0.jar                    | CVE-2026-59295 | Upgrade to version io.micrometer:micrometer-core:1.17.1,io.micrometer:micrometer-core:1.16.7         |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | micrometer-core-1.17.0.jar                    | CVE-2026-59296 | Upgrade to version io.micrometer:micrometer-registry-statsd:1.16.7,                                  |
|          |                                               |                | io.micrometer:micrometer-registry-statsd:1.17.1,                                                     |
|          |                                               |                | https://github.com/micrometer-metrics/micrometer.git - v1.16.7,io.micrometer:micrometer-core:1.17.1, |
|          |                                               |                | io.micrometer:micrometer-core:1.16.7, https://github.com/micrometer-metrics/micrometer.git - v1.17.1 |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | netty-codec-http-4.1.136.Final.jar            | CVE-2026-59903 | Upgrade to version  https://github.com/netty/netty.git - netty-4.1.137.Final,                        |
|          |                                               |                | https://github.com/netty/netty.git - netty-4.2.17.Final                                              |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+
| MEDIUM   | netty-codec-socks-4.1.136.Final.jar           | CVE-2026-62380 | Upgrade to version io.netty:netty-codec-socks:4.2.17.Final,io.netty:netty-codec-socks:4.1.137.Final  |
+----------+-----------------------------------------------+----------------+------------------------------------------------------------------------------------------------------+


Paths at risk

P = policy violation
MSC = malicious vulnerability
CRITICAL/HIGH/MEDIUM/LOW = vulnerability severity

application-3.0.1-SNAPSHOT.jar
|-- quarkus-elytron-security-ldap-3.38.1.jar
	|-- quarkus-elytron-security-3.38.1.jar
		|-- quarkus-elytron-security-common-3.38.1.jar
			|-- wildfly-elytron-password-impl-2.9.2.Final.jar [1 HIGH]
		|-- wildfly-elytron-password-impl-2.9.2.Final.jar [1 HIGH]
	|-- wildfly-elytron-realm-ldap-2.9.2.Final.jar
		|-- wildfly-elytron-client-2.9.2.Final.jar
			|-- wildfly-elytron-credential-source-impl-2.9.2.Final.jar
				|-- wildfly-elytron-password-impl-2.9.2.Final.jar [1 HIGH]
			|-- wildfly-elytron-credential-store-2.9.2.Final.jar
				|-- wildfly-elytron-password-impl-2.9.2.Final.jar [1 HIGH]
			|-- wildfly-elytron-password-impl-2.9.2.Final.jar [1 HIGH]
			|-- wildfly-elytron-ssh-util-2.9.2.Final.jar
				|-- sshd-common-2.18.0.jar [1 HIGH]
		|-- wildfly-elytron-realm-2.9.2.Final.jar
			|-- wildfly-elytron-auth-util-2.9.2.Final.jar
				|-- sshd-common-2.18.0.jar [1 HIGH]
					|-- bcpkix-jdk18on-1.84.jar [3 HIGH, 3 MEDIUM]
			|-- wildfly-elytron-password-impl-2.9.2.Final.jar [1 HIGH]
|-- quarkus-micrometer-opentelemetry-3.38.1.jar
	|-- quarkus-micrometer-3.38.1.jar
		|-- micrometer-core-1.17.0.jar [2 MEDIUM]
		|-- quarkus-rest-3.38.1.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- quarkus-undertow-3.38.1.jar
			|-- quarkus-http-core-5.5.0.jar
				|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
|-- quarkus-oidc-3.38.1.jar
	|-- quarkus-oidc-common-3.38.1.jar
		|-- quarkus-tls-registry-3.38.1.jar
			|-- smallrye-private-key-pem-parser-0.9.3.jar
				|-- bcpkix-jdk18on-1.84.jar [3 HIGH, 3 MEDIUM]
					|-- bcutil-jdk18on-1.84.jar [1 HIGH]
						|-- bcprov-jdk18on-1.84.jar [3 CRITICAL, 8 HIGH, 8 MEDIUM]
				|-- bcprov-jdk18on-1.84.jar [3 CRITICAL, 8 HIGH, 8 MEDIUM]
		|-- smallrye-mutiny-vertx-web-client-3.23.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
			|-- vertx-web-client-4.5.30.jar
				|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- quarkus-vertx-http-3.38.1.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- vertx-web-4.5.30.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- quarkus-vertx-3.38.1.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- quarkus-netty-3.38.1.jar
			|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
				|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
		|-- smallrye-mutiny-vertx-core-3.23.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- quarkus-rest-client-jackson-3.38.1.jar
	|-- resteasy-reactive-jackson-3.38.1.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- quarkus-rest-jackson-common-3.38.1.jar
		|-- quarkus-jackson-3.38.1.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- quarkus-smallrye-openapi-3.38.1.jar
	|-- smallrye-open-api-core-4.3.5.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jackson-dataformat-yaml-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- reports-rest-3.0.1-SNAPSHOT.jar
	|-- jackson-datatype-jsr310-2.22.0.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- quarkus-websockets-3.38.1.jar
		|-- quarkus-http-websocket-vertx-5.5.0.jar
			|-- quarkus-http-websocket-core-5.5.0.jar
				|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
	|-- reports-backend-3.0.1-SNAPSHOT.jar
		|-- quarkus-hibernate-orm-3.38.1.jar
			|-- micrometer-core-1.17.0.jar [2 MEDIUM]
		|-- communication-3.0.1-SNAPSHOT.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
			|-- galley-maven-1.22-jakarta.jar
				|-- atlas-relationships-api-1.2.2.jar
					|-- jackson-databind-2.22.0.jar [3 MEDIUM]
					|-- atlas-bindings-jackson-identities-1.2.2.jar
						|-- jackson-databind-2.22.0.jar [3 MEDIUM]
			|-- galley-transport-httpclient-1.22-jakarta.jar
				|-- jackson-databind-2.22.0.jar [3 MEDIUM]
				|-- jhttpc-1.17.jar
					|-- bcpkix-jdk18on-1.84.jar [3 HIGH, 3 MEDIUM]
					|-- bcprov-jdk18on-1.84.jar [3 CRITICAL, 8 HIGH, 8 MEDIUM]
				|-- jsoup-1.23.1.jar [1 HIGH]
|-- rest-client-jakarta-3.6.0-SNAPSHOT.jar
	|-- jackson-jakarta-rs-json-provider-2.22.0.jar
		|-- jackson-jakarta-rs-base-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jackson-module-jakarta-xmlbind-annotations-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- common-3.6.0-SNAPSHOT-jakarta.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jackson-datatype-jdk8-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- dto-3.6.0-SNAPSHOT-patch-builders-jakarta.jar
		|-- jsoup-1.23.1.jar [1 HIGH]
			|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
	|-- pnc-api-3.5.2-jakarta.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- pnc-common-3.5.4-SNAPSHOT-jakarta.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jackson-module-parameter-names-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- pom-manipulation-common-lite-5.5.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jsoup-1.23.1.jar [1 HIGH]
	|-- rest-client-3.6.0-SNAPSHOT-jakarta.jar
		|-- json-patch-1.13.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
			|-- jackson-coreutils-2.0.jar
				|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- vertx-core-4.5.30.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
			|-- netty-codec-http2-4.1.136.Final.jar
				|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
				|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
			|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
			|-- netty-handler-proxy-4.1.136.Final.jar
				|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
				|-- netty-codec-socks-4.1.136.Final.jar [1 MEDIUM]
				|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
			|-- netty-resolver-dns-4.1.136.Final.jar
				|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
common-3.0.1-SNAPSHOT.jar
|-- reports-model-3.0.1-SNAPSHOT.jar
	|-- pnc-api-3.5.2-jakarta.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
communication-3.0.1-SNAPSHOT.jar
|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- quarkus-undertow-3.38.1.jar
	|-- quarkus-http-core-5.5.0.jar
		|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
	|-- quarkus-vertx-http-3.38.1.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- quarkus-tls-registry-3.38.1.jar
			|-- smallrye-private-key-pem-parser-0.9.3.jar
				|-- bcpkix-jdk18on-1.84.jar [3 HIGH, 3 MEDIUM]
				|-- bcprov-jdk18on-1.84.jar [3 CRITICAL, 8 HIGH, 8 MEDIUM]
		|-- quarkus-vertx-3.38.1.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
			|-- quarkus-netty-3.38.1.jar
				|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
				|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
			|-- smallrye-mutiny-vertx-core-3.23.0.jar
				|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- vertx-web-4.5.30.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- galley-maven-1.22-jakarta.jar
	|-- atlas-relationships-api-1.2.2.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- atlas-bindings-jackson-identities-1.2.2.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- galley-transport-httpclient-1.22-jakarta.jar
	|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- jhttpc-1.17.jar
		|-- bcpkix-jdk18on-1.84.jar [3 HIGH, 3 MEDIUM]
			|-- bcutil-jdk18on-1.84.jar [1 HIGH]
				|-- bcprov-jdk18on-1.84.jar [3 CRITICAL, 8 HIGH, 8 MEDIUM]
		|-- bcprov-jdk18on-1.84.jar [3 CRITICAL, 8 HIGH, 8 MEDIUM]
	|-- jsoup-1.23.1.jar [1 HIGH]
|-- common-3.6.0-SNAPSHOT-jakarta.jar
	|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- pnc-common-3.5.4-SNAPSHOT-jakarta.jar
	|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- jackson-datatype-jsr310-2.22.0.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- pom-manipulation-common-lite-5.5.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- jsoup-1.23.1.jar [1 HIGH]
		|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
		|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
|-- rest-client-jakarta-3.6.0-SNAPSHOT.jar
	|-- jackson-jakarta-rs-json-provider-2.22.0.jar
		|-- jackson-jakarta-rs-base-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jackson-module-jakarta-xmlbind-annotations-2.22.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- dto-3.6.0-SNAPSHOT-patch-builders-jakarta.jar
		|-- jsoup-1.23.1.jar [1 HIGH]
	|-- pnc-api-3.5.2-jakarta.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
|-- rest-client-3.6.0-SNAPSHOT-jakarta.jar
	|-- jackson-datatype-jdk8-2.22.0.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- json-patch-1.13.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- jackson-coreutils-2.0.jar
			|-- jackson-databind-2.22.0.jar [3 MEDIUM]
	|-- vertx-core-4.5.30.jar
		|-- jackson-databind-2.22.0.jar [3 MEDIUM]
		|-- netty-codec-http2-4.1.136.Final.jar
			|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
		|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
		|-- netty-handler-proxy-4.1.136.Final.jar
			|-- netty-codec-http-4.1.136.Final.jar [1 MEDIUM]
			|-- netty-codec-socks-4.1.136.Final.jar [1 MEDIUM]
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
		|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
		|-- netty-resolver-dns-4.1.136.Final.jar
			|-- netty-handler-4.1.136.Final.jar [1 CRITICAL, 2 HIGH]
reports-backend-3.0.1-SNAPSHOT.jar
|-- quarkus-hibernate-validator-3.38.1.jar
... *truncated, see full logs below*
SAST scan output
*no findings*

Full logs and artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants