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 most non-major Gradle dependencies #4572

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
checkstyle (source) 10.12.5 -> 10.12.6 age adoption passing confidence
org.jsoup:jsoup (source) 1.16.2 -> 1.17.1 age adoption passing confidence
org.apache.poi:poi-ooxml 5.2.4 -> 5.2.5 age adoption passing confidence
org.apache.poi:poi 5.2.4 -> 5.2.5 age adoption passing confidence
com.networknt:json-schema-validator 1.0.87 -> 1.0.88 age adoption passing confidence
org.simplejavamail:simple-java-mail (source) 8.3.1 -> 8.5.0 age adoption passing confidence
org.postgresql:postgresql (source) 42.6.0 -> 42.7.1 age adoption passing confidence
ru.vyarus.guicey:guicey-jdbi3 5.9.3 -> 5.10.0 age adoption passing confidence
org.jdbi:jdbi3-postgres (source) 3.41.3 -> 3.42.0 age adoption passing confidence
org.apache.logging.log4j:log4j-to-slf4j (source) 2.21.1 -> 2.22.0 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) 2.21.1 -> 2.22.0 age adoption passing confidence

Release Notes

bbottema/simple-java-mail (org.simplejavamail:simple-java-mail)

v8.5.0: Improved recipient address parsing when using strings

Compare Source

#​484: [bug] Addresses passed as string are not always interpreted correctly

v8.4.0: support overriding envelope-level receivers

Compare Source

#​483: Enhancement: add native support for overriding envelope-level receiver(s)

v8.3.5: Don't crash on missing recipient data from Outlook msg

Compare Source

#​482 Bug: 'IllegalArgumentException: emailAddressList is required' when parsing mail with incorrect recipients from Outlook message

v8.3.4

Compare Source

#​481 Enhancement: don't crash on invalid empty embedded images when parsing Outlook messages

v8.3.3: Outlook X500 DAP address format support

Compare Source

#​477 Enhancement: Support Exchange proprietary addresses (X.500 DAP)

v8.3.2: bug patch for attachments with identical names

Compare Source

#​480 Bug: Multiple attachments with same name get the same Content-ID, causing them to refer to the same file content

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
xvik/dropwizard-guicey (ru.vyarus.guicey:guicey-jdbi3)

v5.10.0

Compare Source

  • Update to dropwizard 2.1.10
  • Add jsr305 as direct dependency to simplify usage @javax.annotation.Nullable
    (annotation is required for guice when nullable value could be injected)
  • Add qualifier annotations support for configuration properties binding:
    any configuration property (any level), annotated with qualifier annotation, would be
    directly bound with that qualifier. Core dropwizard objects could be qualified on overridden getter
  • Test improvements:
    • Junit 5 extensions could inject DropwizardTestSupport object itself as test method parameter
    • ClientSupport:
      • inner jersey client creation is customizable now with TestClientFactory implementation
        (new attribute "clientFactory" in @​TestGuiceyApp and @​TestDropwizardApp)
      • default factory would automatically configure:
        • multipart feature if available in classpath (dropwizard-forms)
        • direct console logging (to see requests and responses directly in console)
      • New methods:
        • basePathRoot - root url (only with port)
        • get(), post(), delete(), put() - simple shortcut methods to perform basic operations relative to server root
    • Context support object (DropwizardTestSupport) and client (ClientSupport) instances are accessible now statically
      for both manual run (TestSupport) and junit extensions: TestSupport.getContext() and TestSupport.getContextClient()
    • New generic builder for flexible DropwizardTestSupport object creation and run (when junit extension can't be used):
      TestSupport.builder() (with lifecycle listeners support)
    • TestSupport methods changes:
      • Creation and run methods updated with config override (strings) support
      • Add creation and run methods application class only (and optional overrides).
      • Run methods without callback now return RunResult containing all objects, required for validation (for example, to examine config)
      • Add captureOutput method to record console output for assertions
    • Commands test support:
      • TestSupport.buildCommandRunner() - builds runner for command execution
        with the same builder options as in generic builder (TestSupport.builder(); including same configuration)
        and user input support.
      • Could be used to test application startup fail (without using system mocks)

Full release notes

jdbi/jdbi (org.jdbi:jdbi3-postgres)

v3.42.0


Configuration

📅 Schedule: Branch creation - "every weekday" (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 changed the title Update most non-major Gradle dependencies to v2.22.0 Update most non-major Gradle dependencies Nov 20, 2023
@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch 4 times, most recently from 4bd5235 to 6f53900 Compare November 27, 2023 03:30
@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch 3 times, most recently from 0753601 to e095482 Compare December 3, 2023 10:34
@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch 2 times, most recently from 771071b to 8a33d7f Compare December 7, 2023 08:04
Copy link
Collaborator

@gjvoosten gjvoosten left a comment

Choose a reason for hiding this comment

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

Appears to suffer from gradle/gradle#27035

@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch 5 times, most recently from 19dd278 to 534f598 Compare December 13, 2023 17:01
@gjvoosten gjvoosten force-pushed the renovate/most-minor-gradle-patch branch from 534f598 to f06da4c Compare December 14, 2023 12:10
Copy link
Contributor Author

renovate bot commented Dec 14, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@gjvoosten gjvoosten merged commit 0a76773 into main Dec 14, 2023
26 checks passed
@gjvoosten gjvoosten deleted the renovate/most-minor-gradle-patch branch December 14, 2023 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant