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

build: bump the org-jooq group with 2 updates #185

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the org-jooq group with 2 updates: org.jooq:jooq and org.jooq.jooq-codegen-gradle.

Updates org.jooq:jooq from 3.19.18 to 3.20.0

Updates org.jooq.jooq-codegen-gradle from 3.19.18 to 3.20.0

Release notes

Sourced from org.jooq.jooq-codegen-gradle's releases.

3.19.19

Version 3.19.19 - February 19, 2025

This is a 3.19 patch release with minor improvements and bug fixes

Features and Improvements

#17919 - Add a debug mode to static type registry warnings #17967 - Add more Javadoc related to reference vs declaration to relevant API, such as Field::as and Table::as

Bug Fixes

#17892 - ORA-22848 thrown if a BLOB or CLOB field is used in IN and NOT IN list predicates #17895 - ORA-22848 thrown if a BLOB or CLOB field is used row value comparison predicates #17901 - Incomplete dialect support for SQLDialect.LONGVARCHAR and similar esoteric String / binary types #17904 - SQLExceptionLoggerListener logs wrong message on table with IDENTITY column and UNIQUE key #17906 - Improve Javadoc and log DEBUG message on RETURNING clauses, stressing that they can't return any rows for tables without identity in some dialects #17918 - Avoid optional org.jetbrains.annotations annotations on code generation base classes due to javac annotation processing flaw #17923 - Add new AbstractDelegatingResultQuery internal type to avoid excessive default method bytecode generation at JVM startup time #17935 - Generated Javadoc should reference qualified output name of generated objects, not input name #17940 - ALTER TABLE .. DROP DEFAULT doesn't work for SQL Server quoted column identifiers #17949 - Nesting row 3 times in a SELECT .. ORDER BY .. LIMIT query leads to wrong results with dialects that emulate LIMIT or LIMIT .. WITH TIES with NestedCollectionEmulation.XML #17955 - QUALIFY emulation shouldn't use HAVING in the absence of aggregate functions #17961 - DefaultConverterProvider should attempt to load Jackson's JavaTimeModule, if found on the classpath #17973 - Wrong FOR UPDATE emulation on SQL Server when tables are aliased #17976 - Invalid SQL generated when using .forUpdate() in combination with implicit joins when using SQL Server #17982 - Combining nested rows with the WITH TIES syntax leads to runtime exception in CockroachDB, YugabyteDB, PostgreSQL 12 and less #17987 - Wrong combination of DISTINCT ON and QUALIFY emulations #17994 - ArrayStoreException when using Converters::forArrayComponents #17997 - Regression: Field::contains shouldn't auto-cast citext type to varchar on PostgreSQL #18002 - Path based policy produces wrong SQL query when used on INSERT .. ON DUPLICATE KEY UPDATE emulation using MERGE #18010 - Temporal table versioning columns are not generated as computed columns #18016 - SQLDialect.ORACLE lists 21 as required version, instead of 23 #18017 - Compilation error in generated code when UDT attribute name conflicts with getter procedure #18023 - ZIP file download contains a copy of a gradle cache directory in jooq-3.x.y-all-sources.zip

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2025
Bumps the org-jooq group with 2 updates: org.jooq:jooq and [org.jooq.jooq-codegen-gradle](https://github.com/jOOQ/jOOQ).


Updates `org.jooq:jooq` from 3.19.18 to 3.20.0

Updates `org.jooq.jooq-codegen-gradle` from 3.19.18 to 3.20.0
- [Release notes](https://github.com/jOOQ/jOOQ/releases)
- [Commits](jOOQ/jOOQ@version-3.19.18...version-3.20.0)

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: org-jooq
- dependency-name: org.jooq.jooq-codegen-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: org-jooq
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/main/org-jooq-bda5920bba branch from a16f2d2 to f3993a4 Compare February 20, 2025 06:42
@darksaid98 darksaid98 merged commit 030b7da into main Feb 20, 2025
1 check passed
@darksaid98 darksaid98 deleted the dependabot/gradle/main/org-jooq-bda5920bba branch February 20, 2025 06:43
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant