Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the maven-other-updates group with 16 updates:

Package From To
io.swagger.parser.v3:swagger-parser 2.1.36 2.1.37
org.apache.httpcomponents.client5:httpclient5 5.5.1 5.6
io.sentry:sentry 8.28.0 8.29.0
io.netty:netty-codec-dns 4.2.8.Final 4.2.9.Final
io.netty:netty-codec-http 4.2.8.Final 4.2.9.Final
io.netty:netty-transport 4.2.8.Final 4.2.9.Final
io.netty:netty-codec-socks 4.2.8.Final 4.2.9.Final
io.netty:netty-resolver-dns 4.2.8.Final 4.2.9.Final
io.netty:netty-handler-proxy 4.2.8.Final 4.2.9.Final
org.testcontainers:postgresql 1.21.3 1.21.4
org.testcontainers:mockserver 1.21.3 1.21.4
com.google.cloud:google-cloud-storage 2.60.0 2.61.0
org.elasticsearch.client:elasticsearch-rest-client 9.2.2 9.2.3
org.webjars:swagger-ui 5.30.3 5.31.0
org.codehaus.mojo:exec-maven-plugin 3.6.2 3.6.3
org.openapitools:openapi-generator-maven-plugin 7.17.0 7.18.0

Updates io.swagger.parser.v3:swagger-parser from 2.1.36 to 2.1.37

Release notes

Sourced from io.swagger.parser.v3:swagger-parser's releases.

Swagger-parser 2.1.37 released!

  • fix: parse large file with resolve option set to true (#2258)
Commits

Updates org.apache.httpcomponents.client5:httpclient5 from 5.5.1 to 5.6

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.6 ALPHA1

This is the first ALPHA release in the 5.6 release series. It adds several features such as transport content decompression and content compression for the async transport, support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme, and Micrometer/OTel observations & metrics.

Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get wired into the execution pipeline only if present on the classpath.

Notable changes and features included in the 5.6 series:

  • Unix domain socket support.

  • Support for pluggable content codecs via Commons-Compress in the classic transport. (optional).

  • Support for transparent content decompression and content compression with deflate, gzip, zstd (optional), and brotli (optional) codecs in the async transport.

  • Micrometer/OTel observations & metrics (optinal).

  • Off-lock connection disposal by the classic pooling connection manager. Experimental.

  • SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.

  • Request Priority support (RFC 9218). Experimental.

Compatibility notes:

  • As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating host verification to JSSE security manager. One must explicitly configure the TLS strategy to continue using the hostname verifier shipped with HttpClient.

  • Five-second TCP keep-alive is now enabled by default.

Change Log

  • RequestConfig: Un-deprecate #setProxy. Contributed by Ryan Schmitt

  • Stale connection check support in PoolingAsyncClientConnectionManager. Contributed by Ryan Schmitt

  • ConnectionConfig: #idleTimeout support. Contributed by Ryan Schmitt

... (truncated)

Commits
  • decd193 HttpClient 5.6 release
  • 11ea8e5 Updated release notes for HttpClient 5.6 release
  • 77fa61a Limit the length of content codec list that can be processed automatically
  • 81b7971 Upgraded HttpCore to version 5.4
  • 2c7fe0f Add OFFLOCK pool concurrency policy backed by RouteSegmentedConnPool (#765)
  • 1f4dea7 Fixed Micrometer and OpenTelemetry dependency declaration
  • d2fadd2 Tag TLS handshake timeout tests with slow
  • e52e466 TestTlsHandshakeTimeout: Disable assertions on Java 8
  • 77f52f0 Upgraded HttpClient version to 5.6-alpha2-SNAPSHOT
  • 48e0f25 HttpClient 5.6-alpha1 release
  • Additional commits viewable in compare view

Updates io.sentry:sentry from 8.28.0 to 8.29.0

Release notes

Sourced from io.sentry:sentry's releases.

8.29.0

Fixes

  • Support serialization of primitive arrays (boolean[], byte[], short[], char[], int[], long[], float[], double[]) (#4968)
  • Session Replay: Improve network body parsing and truncation handling (#4958)

Internal

  • Support metric envelope item type (#4956)
Changelog

Sourced from io.sentry:sentry's changelog.

8.29.0

Fixes

  • Support serialization of primitive arrays (boolean[], byte[], short[], char[], int[], long[], float[], double[]) (#4968)
  • Session Replay: Improve network body parsing and truncation handling (#4958)

Internal

  • Support metric envelope item type (#4956)
Commits
  • 216800f release: 8.29.0
  • 56d8c1e fix(serialization): Support primitive array serialization (#4968)
  • 106e5aa build(deps): bump actions/upload-artifact from 5 to 6 (#4965)
  • 5b66efd build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.1 (#4954)
  • b01b11a fix: improve network body parsing and truncation handling (#4958)
  • 6edfca2 build(deps): bump urllib3 in the pip group across 1 directory (#4952)
  • 91bb874 feat(envelope-item): Support metric type (#4956)
  • dba088c Merge branch 'release/8.28.0'
  • See full diff in compare view

Updates io.netty:netty-codec-dns from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-codec-http from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-codec-socks from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-resolver-dns from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-handler-proxy from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-codec-http from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-transport from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-codec-socks from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-resolver-dns from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.netty:netty-handler-proxy from 4.2.8.Final to 4.2.9.Final

Commits
  • a853a39 [maven-release-plugin] prepare release netty-4.2.9.Final
  • 6d29a4f Add missing publishing config for the bom module
  • ea911de Optimize HTTP startline validation (#16030)
  • d7108a3 LocalChannel: Reduce GC by re-using same Runnable (#16014)
  • 207afcb Fix MpscIntQueue bug (#16023)
  • 27bfd56 Fix HTTP startline validation (#16022)
  • 40ab418 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.testcontainers:postgresql from 1.21.3 to 1.21.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • See full diff in compare view

Updates org.testcontainers:mockserver from 1.21.3 to 1.21.4

Release notes

Sourced from org.testcontainers:mockserver's releases.

1.21.4

This release makes version 1.21.x works with recent Docker Engine changes.

Commits
  • d509c81 Set version during jreleaserDeploy task
  • efa40ce Allow junit:junit dependency in checkPOMdependencies
  • 76b1364 Add JReleaser to deploy to Portal Publisher API
  • d6b6ff7 Fix compatibility with older Docker Engines by falling back to v1.32 (#11346)
  • See full diff in compare view

Updates com.google.cloud:google-cloud-storage from 2.60.0 to 2.61.0

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.61.0

2.61.0 (2025-12-15)

Features

  • Add support for partial success in ListBuckets for json (#3415) (37ef7f3)
  • Modifying getters and setters to be more inline with s3 interface. (0a8bbea)
  • mpu: Breaking change modifying getters and setters in MPU to be more inline with s3 interface. (66d54e2)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.64.1 (511ff51)

Dependencies

  • Update actions/checkout action to v6 (d934ad9)
  • Update actions/checkout action to v6 (d99dd53)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 (f48fa3f)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 (#3427) (4612e72)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (90a71be)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (#3424) (c989dc3)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 (f5d8337)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 (5480ce3)
  • Update googleapis/sdk-platform-java action to v2.64.2 (23494d7)
  • Update googleapis/sdk-platform-java action to v2.64.2 (#3425) (fad2d7a)
Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.61.0 (2025-12-15)

Features

  • Add support for partial success in ListBuckets for json (#3415) (37ef7f3)
  • Modifying getters and setters to be more inline with s3 interface. (0a8bbea)
  • mpu: Breaking change modifying getters and setters in MPU to be more inline with s3 interface. (66d54e2)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.64.1 (511ff51)

Dependencies

  • Update actions/checkout action to v6 (d934ad9)
  • Update actions/checkout action to v6 (d99dd53)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 (f48fa3f)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 (#3427) (4612e72)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (90a71be)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (#3424) (c989dc3)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 (f5d8337)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 (5480ce3)
  • Update googleapis/sdk-platform-java action to v2.64.2 (23494d7)
  • Update googleapis/sdk-platform-java action to v2.64.2 (#3425) (fad2d7a)
Commits
  • a49751c chore(main): release 2.61.0 (#3392)
  • d4814af chore: generate libraries at Mon Dec 15 12:16:48 UTC 2025
  • 73f5807 chore(main): release 2.61.0
  • c5156b8 chore: modifying getters and setters in MPU (#3431)
  • e3f9638 chore: modifying getters and setters in MPU
  • 4612e72 deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • fad2d7a deps: update googleapis/sdk-platform-java action to v2.64.2 (#3425)
  • c989dc3 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 ...
  • f48fa3f deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • 23494d7 deps: update googleapis/sdk-platform-java action to v2.64.2
  • Additional commits viewable in compare view

Updates org.elasticsearch.client:elasticsearch-rest-client from 9.2.2 to 9.2.3

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 9.2.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/docs/release-notes/elasticsearch#elasticsearch-9.2.3-release-notes

Commits

Updates org.webjars:swagger-ui from 5.30.3 to 5.31.0

Release notes

Sourced from org.webjars:swagger-ui's releases.

v5.31.0

5.31.0 (2025-12-11)

Features

Commits

Updates org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.6.3

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • fe1fa8c [maven-release-plugin] prepare release 3.6.3
  • 5b3feca Bump asm.version from 9.9 to 9.9.1
  • efc7faa Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
  • cdaf267 JUnit 5 best practices (#505)
  • f3f5997 Move ExecJavaMojoTest, ExecMojoTest to JUnit 5
  • 03b87b5 Document thread group isolation limitation in java goal (#503)
  • 7a66c3e Add support for JEP 512 for for package-private static main methods with and ...
  • a6d01ef Move to JUnit 5
  • 88d5961 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.openapitools:openapi-generator-maven-plugin from 7.17.0 to 7.18.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.webjars:swagger-ui [< 4.2, > 4.1.3]
org.webjars:swagger-ui [< 4.5, > 4.4.1]
org.webjars:swagger-ui [>= 4.9.a, < 4.10]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven-other-updates group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.36` | `2.1.37` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.5.1` | `5.6` |
| [io.sentry:sentry](https://github.com/getsentry/sentry-java) | `8.28.0` | `8.29.0` |
| [io.netty:netty-codec-dns](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-codec-http](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-transport](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-codec-socks](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-resolver-dns](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [io.netty:netty-handler-proxy](https://github.com/netty/netty) | `4.2.8.Final` | `4.2.9.Final` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `1.21.4` |
| [org.testcontainers:mockserver](https://github.com/testcontainers/testcontainers-java) | `1.21.3` | `1.21.4` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.60.0` | `2.61.0` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `9.2.2` | `9.2.3` |
| [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.30.3` | `5.31.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.6.2` | `3.6.3` |
| org.openapitools:openapi-generator-maven-plugin | `7.17.0` | `7.18.0` |


Updates `io.swagger.parser.v3:swagger-parser` from 2.1.36 to 2.1.37
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.36...v2.1.37)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.5.1 to 5.6
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.5.1...rel/v5.6)

Updates `io.sentry:sentry` from 8.28.0 to 8.29.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@8.28.0...8.29.0)

Updates `io.netty:netty-codec-dns` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-codec-http` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-codec-socks` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-resolver-dns` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-handler-proxy` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-codec-http` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-transport` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-codec-socks` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-resolver-dns` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `io.netty:netty-handler-proxy` from 4.2.8.Final to 4.2.9.Final
- [Commits](netty/netty@netty-4.2.8.Final...netty-4.2.9.Final)

Updates `org.testcontainers:postgresql` from 1.21.3 to 1.21.4
- [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.3...1.21.4)

Updates `org.testcontainers:mockserver` from 1.21.3 to 1.21.4
- [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.3...1.21.4)

Updates `com.google.cloud:google-cloud-storage` from 2.60.0 to 2.61.0
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.60.0...v2.61.0)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 9.2.2 to 9.2.3
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v9.2.2...v9.2.3)

Updates `org.webjars:swagger-ui` from 5.30.3 to 5.31.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.30.3...v5.31.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3)

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.17.0 to 7.18.0

---
updated-dependencies:
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-version: 2.1.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: '5.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-other-updates
- dependency-name: io.sentry:sentry
  dependency-version: 8.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-codec-dns
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-codec-http
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-transport
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-codec-socks
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-resolver-dns
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-handler-proxy
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-codec-http
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-transport
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-codec-socks
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-resolver-dns
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: io.netty:netty-handler-proxy
  dependency-version: 4.2.9.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: org.testcontainers:mockserver
  dependency-version: 1.21.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-version: 2.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-other-updates
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-version: 9.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: org.webjars:swagger-ui
  dependency-version: 5.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-other-updates
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-other-updates
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 7.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-other-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency label Jan 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 00:28
@dependabot dependabot bot requested review from kevinmarete and otchet-broad and removed request for a team January 1, 2026 00:28
@dependabot dependabot bot added the dependency label Jan 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 2026

Copy link
Contributor

@rushtong rushtong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually tested swagger update 👍🏽

@rushtong rushtong merged commit d3565b1 into develop Jan 5, 2026
14 checks passed
@rushtong rushtong deleted the dependabot/maven/develop/maven-other-updates-f98995770a branch January 5, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants