Skip to content

chore(deps): bump the maven-dependencies group in /src/inventory-service with 19 updates#551

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/src/inventory-service/maven-dependencies-0773c93773
Closed

chore(deps): bump the maven-dependencies group in /src/inventory-service with 19 updates#551
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/src/inventory-service/maven-dependencies-0773c93773

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps the maven-dependencies group in /src/inventory-service with 19 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.29.0 3.29.1
io.quarkus.platform:quarkus-maven-plugin 3.29.0 3.29.1
io.vertx:vertx-core 4.5.12 5.0.5
io.opentelemetry:opentelemetry-api 1.52.0 1.55.0
com.datadoghq:dd-trace-api 1.49.0 1.55.0
com.datadoghq:dd-trace-ot 1.49.0 1.55.0
com.fasterxml.jackson.core:jackson-databind 2.19.1 2.20.1
com.fasterxml.jackson.core:jackson-core 2.19.0 2.20.1
org.testcontainers:testcontainers 1.21.1 2.0.1
org.glassfish.jersey.core:jersey-client 3.0.5 4.0.0
io.smallrye:jandex-maven-plugin 3.1.8 3.5.1
org.apache.maven.plugins:maven-surefire-plugin 3.5.3 3.5.4
org.apache.maven.plugins:maven-failsafe-plugin 3.5.3 3.5.4
org.codehaus.mojo:versions-maven-plugin 2.10.0 2.19.1
com.amazonaws:aws-lambda-java-events 3.16.0 3.16.1
ch.qos.logback:logback-classic 1.5.18 1.5.20
software.amazon.awssdk:sfn 2.37.3 2.38.1
software.amazon.awscdk:aws-cdk-lib 2.199.0 2.222.0
org.junit.jupiter:junit-jupiter 5.13.0 6.0.1

Updates io.quarkus.platform:quarkus-bom from 3.29.0 to 3.29.1

Commits
  • 63ea428 [maven-release-plugin] prepare release 3.29.1
  • d8a64fc Merge pull request #1654 from gsmet/quarkus-3.29.1
  • 05d7e94 Upgrade to Quarkus 3.29.1
  • 683b768 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.29.0 to 3.29.1

Commits
  • 63ea428 [maven-release-plugin] prepare release 3.29.1
  • d8a64fc Merge pull request #1654 from gsmet/quarkus-3.29.1
  • 05d7e94 Upgrade to Quarkus 3.29.1
  • 683b768 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.vertx:vertx-core from 4.5.12 to 5.0.5

Commits
  • cc671ef Releasing 5.0.5
  • 86c8be2 NumberFormatException thrown when creating DNS Client with IPv6 address (#5753)
  • 76606d7 HostAndPortImpl#isDIGIT throws ArrayOtOfboundException (#5752)
  • 15ce13b Fix incorrect padded buffer length method calculation.
  • 671a109 Mitigate HTTP/2 MYR test on CI
  • a108e1d Improve Http1xSendFileTest.testSendFileFailsWhenClientClosesConnection
  • 3483039 Clarify how to terminate an http response in the javadoc (#5737)
  • 66293ec Fix racy FileSystemTest#testFileWithLock test that should perform retries to ...
  • 02bb794 Make proxy pooling test consistent on all versions of Java that we support
  • 88f2c95 Keep references on NetClient in socks proxies to avoid them being collected d...
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-api from 1.52.0 to 1.55.0

Release notes

Sourced from io.opentelemetry:opentelemetry-api's releases.

Version 1.55.0

API

Common

  • Improve GraalVM native image compatibility (#7160)

Traces

  • Fix TraceState key validation limits to match W3C specification (#7575)

Incubator

  • Add ExtendedOpenTelemetry API (#7496)
  • Add incubator implementation of composite sampling specification (#7626)

SDK

Traces

  • Proactively avoid Unsafe on Java 23+ to avoid triggering JVM warning message (#7691)

Metrics

  • Add setMeterConfigurator() support to MeterProvider (incubating API) (#7346)

Exporters

  • OTLP: Configure metric exporter to use SDK's MeterProvider for internal metrics (#7541)
  • OTLP: Suppress logging of InterruptedException from managed OkHttp threads (#7565)
  • OTLP: Update dependency from okhttp-jvm back to okhttp for Gradle users, preserving okhttp-jvm for Maven users (#7681)
  • Prometheus: Remove separate otel_scope_info metric 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-api's changelog.

Version 1.55.0 (2025-10-13)

API

Common

  • Improve GraalVM native image compatibility (#7160)

Traces

  • Fix TraceState key validation limits to match W3C specification (#7575)

Incubator

  • Add ExtendedOpenTelemetry API (#7496)
  • Add incubator implementation of composite sampling specification (#7626)

SDK

Traces

  • Proactively avoid Unsafe on Java 23+ to avoid triggering JVM warning message (#7691)

Metrics

  • Add setMeterConfigurator() support to MeterProvider (incubating API) (#7346)

Exporters

  • OTLP: Configure metric exporter to use SDK's MeterProvider for internal metrics (#7541)
  • OTLP: Suppress logging of InterruptedException from managed OkHttp threads (#7565)
  • OTLP: Update dependency from okhttp-jvm back to okhttp for Gradle users, preserving okhttp-jvm for Maven users (#7681)
  • Prometheus: Remove separate otel_scope_info metric 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)
  • 4268621 fix(deps): update dependency com.squareup.okio:okio-bom to v3.16.1 (#7738)
  • 29f8b09 Clear context class loader from started threads (#7488)
  • a00f6a8 Update change log for upcoming release (#7744)
  • 926da40 chore(deps): update plugin com.gradle.develocity to v4.2.2 (#7750)
  • 4a11b72 fix(deps): update dependency com.gradle.develocity:com.gradle.develocity.grad...
  • d91425b fix(deps): update dependency org.owasp:dependency-check-gradle to v12.1.7 (#7...
  • 58b5699 chore(deps): update github/codeql-action action to v4 (#7749)
  • 6204e2c fix(deps): update dependency jacoco to v0.8.14 (#7746)
  • 74802e8 fix(deps): update dependency checkstyle to v12.0.1 (#7745)
  • Additional commits viewable in compare view

Updates com.datadoghq:dd-trace-api from 1.49.0 to 1.55.0

Release notes

Sourced from com.datadoghq:dd-trace-api's releases.

1.55.0

Components

Application Security Management (IAST)

Application Security Management (WAF)

Build & Tooling

  • 🧹 Make akka-http-10.6 module optional to simplify local build. See BUILDING.md for akka token configuration. (#9767 - @​AlexeyKuznetsov-DD)

Continuous Integration Visibility

Crash tracking

Data Streams Monitoring

  • ✨ Add Data Streams Monitoring support for IBM MQ in JMS/Jakarta Messaging (#9768 - @​roisinlh)

Database Monitoring

  • ✨ Add option to JDBC instrumentation to always append DBM comment (#9798 - @​na-ji)

Dynamic Instrumentation

... (truncated)

Commits
  • 364bb8b Fix for error on CI: Source directory '/dd-java-agent/benchmark-integration/p...
  • 370c855 Add telemetry to AI Guard evaluations (#9884)
  • 96d5ea2 Rename request body sample rate config variable (#9791)
  • d3a0f11 chore: Update Gradle dependencies (#9893)
  • 33bbc70 chore: Update Gradle dependencies (#9889)
  • feb33de Fix muzzle mismatch causing Spark jobs on Databricks 17.3 to not be instrumen...
  • e914e0b ci_jobs plugin clean up (#9858)
  • 9b91826 Minor cleanup. (#9883)
  • 3a5a7f8 Fix NullPointerException in ObjectIntrospection (#9878)
  • 74cc32f Fix NullPointerException in ApplicationModuleImpl (#9879)
  • Additional commits viewable in compare view

Updates com.datadoghq:dd-trace-ot from 1.49.0 to 1.55.0

Release notes

Sourced from com.datadoghq:dd-trace-ot's releases.

1.55.0

Components

Application Security Management (IAST)

Application Security Management (WAF)

Build & Tooling

  • 🧹 Make akka-http-10.6 module optional to simplify local build. See BUILDING.md for akka token configuration. (#9767 - @​AlexeyKuznetsov-DD)

Continuous Integration Visibility

Crash tracking

Data Streams Monitoring

  • ✨ Add Data Streams Monitoring support for IBM MQ in JMS/Jakarta Messaging (#9768 - @​roisinlh)

Database Monitoring

  • ✨ Add option to JDBC instrumentation to always append DBM comment (#9798 - @​na-ji)

Dynamic Instrumentation

... (truncated)

Commits
  • 364bb8b Fix for error on CI: Source directory '/dd-java-agent/benchmark-integration/p...
  • 370c855 Add telemetry to AI Guard evaluations (#9884)
  • 96d5ea2 Rename request body sample rate config variable (#9791)
  • d3a0f11 chore: Update Gradle dependencies (#9893)
  • 33bbc70 chore: Update Gradle dependencies (#9889)
  • feb33de Fix muzzle mismatch causing Spark jobs on Databricks 17.3 to not be instrumen...
  • e914e0b ci_jobs plugin clean up (#9858)
  • 9b91826 Minor cleanup. (#9883)
  • 3a5a7f8 Fix NullPointerException in ObjectIntrospection (#9878)
  • 74cc32f Fix NullPointerException in ApplicationModuleImpl (#9879)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.20.1

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.19.0 to 2.20.1

Commits
  • 440a470 [maven-release-plugin] prepare release jackson-core-2.20.1
  • 8bb7c4e Prep for 2.20.1 release
  • 25f77be Merge branch '2.19' into 2.20
  • d7e3877 Post-release dep version bump
  • 11b4ac9 [maven-release-plugin] prepare for next development iteration
  • 8836225 [maven-release-plugin] prepare release jackson-core-2.19.4
  • 68e64f7 Prep for 2.19.4 release
  • 6e81a4f Merge branch '2.19' into 2.20
  • bad4b9b Post-release dep version bump
  • 35ecb54 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.testcontainers:testcontainers from 1.21.1 to 2.0.1

Release notes

Sourced from org.testcontainers:testcontainers's releases.

2.0.1

What's Changed

🐛 Bug Fixes

  • Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQLContainer (#11119) @​eddumelendez
  • Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb.MariaDBContainer (#11117) @​eddumelendez
  • Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserver.MSSQLServerContainer (#11118) @​eddumelendez
  • Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postgresql.PostgreSQLContainer (#11120) @​eddumelendez

📖 Documentation

🧹 Housekeeping

2.0.0

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

... (truncated)

Changelog

Sourced from org.testcontainers:testcontainers's changelog.

Change Log

All notable changes to this project will be documented in this file.

MOVED

After version 1.8.3 all future releases will only be documented in the Releases section of the GitHub repository. This changelog file will eventually be removed.

[1.8.3] - 2018-08-05

Fixed

  • Fixed with* methods of CouchbaseContainer (#810)
  • Fix problem with gzip encoded streams (e.g. copy file from container), by adding decompression support to netty exec factory (#817, fixes #681, relates to docker-java/docker-java#1079)

[1.8.2] - 2018-07-31

Fixed

  • Add support for transparently using local images with docker-compose (#798, fixes #674)
  • Fix bug with Dockerfile image creation with Docker for Mac 18.06-ce (#808, fixes #680)

Changed

  • Update Visible Assertions to 2.1.1 (#779).
  • KafkaContainer optimization (group.initial.rebalance.delay.ms=0) (#782).

[1.8.1] - 2018-07-10

Fixed

  • Linux/Mac: Added support for docker credential helpers so that images may be pulled from private registries. See #729, #647 and #567.
  • Ensure that the COMPOSE_FILE environment variable is populated with all relevant compose file names when running docker-compose in local mode #755.
  • Fixed issue whereby specified command in MariaDB image was not being applied. (#534)
  • Changed Oracle thin URL to support both Oracle 11 and 12 XE (#769)
  • Ensure that full JDBC URL query string is passed to JdbcDatabaseDelegate during initscript invocation (#741; fixes #727)
  • Ensure that necessary transitive dependency inclusions are applied to generated project POMs (#772; fixes #753 and #652)

Changed

  • Update Apache Pulsar module to 2.0.1 #760.
  • Make JdbcDatabaseContainer#getDriverClassName public #743.
  • enable copyFileToContainer feature during container startup #742.
  • avoid using file mounting in KafkaContainer #775.
  • Added Apache Cassandra module #776.

[1.8.0] - 2018-06-14

Fixed

  • Fixed JDBC URL Regex Pattern to ensure all supported Database URL's are accepted (#596)
  • Filtered out TestContainer parameters (TC_*) from query string before passing to database (#345)
  • Use latest tag as default image tag (#676)

... (truncated)

Commits
  • da52524 Remove dynalite documentation
  • 527a969 Fix Pinecone's description
  • a0df99d Add MySQLR2DBCDatabaseContainer compatible with org.testcontainers.mysql.MySQ...
  • ca450d0 Fix artifact coordinates listed in docs (#11121)
  • 1f3b9be Remove lombok from OracleR2DBCDatabaseContainer (#11116)
  • 09aefb2 Add MariaDBR2DBCDatabaseContainer compatible with org.testcontainers.mariadb....
  • c32d811 Add MSSQLR2DBCDatabaseContainer compatible with org.testcontainers.mssqlserve...
  • a8b0f5c Add PostgreSQLR2DBCDatabaseContainer compatible with org.testcontainers.postg...
  • 546fa4a Fix exclusion of testcontainers-jdbc-test from publication (#11115)
  • 376642b Fix doc about Testcontainers JUnit Jupiter coordinates (#11113)
  • Additional commits viewable in compare view

Updates org.glassfish.jersey.core:jersey-client from 3.0.5 to 4.0.0

Updates io.smallrye:jandex-maven-plugin from 3.1.8 to 3.5.1

Release notes

Sourced from io.smallrye:jandex-maven-plugin's releases.

3.5.1

What's Changed

Full Changelog: smallrye/jandex@3.5.0...3.5.1

3.5.0

  • #575 Jandex2Gizmo#classDescOf() should use the ClassDesc cache
  • #574 Annotations in Method hashCode?
  • #568 Reproducible Jandex indexes
  • #561 Should we move ArC Methods.MethodKey into Jandex?
  • #560 Should we cache ArrayType#name() result for the usual suspects?

3.4.0

  • #543 fix type annotations on the outermost annotatable type of a nested type
  • #544 Gizmo 2 integration

3.3.2

  • #529 fix comment in ClassInfo.simpleName()
  • #538 expose the implicit Object bound in the TypeVariable public API
  • #540 intern EquivalenceKeys for primitive types and class types of java.*

3.3.1

  • #526 ClassInfo#simpleName() behaves inconsistently for nested/top-level classes with a dollar sign in name
  • #519 Add IndexView deprecated javadoc notices
  • #514 add module-info.class

3.3.0

  • #513 release 3.3.0
  • #512 Bump actions/create-github-app-token from 1 to 2
  • #511 add IndexView.getKnownDirectImplementations() and getAllKnownImplementations()
  • #510 add ClassInfo.enclosingClassAlways()
  • #509 allow figuring out the enclosing class of a local/anonymous class declared in a static/instance/field initializer
  • #508 Bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5
  • #507 Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4
  • #506 Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1
  • #505 Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2
  • #504 Bump version.groovy from 4.0.25 to 4.0.26
  • #503 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
  • #502 Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0

... (truncated)

Commits
  • c3870ac [maven-release-plugin] prepare release 3.5.1
  • 9332cf2 Amendments before release
  • b8a235e release 3.5.1
  • f1b4cb3 upgrade to Gizmo 2.0.0.Beta8
  • 8f414b9 add StringBuilderGen to the gizmo2 module
  • 9c43adc Bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2
  • 6461d01 Bump actions/setup-node from 5 to 6
  • 2ec19e4 Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.17.8
  • 0a32601 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.0 to 3.6.1
  • 26aaa74 Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.0
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.29.0 to 3.29.1

Commits
  • 63ea428 [maven-release-plugin] prepare release 3.29.1
  • d8a64fc Merge pull request #1654 from gsmet/quarkus-3.29.1
  • 05d7e94 Upgrade to Quarkus 3.29.1
  • 683b768 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.4

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Bumps the maven-dependencies group in /src/inventory-service with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.29.0` | `3.29.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.29.0` | `3.29.1` |
| [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `4.5.12` | `5.0.5` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.52.0` | `1.55.0` |
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java) | `1.49.0` | `1.55.0` |
| [com.datadoghq:dd-trace-ot](https://github.com/datadog/dd-trace-java) | `1.49.0` | `1.55.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.20.1` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.0` | `2.20.1` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.1` | `2.0.1` |
| org.glassfish.jersey.core:jersey-client | `3.0.5` | `4.0.0` |
| [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) | `3.1.8` | `3.5.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.10.0` | `2.19.1` |
| [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) | `3.16.0` | `3.16.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.20` |
| software.amazon.awssdk:sfn | `2.37.3` | `2.38.1` |
| [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk) | `2.199.0` | `2.222.0` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.0` | `6.0.1` |


Updates `io.quarkus.platform:quarkus-bom` from 3.29.0 to 3.29.1
- [Commits](quarkusio/quarkus-platform@3.29.0...3.29.1)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.29.0 to 3.29.1
- [Commits](quarkusio/quarkus-platform@3.29.0...3.29.1)

Updates `io.vertx:vertx-core` from 4.5.12 to 5.0.5
- [Commits](eclipse-vertx/vert.x@4.5.12...5.0.5)

Updates `io.opentelemetry:opentelemetry-api` from 1.52.0 to 1.55.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.52.0...v1.55.0)

Updates `com.datadoghq:dd-trace-api` from 1.49.0 to 1.55.0
- [Release notes](https://github.com/datadog/dd-trace-java/releases)
- [Changelog](https://github.com/DataDog/dd-trace-java/blob/master/docs/releases.md)
- [Commits](DataDog/dd-trace-java@v1.49.0...v1.55.0)

Updates `com.datadoghq:dd-trace-ot` from 1.49.0 to 1.55.0
- [Release notes](https://github.com/datadog/dd-trace-java/releases)
- [Changelog](https://github.com/DataDog/dd-trace-java/blob/master/docs/releases.md)
- [Commits](DataDog/dd-trace-java@v1.49.0...v1.55.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.20.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.0 to 2.20.1
- [Commits](FasterXML/jackson-core@jackson-core-2.19.0...jackson-core-2.20.1)

Updates `org.testcontainers:testcontainers` from 1.21.1 to 2.0.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.21.1...2.0.1)

Updates `org.glassfish.jersey.core:jersey-client` from 3.0.5 to 4.0.0

Updates `io.smallrye:jandex-maven-plugin` from 3.1.8 to 3.5.1
- [Release notes](https://github.com/smallrye/jandex/releases)
- [Changelog](https://github.com/smallrye/jandex/blob/main/RELEASE_PROCEDURE.md)
- [Commits](smallrye/jandex@3.1.8...3.5.1)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.29.0 to 3.29.1
- [Commits](quarkusio/quarkus-platform@3.29.0...3.29.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.10.0 to 2.19.1
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@versions-maven-plugin-2.10.0...2.19.1)

Updates `com.amazonaws:aws-lambda-java-events` from 3.16.0 to 3.16.1
- [Commits](https://github.com/aws/aws-lambda-java-libs/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.20
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.20)

Updates `software.amazon.awssdk:sfn` from 2.37.3 to 2.38.1

Updates `software.amazon.awscdk:aws-cdk-lib` from 2.199.0 to 2.222.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](aws/aws-cdk@v2.199.0...v2.222.0)

Updates `org.junit.jupiter:junit-jupiter` from 5.13.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r6.0.1)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.29.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.29.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.vertx:vertx-core
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.datadoghq:dd-trace-api
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.datadoghq:dd-trace-ot
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.glassfish.jersey.core:jersey-client
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: io.smallrye:jandex-maven-plugin
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.29.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.amazonaws:aws-lambda-java-events
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: software.amazon.awssdk:sfn
  dependency-version: 2.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-version: 2.222.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Nov 7, 2025
@dependabot dependabot bot requested a review from jeastham1993 as a code owner November 7, 2025 09:38
@dependabot dependabot bot added java dependencies Pull requests that update a dependency file labels Nov 7, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 24, 2025
@dependabot dependabot bot deleted the dependabot/maven/src/inventory-service/maven-dependencies-0773c93773 branch November 24, 2025 22:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants