hashgraph / hedera-mirror-node

Hedera Mirror Node archives data from consensus nodes and serves it via an API
Apache License 2.0
128 stars 108 forks source link

Bump jooqVersion from 3.19.11 to 3.19.13 #9469

Closed dependabot[bot] closed 1 day ago

dependabot[bot] commented 1 day ago

Bumps jooqVersion from 3.19.11 to 3.19.13. Updates org.jooq:jooq-codegen-gradle from 3.19.11 to 3.19.13

Release notes

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

3.19.13

Version 3.19.13 - September 26, 2024

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

Features and Improvements

#17334 - MetaImpl exceptions should indicate table and column if applicable, which caused the exception #17377 - Add a link to DSL::coerce from DSL::cast and Field::cast

Bug Fixes

#17324 - Upgrade Spring dependency from jOOQ-meta-extensions-hibernate to 5.3.39 due to CVE-2024-38808 #17327 - Upgrade jOOQ-checker's transitive guava dependency to 32.1.3-jre due to CVE-2023-2976 #17330 - R2DBC Connection leak when cancelling pending connection with ConnectionPool #17338 - ORA-17068: Invalid arguments in call when calling OracleDatabaseMetaData.getIndexInfo() with quoted object names #17345 - MetaImpl and code generator should ignore MySQL's dummy REMARKS column on DatabaseMetaData::getTables for views #17350 - Meta::ddl re-ordering logic cannot parse views from MetaImpl in certain dialects #17356 - Regression when generating DDL from certain generated views #17360 - DDL::applyAsPlainSQL should trim plain SQL string to check if it starts with CREATE #17366 - UserImpl::$replace produces a RoleImpl instance #17371 - Oracle PL/SQL %ROWTYPE references should be declared as such in anonymous blocks when calling procedures

3.19.12

Version 3.19.12 - September 23, 2024

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

Features and Improvements

#17101 - Add DataType.isTimestampWithTimeZone() for INSTANT and OFFSETDATETIME and isTimeWithTimeZone() for OffsetTime #17209 - Revert deprecation of serialization support #17248 - Log warnings when Java record constructor has more than 254 parameters #17275 - Add Converter.fromSupported() and Converter.toSupported() default methods #17295 - Document the fact that org.jooq.Binding does not necessarily have to implement a complete org.jooq.Converter #17302 - Add new DataType.isDecimal() method to check if DataType.isNumeric() and it has a decimal representation

Bug Fixes

#17049 - Upgrade pgjdbc dependency to 42.7.3 to mitigate CVE-2024-1597 #17064 - Update DataType.isXYZ() Javadoc with new types #17071 - TIME(0), LOCALTIME(0), OFFSETDATETIME(0), and INSTANT(0) don't work in DDL statements as the datetime precision is simply omitted #17076 - Redundant unique index on primary key makes foreign keys disappear in PostgreSQL #17084 - HANA's WITH ORDINALITY emulation doesn't maintain correct ordering of ORDINALITY

... (truncated)

Commits


Updates org.jooq:jooq-meta from 3.19.11 to 3.19.13

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 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)