Skip to content

build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0 - #1349

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/org.postgresql-postgresql-42.7.0
Nov 27, 2023
Merged

build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0#1349
lvca merged 1 commit into
mainfrom
dependabot/maven/org.postgresql-postgresql-42.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 27, 2023

Copy link
Copy Markdown
Contributor

Bumps org.postgresql:postgresql from 42.6.0 to 42.7.0.

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.0

Known issues

  • NoSuchMethodError on ByteBuffer#position When Running on Java 8 when accessing arrays, issue pgjdbc/pgjdbc#3014
  • SET followed by SHOW in one statement returns wrong result, issue pgjdbc/pgjdbc#3007
  • 42.7.0 updated DateStyle from ISO to ISO, MDY (it aligns with PostgreSQL defaults), and it result in wrong results when server uses non-default DateStyle (see pgjdbc/pgjdbc#3008)

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.0] (2023-11-20 09:33:00 -0500)

Changed

Fixed

Commits
  • 1566eed update website for 42.7.0 (#3003)
  • 1c33111 Update changelog for release 42.7.0 (#3001)
  • 65f158e Use a switch statement to compare transaction isolation levels (#2998)
  • 3ced0bc feat: support SET statements combining with other queries with semicolon in P...
  • e4f47d0 test: fix assertion in RefCursorFetchTestultFetchSize" rows
  • 8bcc7ed style: remove excessive @​NonNull
  • 54ccdf7 test: add call.setFetchSize to RefCursorFetchTest
  • 2a17a35 test: use try-with-resources in LogicalReplicationStatusTest
  • 69debfa fix: sort the results of java.sql.DatabaseMetaData#getCatalogs as per its spe...
  • de74292 Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Nov 27, 2023
@lvca lvca self-assigned this Nov 27, 2023
@lvca lvca added this to the 23.11.1 milestone Nov 27, 2023
@lvca
lvca merged commit 2944918 into main Nov 27, 2023
@dependabot
dependabot Bot deleted the dependabot/maven/org.postgresql-postgresql-42.7.0 branch November 27, 2023 04:57
mergify Bot added a commit that referenced this pull request Jun 14, 2026
…udio [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 12.0.1 to 12.0.2.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v12.0.2
> -------
>
> Changes
> -------
>
> 🐛 Bug Fixes
> -----------
>
> * Reset stateful regex log waits between matches [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
> * Fix Couchbase service configuration [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
> * Configure Azurite custom service ports [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
> * Preserve TCP and UDP bindings for the same container port [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
> * Apply custom MSSQL startup wait messages [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
> * Copy Redpanda runtime assets during build [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
> * Fix Redis and Valkey initial data handling [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 11 directories with 10 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
> * Bump the dependencies group across 1 directory with 27 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
> * Bump the dependencies group across 11 directories with 11 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
> * Bump the dependencies group across 6 directories with 6 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1349](https://redirect.github.com/testcontainers/testcontainers-node/issues/1349))


Commits

* [`549bfa5`](testcontainers/testcontainers-node@549bfa5) Bump the dependencies group across 11 directories with 10 updates ([#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
* [`6e7b6c8`](testcontainers/testcontainers-node@6e7b6c8) Bump the dependencies group across 1 directory with 27 updates ([#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
* [`4ad504f`](testcontainers/testcontainers-node@4ad504f) Reset stateful regex log waits between matches ([#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
* [`a1b87ed`](testcontainers/testcontainers-node@a1b87ed) Fix Couchbase service configuration ([#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
* [`84aba48`](testcontainers/testcontainers-node@84aba48) Configure Azurite custom service ports ([#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
* [`1a32238`](testcontainers/testcontainers-node@1a32238) Preserve protocol-specific port bindings when filtering ([#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
* [`3286470`](testcontainers/testcontainers-node@3286470) Apply custom MSSQL wait messages ([#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
* [`63653c1`](testcontainers/testcontainers-node@63653c1) Bump the dependencies group across 11 directories with 11 updates ([#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
* [`7c1ca77`](testcontainers/testcontainers-node@7c1ca77) Copy Redpanda runtime assets during build ([#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
* [`eb24aed`](testcontainers/testcontainers-node@eb24aed) Fix Redis and Valkey initial data handling ([#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v12.0.1...v12.0.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=12.0.1&new-version=12.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit that referenced this pull request Jun 14, 2026
… [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 12.0.1 to 12.0.2.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v12.0.2
> -------
>
> Changes
> -------
>
> 🐛 Bug Fixes
> -----------
>
> * Reset stateful regex log waits between matches [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
> * Fix Couchbase service configuration [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
> * Configure Azurite custom service ports [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
> * Preserve TCP and UDP bindings for the same container port [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
> * Apply custom MSSQL startup wait messages [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
> * Copy Redpanda runtime assets during build [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
> * Fix Redis and Valkey initial data handling [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 11 directories with 10 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
> * Bump the dependencies group across 1 directory with 27 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
> * Bump the dependencies group across 11 directories with 11 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
> * Bump the dependencies group across 6 directories with 6 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1349](https://redirect.github.com/testcontainers/testcontainers-node/issues/1349))


Commits

* [`549bfa5`](testcontainers/testcontainers-node@549bfa5) Bump the dependencies group across 11 directories with 10 updates ([#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
* [`6e7b6c8`](testcontainers/testcontainers-node@6e7b6c8) Bump the dependencies group across 1 directory with 27 updates ([#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
* [`4ad504f`](testcontainers/testcontainers-node@4ad504f) Reset stateful regex log waits between matches ([#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
* [`a1b87ed`](testcontainers/testcontainers-node@a1b87ed) Fix Couchbase service configuration ([#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
* [`84aba48`](testcontainers/testcontainers-node@84aba48) Configure Azurite custom service ports ([#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
* [`1a32238`](testcontainers/testcontainers-node@1a32238) Preserve protocol-specific port bindings when filtering ([#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
* [`3286470`](testcontainers/testcontainers-node@3286470) Apply custom MSSQL wait messages ([#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
* [`63653c1`](testcontainers/testcontainers-node@63653c1) Bump the dependencies group across 11 directories with 11 updates ([#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
* [`7c1ca77`](testcontainers/testcontainers-node@7c1ca77) Copy Redpanda runtime assets during build ([#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
* [`eb24aed`](testcontainers/testcontainers-node@eb24aed) Fix Redis and Valkey initial data handling ([#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v12.0.1...v12.0.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=12.0.1&new-version=12.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…cadeData#1349)

Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.0.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.6.0...REL42.7.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…udio [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 12.0.1 to 12.0.2.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v12.0.2
> -------
>
> Changes
> -------
>
> 🐛 Bug Fixes
> -----------
>
> * Reset stateful regex log waits between matches [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
> * Fix Couchbase service configuration [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
> * Configure Azurite custom service ports [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
> * Preserve TCP and UDP bindings for the same container port [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
> * Apply custom MSSQL startup wait messages [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
> * Copy Redpanda runtime assets during build [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
> * Fix Redis and Valkey initial data handling [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 11 directories with 10 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
> * Bump the dependencies group across 1 directory with 27 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
> * Bump the dependencies group across 11 directories with 11 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
> * Bump the dependencies group across 6 directories with 6 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1349](https://redirect.github.com/testcontainers/testcontainers-node/issues/1349))


Commits

* [`549bfa5`](testcontainers/testcontainers-node@549bfa5) Bump the dependencies group across 11 directories with 10 updates ([ArcadeData#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
* [`6e7b6c8`](testcontainers/testcontainers-node@6e7b6c8) Bump the dependencies group across 1 directory with 27 updates ([ArcadeData#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
* [`4ad504f`](testcontainers/testcontainers-node@4ad504f) Reset stateful regex log waits between matches ([ArcadeData#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
* [`a1b87ed`](testcontainers/testcontainers-node@a1b87ed) Fix Couchbase service configuration ([ArcadeData#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
* [`84aba48`](testcontainers/testcontainers-node@84aba48) Configure Azurite custom service ports ([ArcadeData#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
* [`1a32238`](testcontainers/testcontainers-node@1a32238) Preserve protocol-specific port bindings when filtering ([ArcadeData#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
* [`3286470`](testcontainers/testcontainers-node@3286470) Apply custom MSSQL wait messages ([ArcadeData#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
* [`63653c1`](testcontainers/testcontainers-node@63653c1) Bump the dependencies group across 11 directories with 11 updates ([#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
* [`7c1ca77`](testcontainers/testcontainers-node@7c1ca77) Copy Redpanda runtime assets during build ([ArcadeData#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
* [`eb24aed`](testcontainers/testcontainers-node@eb24aed) Fix Redis and Valkey initial data handling ([ArcadeData#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v12.0.1...v12.0.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=12.0.1&new-version=12.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
… [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 12.0.1 to 12.0.2.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v12.0.2
> -------
>
> Changes
> -------
>
> 🐛 Bug Fixes
> -----------
>
> * Reset stateful regex log waits between matches [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
> * Fix Couchbase service configuration [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
> * Configure Azurite custom service ports [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
> * Preserve TCP and UDP bindings for the same container port [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
> * Apply custom MSSQL startup wait messages [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
> * Copy Redpanda runtime assets during build [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
> * Fix Redis and Valkey initial data handling [`@​cristianrgreco`](https://github.com/cristianrgreco) ([ArcadeData#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 11 directories with 10 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
> * Bump the dependencies group across 1 directory with 27 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
> * Bump the dependencies group across 11 directories with 11 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
> * Bump the dependencies group across 6 directories with 6 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([ArcadeData#1349](https://redirect.github.com/testcontainers/testcontainers-node/issues/1349))


Commits

* [`549bfa5`](testcontainers/testcontainers-node@549bfa5) Bump the dependencies group across 11 directories with 10 updates ([ArcadeData#1362](https://redirect.github.com/testcontainers/testcontainers-node/issues/1362))
* [`6e7b6c8`](testcontainers/testcontainers-node@6e7b6c8) Bump the dependencies group across 1 directory with 27 updates ([ArcadeData#1363](https://redirect.github.com/testcontainers/testcontainers-node/issues/1363))
* [`4ad504f`](testcontainers/testcontainers-node@4ad504f) Reset stateful regex log waits between matches ([ArcadeData#1352](https://redirect.github.com/testcontainers/testcontainers-node/issues/1352))
* [`a1b87ed`](testcontainers/testcontainers-node@a1b87ed) Fix Couchbase service configuration ([ArcadeData#1356](https://redirect.github.com/testcontainers/testcontainers-node/issues/1356))
* [`84aba48`](testcontainers/testcontainers-node@84aba48) Configure Azurite custom service ports ([ArcadeData#1354](https://redirect.github.com/testcontainers/testcontainers-node/issues/1354))
* [`1a32238`](testcontainers/testcontainers-node@1a32238) Preserve protocol-specific port bindings when filtering ([ArcadeData#1350](https://redirect.github.com/testcontainers/testcontainers-node/issues/1350))
* [`3286470`](testcontainers/testcontainers-node@3286470) Apply custom MSSQL wait messages ([ArcadeData#1351](https://redirect.github.com/testcontainers/testcontainers-node/issues/1351))
* [`63653c1`](testcontainers/testcontainers-node@63653c1) Bump the dependencies group across 11 directories with 11 updates ([ArcadeData#1358](https://redirect.github.com/testcontainers/testcontainers-node/issues/1358))
* [`7c1ca77`](testcontainers/testcontainers-node@7c1ca77) Copy Redpanda runtime assets during build ([ArcadeData#1357](https://redirect.github.com/testcontainers/testcontainers-node/issues/1357))
* [`eb24aed`](testcontainers/testcontainers-node@eb24aed) Fix Redis and Valkey initial data handling ([ArcadeData#1355](https://redirect.github.com/testcontainers/testcontainers-node/issues/1355))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v12.0.1...v12.0.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=12.0.1&new-version=12.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant