Skip to content

Bump postgresql from 42.2.24 to 42.3.1#188

Merged
lvca merged 1 commit into
mainfrom
dependabot/maven/org.postgresql-postgresql-42.3.1
Nov 11, 2021
Merged

Bump postgresql from 42.2.24 to 42.3.1#188
lvca merged 1 commit into
mainfrom
dependabot/maven/org.postgresql-postgresql-42.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 1, 2021

Copy link
Copy Markdown
Contributor

Bumps postgresql from 42.2.24 to 42.3.1.

Changelog

Sourced from postgresql's changelog.

[42.3.1] (2021-10-29)

Changed

  • improv: Arrays in Object[] PR 2330 when an Object[] contains other arrays, treat as though it were a multi-dimensional array the one exception is byte[], which is not supported.
  • improv: Use jre utf-8 decoding PR 2317 Remove use of custom utf-8 decoding.
  • perf: improve performance of bytea string decoding PR 2320 improve the parsing of bytea hex encoded string by making a lookup table for each of the valid ascii code points to the 4 bit numeric value
  • feat: intern/canonicalize common strings PR 2234

Added

Fixed

[42.3.0] (2021-10-18)

Changed

  • No longer build for Java 6 or Java 7
  • If assumeMinServerVersion is not defined and server is at least 9.0, group startup statements into a single transaction PR #1977

Added

Fixed

Commits

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 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 [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.24 to 42.3.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.24...REL42.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Nov 1, 2021
@lvca lvca merged commit 58ef238 into main Nov 11, 2021
@dependabot dependabot Bot deleted the dependabot/maven/org.postgresql-postgresql-42.3.1 branch November 11, 2021 17:14
mergify Bot added a commit that referenced this pull request Aug 23, 2025
… /studio [skip ci]

Bumps [tapable](https://github.com/webpack/tapable) from 2.2.1 to 2.2.2.
Release notes

*Sourced from [tapable's releases](https://github.com/webpack/tapable/releases).*

> v2.2.2
> ------
>
> Developer Experience
> ====================
>
> * add interceptors type to hook class


Commits

* [`7020413`](webpack/tapable@7020413) chore(release): 2.2.2
* [`d1a0225`](webpack/tapable@d1a0225) ci: fix ([#188](https://redirect.github.com/webpack/tapable/issues/188))
* [`990d9f6`](webpack/tapable@990d9f6) chore: fix gitignore
* [`9447edf`](webpack/tapable@9447edf) chore: setup test env
* [`819ec70`](webpack/tapable@819ec70) docs: fix readme grammar issues ([#153](https://redirect.github.com/webpack/tapable/issues/153))
* [`cca079c`](webpack/tapable@cca079c) fix: add interceptors type to hook class
* [`5c96ac2`](webpack/tapable@5c96ac2) docs: fix HookMap description ([#178](https://redirect.github.com/webpack/tapable/issues/178))
* See full diff in [compare view](webpack/tapable@v2.2.1...v2.2.2)

Maintainer changes

This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), a new releaser for tapable since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=tapable&package-manager=npm\_and\_yarn&previous-version=2.2.1&new-version=2.2.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 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  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
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.24 to 42.3.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.2.24...REL42.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

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
… /studio [skip ci]

Bumps [tapable](https://github.com/webpack/tapable) from 2.2.1 to 2.2.2.
Release notes

*Sourced from [tapable's releases](https://github.com/webpack/tapable/releases).*

> v2.2.2
> ------
>
> Developer Experience
> ====================
>
> * add interceptors type to hook class


Commits

* [`7020413`](webpack/tapable@7020413) chore(release): 2.2.2
* [`d1a0225`](webpack/tapable@d1a0225) ci: fix ([ArcadeData#188](https://redirect.github.com/webpack/tapable/issues/188))
* [`990d9f6`](webpack/tapable@990d9f6) chore: fix gitignore
* [`9447edf`](webpack/tapable@9447edf) chore: setup test env
* [`819ec70`](webpack/tapable@819ec70) docs: fix readme grammar issues ([ArcadeData#153](https://redirect.github.com/webpack/tapable/issues/153))
* [`cca079c`](webpack/tapable@cca079c) fix: add interceptors type to hook class
* [`5c96ac2`](webpack/tapable@5c96ac2) docs: fix HookMap description ([ArcadeData#178](https://redirect.github.com/webpack/tapable/issues/178))
* See full diff in [compare view](webpack/tapable@v2.2.1...v2.2.2)

Maintainer changes

This version was pushed to npm by [evilebottnawi](https://www.npmjs.com/~evilebottnawi), a new releaser for tapable since your current version.

  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=tapable&package-manager=npm\_and\_yarn&previous-version=2.2.1&new-version=2.2.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 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  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