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

Update all non-major dependencies #166

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uglify-js 3.17.0 -> 3.17.4 age adoption passing confidence
org.projectlombok:lombok (source) 1.18.24 -> 1.18.30 age adoption passing confidence
com.fasterxml.jackson:jackson-bom 2.13.3 -> 2.16.1 age adoption passing confidence
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.13.3 -> 2.16.1 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.13.3 -> 2.16.1 age adoption passing confidence
org.postgresql:postgresql (source) 42.4.3 -> 42.7.1 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin 3.10.1 -> 3.12.1 age adoption passing confidence
org.apache.maven:maven-plugin-api 3.8.6 -> 3.9.6 age adoption passing confidence
org.apache.maven:maven-core 3.8.6 -> 3.9.6 age adoption passing confidence
org.apache.maven:maven-model 3.8.6 -> 3.9.6 age adoption passing confidence
com.google.guava:guava 32.0.0-jre -> 32.1.3-jre age adoption passing confidence
org.fusesource.jansi:jansi (source) 2.4.0 -> 2.4.1 age adoption passing confidence
org.codehaus.plexus:plexus-interactivity-api (source) 1.1 -> 1.3 age adoption passing confidence
net.lingala.zip4j:zip4j 2.11.3 -> 2.11.5 age adoption passing confidence
commons-io:commons-io (source) 2.11.0 -> 2.15.1 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.12.0 -> 3.14.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mishoo/UglifyJS (uglify-js)

v3.17.4

Compare Source

Features
Bug Fixes

v3.17.3

Compare Source

Features
  • improve heuristics for mangle.properties (3fa2086)
  • enable domprops to be used under minify() (bd5fc4c)
  • improve compression of boolean & conditional expressions (80fc862, dabcc39, 58d997a)
Bug Fixes

v3.17.2

Compare Source

Bug Fixes

v3.17.1

Compare Source

Features
  • improve precision of escape analysis (d6d2f5c, 10bc86b)
  • improve usability of --mangle-props (9eea3a6, 4653e8a, 5ac6ec5)
  • extend glob patterns for --in-situ (535212c)
  • support Adobe ExtendScipt on best-effort basis (32bd65a)
  • inline immediately invoked arrow function expressions (9dec612)
  • improve elimination of lexical declarations (edf1bf1)
Bug Fixes
projectlombok/lombok (org.projectlombok:lombok)

v1.18.30

Compare Source

v1.18.28

v1.18.26

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.1

Changed
  • perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing PR #​3044
Fixed

v42.7.0

Changed
  • fix: Deprecate for removal PGPoint.setLocation(java.awt.Point) to cut dependency to java.desktop module. PR #​2967
  • feat: return all catalogs for getCatalogs metadata query closes ISSUE #​2949 PR #​2953
  • feat: support SET statements combining with other queries with semicolon in PreparedStatement PR ##​2973
