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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump testcontainers.version from 1.17.5 to 1.17.6 #2491

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Bumps testcontainers.version from 1.17.5 to 1.17.6.
Updates testcontainers-bom from 1.17.5 to 1.17.6

Release notes

Sourced from testcontainers-bom's releases.

1.17.6

What's Changed

Highlights

This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 馃グ.

This release brings a lot of database love with 2 new modules, and as always a couple of bug fixes and improvements

New Module: QuestDB (#5995) @鈥媀angreen

QuestDB, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.

var container = new QuestDBContainer("questdb/questdb:6.5.3")
container.start()
var connectionUrl = container.getHttpUrl()
// use the connectionUrl and start testing!

New Module: YugabyteDB (#4372) @鈥媠rinivasa-vasu

YugabyteDB, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.

var container = new YugabyteDBYSQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var jdbcUrl = container.getJdbcUrl();
// use the jdbcUrl and start testing!
var container = new YugabyteDBYCQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var contactPoint = container.getContactPoint();
// use the contactPoint and start testing!

馃殌 Features & Enhancements

馃悰 Bug Fixes

馃摉 Documentation

... (truncated)

Commits
  • 4a2ca13 Merge pull request #6212 from testcontainers/combined-pr-branch
  • 388af56 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 2748cf8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 889ea6b Add yugabytedb to mkdocs.yml (#6211)
  • c174676 Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in /modules/localstack
  • c2abe0d Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in /modules/localstack
  • 11c3079 Merge pull request #6210 from testcontainers/combined-pr-branch
  • aed19b8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynalite/com.a...
  • 6633109 Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...
  • fa867b0 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.jetbrains...
  • Additional commits viewable in compare view

Updates junit-jupiter from 1.17.5 to 1.17.6

Release notes

Sourced from junit-jupiter's releases.

1.17.6

What's Changed

Highlights

This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 馃グ.

This release brings a lot of database love with 2 new modules, and as always a couple of bug fixes and improvements

New Module: QuestDB (#5995) @鈥媀angreen

QuestDB, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.

var container = new QuestDBContainer("questdb/questdb:6.5.3")
container.start()
var connectionUrl = container.getHttpUrl()
// use the connectionUrl and start testing!

New Module: YugabyteDB (#4372) @鈥媠rinivasa-vasu

YugabyteDB, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.

var container = new YugabyteDBYSQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var jdbcUrl = container.getJdbcUrl();
// use the jdbcUrl and start testing!
var container = new YugabyteDBYCQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var contactPoint = container.getContactPoint();
// use the contactPoint and start testing!

馃殌 Features & Enhancements

馃悰 Bug Fixes

馃摉 Documentation

... (truncated)

Commits
  • 4a2ca13 Merge pull request #6212 from testcontainers/combined-pr-branch
  • 388af56 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 2748cf8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 889ea6b Add yugabytedb to mkdocs.yml (#6211)
  • c174676 Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in /modules/localstack
  • c2abe0d Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in /modules/localstack
  • 11c3079 Merge pull request #6210 from testcontainers/combined-pr-branch
  • aed19b8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynalite/com.a...
  • 6633109 Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...
  • fa867b0 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.jetbrains...
  • Additional commits viewable in compare view

Updates mysql from 1.17.5 to 1.17.6

Release notes

Sourced from mysql's releases.

1.17.6

What's Changed

Highlights

This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 馃グ.

This release brings a lot of database love with 2 new modules, and as always a couple of bug fixes and improvements

New Module: QuestDB (#5995) @鈥媀angreen

QuestDB, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.

var container = new QuestDBContainer("questdb/questdb:6.5.3")
container.start()
var connectionUrl = container.getHttpUrl()
// use the connectionUrl and start testing!

New Module: YugabyteDB (#4372) @鈥媠rinivasa-vasu

YugabyteDB, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.

var container = new YugabyteDBYSQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var jdbcUrl = container.getJdbcUrl();
// use the jdbcUrl and start testing!
var container = new YugabyteDBYCQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var contactPoint = container.getContactPoint();
// use the contactPoint and start testing!

馃殌 Features & Enhancements

馃悰 Bug Fixes

馃摉 Documentation

... (truncated)

Commits
  • 4a2ca13 Merge pull request #6212 from testcontainers/combined-pr-branch
  • 388af56 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 2748cf8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 889ea6b Add yugabytedb to mkdocs.yml (#6211)
  • c174676 Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in /modules/localstack
  • c2abe0d Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in /modules/localstack
  • 11c3079 Merge pull request #6210 from testcontainers/combined-pr-branch
  • aed19b8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynalite/com.a...
  • 6633109 Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...
  • fa867b0 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.jetbrains...
  • Additional commits viewable in compare view

Updates oracle-xe from 1.17.5 to 1.17.6

Release notes

Sourced from oracle-xe's releases.

1.17.6

What's Changed

Highlights

This release has been made possible through the efforts of 20 contributors. The Testcontainers does not cease to amaze us, thanks to everyone of you and thanks for the ongoing support and collaboration 馃グ.

This release brings a lot of database love with 2 new modules, and as always a couple of bug fixes and improvements

New Module: QuestDB (#5995) @鈥媀angreen

QuestDB, is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability.

var container = new QuestDBContainer("questdb/questdb:6.5.3")
container.start()
var connectionUrl = container.getHttpUrl()
// use the connectionUrl and start testing!

New Module: YugabyteDB (#4372) @鈥媠rinivasa-vasu

YugabyteDB, is a modern distributed SQL database for transactional cloud native applications. PostgreSQL compatible. It offers two APIs, SQL and CQL.

var container = new YugabyteDBYSQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var jdbcUrl = container.getJdbcUrl();
// use the jdbcUrl and start testing!
var container = new YugabyteDBYCQLContainer("yugabytedb/yugabyte:2.14.4.0-b26");
container.start()
var contactPoint = container.getContactPoint();
// use the contactPoint and start testing!

馃殌 Features & Enhancements

馃悰 Bug Fixes

馃摉 Documentation

... (truncated)

Commits
  • 4a2ca13 Merge pull request #6212 from testcontainers/combined-pr-branch
  • 388af56 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 2748cf8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/localstack/com...
  • 889ea6b Add yugabytedb to mkdocs.yml (#6211)
  • c174676 Bump aws-java-sdk-logs from 1.12.337 to 1.12.343 in /modules/localstack
  • c2abe0d Bump aws-java-sdk-s3 from 1.12.337 to 1.12.343 in /modules/localstack
  • 11c3079 Merge pull request #6210 from testcontainers/combined-pr-branch
  • aed19b8 Merge remote-tracking branch 'origin/dependabot/gradle/modules/dynalite/com.a...
  • 6633109 Merge remote-tracking branch 'origin/dependabot/gradle/modules/gcloud/com.goo...
  • fa867b0 Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.jetbrains...
  • 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 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 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)

@dependabot dependabot bot added Priority 1: Must Highest priority. A release cannot be made if this issue isn鈥檛 resolved. Status: In Progress Use to signal this issue is actively worked on. Type: Dependency Upgrade Use to signal an issue that adjusts the project鈥檚 dependencies. Typically used by dependabot only. labels Nov 17, 2022
@dependabot dependabot bot added this to the Release 4.6.3 milestone Nov 17, 2022
@smcvb smcvb self-assigned this Nov 17, 2022
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

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

Looks good to me 馃憤

@smcvb
Copy link
Member

smcvb commented Nov 17, 2022

@dependabot rebase

Bumps `testcontainers.version` from 1.17.5 to 1.17.6.

Updates `testcontainers-bom` from 1.17.5 to 1.17.6
- [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.17.5...1.17.6)

Updates `junit-jupiter` from 1.17.5 to 1.17.6
- [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.17.5...1.17.6)

Updates `mysql` from 1.17.5 to 1.17.6
- [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.17.5...1.17.6)

Updates `oracle-xe` from 1.17.5 to 1.17.6
- [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.17.5...1.17.6)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.testcontainers:oracle-xe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/axon-4.6.x/testcontainers.version-1.17.6 branch from 4b1deb2 to 6f5913f Compare November 17, 2022 10:50
@sonarcloud
Copy link

sonarcloud bot commented Nov 17, 2022

Kudos, SonarCloud Quality Gate passed!聽 聽 Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@smcvb smcvb merged commit 2e580c2 into axon-4.6.x Nov 17, 2022
@smcvb smcvb added Status: Resolved Use to signal that work on this issue is done. and removed Status: In Progress Use to signal this issue is actively worked on. labels Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/maven/axon-4.6.x/testcontainers.version-1.17.6 branch November 17, 2022 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority 1: Must Highest priority. A release cannot be made if this issue isn鈥檛 resolved. Status: Resolved Use to signal that work on this issue is done. Type: Dependency Upgrade Use to signal an issue that adjusts the project鈥檚 dependencies. Typically used by dependabot only.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant