Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the test-dependencies group across 1 directory with 9 updates #5937

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps the test-dependencies group with 9 updates in the / directory:

Package From To
org.testcontainers:pulsar 1.20.2 1.20.4
io.debezium:debezium-testing-testcontainers 2.6.2.Final 3.0.7.Final
io.strimzi:strimzi-test-container 0.107.0 0.109.1
io.zonky.test:embedded-postgres 2.0.7 2.1.0
io.quarkus:quarkus-bom 3.15.3 3.18.1
io.quarkus:quarkus-test-common 3.15.3 3.18.1
io.quarkus:quarkus-maven-plugin 3.15.3 3.18.1
io.quarkus:quarkus-extension-processor 3.15.3 3.18.1
io.quarkus:quarkus-extension-maven-plugin 3.15.3 3.18.1

Updates org.testcontainers:pulsar from 1.20.2 to 1.20.4

Release notes

Sourced from org.testcontainers:pulsar's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

1.20.3

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

... (truncated)

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates io.debezium:debezium-testing-testcontainers from 2.6.2.Final to 3.0.7.Final

Updates io.strimzi:strimzi-test-container from 0.107.0 to 0.109.1

Release notes

Sourced from io.strimzi:strimzi-test-container's releases.

0.109.1

What's changed

Full Changelog: strimzi/test-container@0.109.0...0.109.1-rc2

0.109.1-rc2

What's changed

Full Changelog: strimzi/test-container@0.109.0...0.109.1-rc2

0.109.1-rc1

What's changed

Full Changelog: strimzi/test-container@0.109.0...0.109.1-rc1

0.109.0

What's Changed

New Contributors

Full Changelog: strimzi/test-container@0.108.0...0.109.0

0.109.0-rc1

What's Changed

... (truncated)

Commits

Updates io.zonky.test:embedded-postgres from 2.0.7 to 2.1.0

Release notes

Sourced from io.zonky.test:embedded-postgres's releases.

v2.1.0

Changes:

  • Fixed dependency conflicts with commons-io and commons-compress libraries (#133)
  • Removed unnecessary try-catch handling when extracting PostgreSQL binaries (#136)
  • Upgraded dependencies: (#135 #142 #140 #130 #128)
    • Flyway to 9.22.3
    • Liquibase to 4.30.0
    • PostgreSQL JDBC Driver to 42.7.4
    • Embedded Postgres Binaries to 14.15.0
    • Apache Commons Compress to 1.26.2
    • Apache Commons IO to 2.16.1
    • Apache Commons Codec to 1.17.1
    • Apache Commons Lang to 3.15.0
    • Tukaani XZ to 1.10
Commits
  • 8567f40 [maven-release-plugin] prepare release v2.1.0
  • fd49283 Merge pull request #142 from zonkyio/dependency-upgrades
  • 74552df upgrade postgresql driver, liquibase and junit dependencies
  • dbdc9e4 Merge pull request #141 from zonkyio/postgres-14.15
  • f25a23f #140 upgrade to embedded postgres binaries 14.15
  • 2f830bf Merge pull request #136 from turbanoff/avoid_bogus_catch
  • 389fc61 Merge pull request #137 from mikebell90/explain.rationale
  • 87a0377 Minor adjustments to the project description
  • 2b7e8b9 Clearer explanation for why the fork occurred, indicate the original library ...
  • 41b4546 Remove empty IOException try-catch handling when extracting PostgreSQL binaries
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-bom from 3.15.3 to 3.18.1

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.18.0.CR1

Major changes

  • #32447 - Introduce Report an Issue menu in DevUI
  • #35324 - OIDC dev services and ui changes
  • #43618 - Add a Dev UI Screen for Agroal (DB)
  • #43885 - Exclude uri from otel tracing
  • #44105 - Reimplement security-webauthn on top of webauthn4j
  • #44305 - Ability to configure extension Dev mode JVM options
  • #44379 - Integrate Micrometer with WebSockets Next
  • #44424 - Support for dev-mode-only conditional dependencies
  • #44546 - Add OIDC Redis Token State Manager extension
  • #44549 - Add support for encrypted PKCS#8
  • #44993 - Support OidcProviderClient injection and token revocation
  • #45117 - TLS - Enable Policy Configuration for Expired or Not Yet Valid Certificates
  • #45121 - Support for OIDC MTLS binding
  • #45131 - OIDC and OIDC Client: Support JWT bearer client authentication using client assertion loaded from filesystem
  • #45259 - Bump kubernetes-client-bom from 6.13.4 to 7.0.1
  • #45294 - Allow to create static OIDC tenants programmatically

Complete changelog

  • #4482 - Support the access token binding to the client MTLS authentication
  • #5702 - Reexamine how we manage config in tests
  • #8300 - Warn or refuse configuration files with duplicate keys
  • #24533 - Fault Tolerance in config file could use dash seperated names
  • #28474 - Can't load static resource created by extension
  • #31340 - Provide OIDC Mock DevService
  • #32109 - Retain OIDC access token expiry time in the cookie
  • #32431 - Report bugs from the DevUI
  • #32447 - Introduce Report an Issue menu in DevUI
  • #34577 - Dev UI: security / JWT / OIDC
  • #35064 - OIDC Dev UI should support web-app application by recognizing q_session cookie
  • #35215 - Native build failed after 3.x.x upgrade, using panache mongodb (maybe releated to ManagedExecuter and narayana)
  • #35324 - OIDC dev services and ui changes
  • #35693 - Confusing documentation or behaviour for quarkus.test.profile.tags
  • #35751 - Reconsider the precedence of Forwarded vs X-Forwarded-For
  • #35824 - Add capability to add topic configuration during topic creation
  • #35953 - quarkus cli should give hint that you can run with -e to get error info
  • #36006 - Dev mode hangs when graceful shutdown active
  • #36265 - Unexpected commit of transaction using Oracle
  • #36934 - PostgreSQL DevService does not enable max_prepared_transactions for XA operations
  • #37626 - Netty's PlatformDependent and PlatformDependent0 class initializers require reflective access to some classes ?
  • #38486 - Jandex warning when using @RegisterForReflection(registerFullHierarchy = true)
  • #39143 - WebSockets Next: OTel integration
  • #39155 - Custom Exception in SecurityIdentityAugmentor
  • #39185 - Migrate OIDC-based extensions from config classes to @ConfigMapping
  • #39230 - Options with quarkus.openshift.init-containers prefix are ignored
  • #39416 - Shared extension for the Hibernate Search Elasticsearch backend
  • #39561 - Quarkus management interface and Swagger UI executing APIs at wrong path

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-test-common from 3.15.3 to 3.18.1

Updates io.quarkus:quarkus-maven-plugin from 3.15.3 to 3.18.1

Updates io.quarkus:quarkus-extension-processor from 3.15.3 to 3.18.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.15.3 to 3.18.1

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.18.0.CR1

Major changes

  • #32447 - Introduce Report an Issue menu in DevUI
  • #35324 - OIDC dev services and ui changes
  • #43618 - Add a Dev UI Screen for Agroal (DB)
  • #43885 - Exclude uri from otel tracing
  • #44105 - Reimplement security-webauthn on top of webauthn4j
  • #44305 - Ability to configure extension Dev mode JVM options
  • #44379 - Integrate Micrometer with WebSockets Next
  • #44424 - Support for dev-mode-only conditional dependencies
  • #44546 - Add OIDC Redis Token State Manager extension
  • #44549 - Add support for encrypted PKCS#8
  • #44993 - Support OidcProviderClient injection and token revocation
  • #45117 - TLS - Enable Policy Configuration for Expired or Not Yet Valid Certificates
  • #45121 - Support for OIDC MTLS binding
  • #45131 - OIDC and OIDC Client: Support JWT bearer client authentication using client assertion loaded from filesystem
  • #45259 - Bump kubernetes-client-bom from 6.13.4 to 7.0.1
  • #45294 - Allow to create static OIDC tenants programmatically

Complete changelog

  • #4482 - Support the access token binding to the client MTLS authentication
  • #5702 - Reexamine how we manage config in tests
  • #8300 - Warn or refuse configuration files with duplicate keys
  • #24533 - Fault Tolerance in config file could use dash seperated names
  • #28474 - Can't load static resource created by extension
  • #31340 - Provide OIDC Mock DevService
  • #32109 - Retain OIDC access token expiry time in the cookie
  • #32431 - Report bugs from the DevUI
  • #32447 - Introduce Report an Issue menu in DevUI
  • #34577 - Dev UI: security / JWT / OIDC
  • #35064 - OIDC Dev UI should support web-app application by recognizing q_session cookie
  • #35215 - Native build failed after 3.x.x upgrade, using panache mongodb (maybe releated to ManagedExecuter and narayana)
  • #35324 - OIDC dev services and ui changes
  • #35693 - Confusing documentation or behaviour for quarkus.test.profile.tags
  • #35751 - Reconsider the precedence of Forwarded vs X-Forwarded-For
  • #35824 - Add capability to add topic configuration during topic creation
  • #35953 - quarkus cli should give hint that you can run with -e to get error info
  • #36006 - Dev mode hangs when graceful shutdown active
  • #36265 - Unexpected commit of transaction using Oracle
  • #36934 - PostgreSQL DevService does not enable max_prepared_transactions for XA operations
  • #37626 - Netty's PlatformDependent and PlatformDependent0 class initializers require reflective access to some classes ?
  • #38486 - Jandex warning when using @RegisterForReflection(registerFullHierarchy = true)
  • #39143 - WebSockets Next: OTel integration
  • #39155 - Custom Exception in SecurityIdentityAugmentor
  • #39185 - Migrate OIDC-based extensions from config classes to @ConfigMapping
  • #39230 - Options with quarkus.openshift.init-containers prefix are ignored
  • #39416 - Shared extension for the Hibernate Search Elasticsearch backend
  • #39561 - Quarkus management interface and Swagger UI executing APIs at wrong path

... (truncated)

Commits
  • 44bc4a9 [RELEASE] - Bump version to 3.18.1
  • 15f50d3 Merge pull request #45928 from gsmet/3.18.1-backports-1
  • 24a33c1 Disable kubernetes-service-binding testing on Windows
  • f5bd7d3 Consistent report of unknown properties between JVM and Native mode
  • db5dd0e DevUI: Add search for Arc tables
  • 25a7f53 Make sure console shortcuts use https when http is disabled
  • c08100c Fix generate ca command in tls guide
  • be5d66a Pass container-runtime-options to native-image --version as well
  • c1d35cc Consider quarkus.test.arg-line as a string
  • a57952a SmallRye GraphQL 2.12.1
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
io.quarkus:quarkus-bom [>= 2.4.a, < 2.5]
io.quarkus:quarkus-maven-plugin [>= 2.4.a, < 2.5]
io.quarkus:quarkus-test-common [>= 2.4.a, < 2.5]

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

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2025
… 9 updates

Bumps the test-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:pulsar](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.4` |
| io.debezium:debezium-testing-testcontainers | `2.6.2.Final` | `3.0.7.Final` |
| [io.strimzi:strimzi-test-container](https://github.com/strimzi/test-container) | `0.107.0` | `0.109.1` |
| [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) | `2.0.7` | `2.1.0` |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | `3.15.3` | `3.18.1` |
| io.quarkus:quarkus-test-common | `3.15.3` | `3.18.1` |
| io.quarkus:quarkus-maven-plugin | `3.15.3` | `3.18.1` |
| io.quarkus:quarkus-extension-processor | `3.15.3` | `3.18.1` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | `3.15.3` | `3.18.1` |



Updates `org.testcontainers:pulsar` from 1.20.2 to 1.20.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.20.2...1.20.4)

Updates `io.debezium:debezium-testing-testcontainers` from 2.6.2.Final to 3.0.7.Final

Updates `io.strimzi:strimzi-test-container` from 0.107.0 to 0.109.1
- [Release notes](https://github.com/strimzi/test-container/releases)
- [Commits](strimzi/test-container@0.107.0...0.109.1)

Updates `io.zonky.test:embedded-postgres` from 2.0.7 to 2.1.0
- [Release notes](https://github.com/zonkyio/embedded-postgres/releases)
- [Commits](zonkyio/embedded-postgres@v2.0.7...v2.1.0)

Updates `io.quarkus:quarkus-bom` from 3.15.3 to 3.18.1
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.15.3...3.18.1)

Updates `io.quarkus:quarkus-test-common` from 3.15.3 to 3.18.1

Updates `io.quarkus:quarkus-maven-plugin` from 3.15.3 to 3.18.1

Updates `io.quarkus:quarkus-extension-processor` from 3.15.3 to 3.18.1

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.15.3 to 3.18.1
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.15.3...3.18.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:pulsar
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test-dependencies
- dependency-name: io.debezium:debezium-testing-testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-dependencies
- dependency-name: io.strimzi:strimzi-test-container
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: io.zonky.test:embedded-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: io.quarkus:quarkus-test-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/test-dependencies-32c0587622 branch from 485aecc to 17d8d85 Compare January 30, 2025 13:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/maven/test-dependencies-32c0587622 branch January 30, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/storage 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.

1 participant