Fixed
  • chore: add styleCheck Gradle task to report style violations PR #​2980
  • fix: Include currentXid in "Error rolling back prepared transaction" exception message PR #​2978
  • fix: add varbit as a basic type inside the TypeInfoCache PR #​2960
  • fix: Fix failing tests for version 16. PR #​2962
  • fix: allow setting arrays with ANSI type name PR #​2952
  • feat: Use KeepAlive to confirm LSNs PR #​2941
  • fix: put double ' around log parameter PR #​2936 fixes ISSUE #​2935
  • fix: Fix Issue #​2928 number of ports not equal to number of servers in datasource PR #​2929
  • fix: Use canonical DateStyle name (#​2925) fixes pgbouncer issue
  • fix: Method getFastLong should be able to parse all longs PR #​2881
  • docs: Fix typos in info.html PR #​2860
  • fix: Return correct default from PgDatabaseMetaData.getDefaultTransactionIsolation PR #​2992 fixes Issue #​2991
  • test: fix assertion in RefCursorFetchTestultFetchSize rows
  • test: use try-with-resources in LogicalReplicationStatusTest

v42.6.0

Changed
  • fix: use PhantomReferences instead of Obejct.finalize() to track Connection leaks PR #​2847

    The change replaces all uses of Object.finalize with PhantomReferences.
    The leaked resources (Connections) are tracked in a helper thread that is active as long as
    there are connections in use. By default, the thread keeps running for 30 seconds after all
    the connections are released. The timeout is set with pgjdbc.config.cleanup.thread.ttl system property.

  • refactor:(loom) replace the usages of synchronized with ReentrantLock PR #​2635
    Fixes Issue #​1951

v42.5.4

Fixed

fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached. xid is not cached, this nuance is required for the test.
fix OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map [PR #​2810](https://github.com/pgjdbc/pgjdbc/pull/28100).
fixes Issue #​2804.
fix: Make sure that github CI runs tests on all(https://togithub.com/pgjdbc/pgjdbc/pull/2809)dbc/pgjdbc/pull/2809\)).

v42.5.3

Fixed

fix: Add box to TypeInfoCache, fixes Issue #​2746 PR #​2747
fix: regression in PgResultSet LONG_MIN copy and paste error fixes Issue #​2748 PR#2749

v42.5.2

Changed

regression: This release has 2 known regressions which make it unusable see the notes above. We advise people to use 42.5.3 instead.
docs: specify that timeouts are in seconds and there is a maximum. Housekeeping on some tests fixes #Issue 2671 PR #​2686
docs: clarify binaryTransfer and add it to README PR# 2698
docs: Document the need to encode reserved characters in the connection URL PR #​2700
feat: Define binary transfer for custom types dynamically/automatically fixes Issue #​2554 PR #​2556

Added

fix: added gssResponseTimeout as part of PR #​2687 to make sure we don't wait forever on a GSS RESPONSE

Fixed

fix: Ensure case of XML tags in Maven snippet is correct PR #​2682
fix: Make sure socket is closed if an exception is thrown in createSocket fixes Issue #​2684 PR #​2685
fix: Apply patch from Issue #​2683 to fix hanging ssl connections PR #​2687
fix - binary conversion of (very) long numeric values (longer than 4 * 2^15 digits) PR #​2697 fixes Issue #​2695
minor: enhance readability connection of startup params PR #​2705

v42.5.1

Security
  • security: StreamWrapper spills to disk if setText, or setBytea sends very large Strings or arrays to the server. createTempFile creates a file which can be read by other users on unix like systems (Not macos).
    This has been fixed in this version fixes CVE-2022-41946 see the security advisory for more details. Reported by Jonathan Leitschuh This has been fixed in versions 42.5.1, 42.4.3 42.3.8, 42.2.27.jre7. Note there is no fix for 42.2.26.jre6. See the security advisory for work arounds.
Fixed
  • fix: make sure we select array_in from pg_catalog to avoid duplicate array_in functions fixes #Issue 2548 PR #​2552
  • fix: binary decoding of bool values PR #​2640
  • perf: improve performance of PgResultSet getByte/getShort/getInt/getLong for float-typed columns PR #​2634
  • chore: fix various spelling errors PR #​2592
  • chore: Feature/urlparser improve URLParser PR #​2641

v42.5.0

Changed
fusesource/jansi (org.fusesource.jansi:jansi)

v2.4.1

srikanth-lingala/zip4j (net.lingala.zip4j:zip4j)

v2.11.5

Compare Source

Improvements:

#​476 & #​493 Allow overriding empty files even if it is not a zip file

v2.11.4

Compare Source

Bug fixes:

#​484 Use getPath instead of toPath to avoid java nio
#​486 Set symlink as a file even if it points to directory


Configuration

📅 Schedule: Branch creation - "before 9pm on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 25a5e4d to 44a4057 Compare September 6, 2022 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 18f77f6 to 0d686d4 Compare September 25, 2022 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6119038 to d4e60fd Compare October 8, 2022 04:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5d652ea to 8526344 Compare October 17, 2022 07:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c292116 to 353ba92 Compare November 23, 2022 22:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 21d610a to afad45b Compare January 1, 2023 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cc56d23 to b290b58 Compare January 16, 2023 08:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b290b58 to 7ae34f0 Compare March 8, 2023 15:41
Copy link

cr-gpt bot commented Feb 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Feb 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Feb 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Feb 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Feb 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

cr-gpt bot commented Feb 7, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@onigoetz onigoetz merged commit ac14e01 into master Feb 7, 2024
4 checks passed
@onigoetz onigoetz deleted the renovate/all-minor-patch branch February 7, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant