TecToast / Emolga

Pokemon related Discord Bot based on JDA
GNU General Public License v3.0
5 stars 3 forks source link

build(deps): bump org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.44.1 #236

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 10 months ago

Bumps org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.44.1.

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

0.44.0

Change log

New Contributors:

0.43.0

Change log

0.42.1

Change log

0.42.0

What's Changed

... (truncated)

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

0.44.0

Infrastructure:

  • Kotlin 1.9.10
  • Kotlin Coroutines 1.7.3
  • log4j2 2.20.0
  • h2-database driver 2.2.220
  • MariaDB driver 2.7.9 and 3.1.4
  • MySQL driver 8.0.30
  • PostgreSQL driver 42.6.0
  • SQLite driver 3.43.0.0
  • Spring Framework 6.0.11
  • Spring Boot 3.1.3

Breaking changes:

  • SpringTransactionManager no longer extends DataSourceTransactionManager; instead, it directly extends AbstractPlatformTransactionManager. The class also no longer implements the Exposed interface TransactionManager, as transaction operations are instead delegated to Spring.
  • spring-transaction and exposed-spring-boot-starter modules now use Spring Framework 6.0 and Spring Boot 3.0, which require Java 17 as a minimum version.
  • A table that is created with a keyword identifier now logs a warning that the identifier's case may be lost when it is automatically quoted in generated SQL. DatabaseConfig now includes the property preserveKeywordCasing, which can be set to true to remove these warnings and to ensure that the identifier matches the exact case used.
  • More details at Breaking changes

Features:

Bug fixes:

0.43.0

... (truncated)

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 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)
TecToast commented 4 months ago

@dependabot close