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

Bump exposed from 0.41.1 to 0.42.0 #230

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps exposed from 0.41.1 to 0.42.0.
Updates org.jetbrains.exposed:exposed-dao from 0.41.1 to 0.42.0

Release notes

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

0.42.0

What's Changed

... (truncated)

Changelog

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

0.42.0

Infrastructure:

  • Kotlin 1.9.0

Deprecations:

Breaking changes:

Features:

Bug fixes:

... (truncated)

Commits
  • 74fba00 test: Fix failing datetime tests in MariaDB (#1805)
  • 9de706c fix: EXPOSED-82 Inaccurate UShort column type mapping (#1799)
  • 799737c test: Fix failing exposed-tests in Oracle (#1803)
  • b1d526b fix: EXPOSED-99 addMissingColumnsStatements comparison of datetime defaults (...
  • a3830ed feat: EXPOSED-43 Add support for timestamp with time zone (#1787)
  • d5fd913 chore: Release 0.42.0 (#1804)
  • e55f3ef fix: EXPOSED-54 CaseWhen.Else returns narrow Expression<R> (#1800)
  • 55ed36b test: Fix exposed-tests failing in SQL Server (#1801)
  • 8b52c2f fix: EXPOSED-83 createMissingTablesAndColumns not detecting missing PK (#1797)
  • 513c2f0 test: Add test coverage for column transforms (#1687)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.42.0

Release notes

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

0.42.0

What's Changed

... (truncated)

Changelog

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

0.42.0

Infrastructure:

  • Kotlin 1.9.0

Deprecations:

Breaking changes:

Features:

Bug fixes:

... (truncated)

Commits
  • 74fba00 test: Fix failing datetime tests in MariaDB (#1805)
  • 9de706c fix: EXPOSED-82 Inaccurate UShort column type mapping (#1799)
  • 799737c test: Fix failing exposed-tests in Oracle (#1803)
  • b1d526b fix: EXPOSED-99 addMissingColumnsStatements comparison of datetime defaults (...
  • a3830ed feat: EXPOSED-43 Add support for timestamp with time zone (#1787)
  • d5fd913 chore: Release 0.42.0 (#1804)
  • e55f3ef fix: EXPOSED-54 CaseWhen.Else returns narrow Expression<R> (#1800)
  • 55ed36b test: Fix exposed-tests failing in SQL Server (#1801)
  • 8b52c2f fix: EXPOSED-83 createMissingTablesAndColumns not detecting missing PK (#1797)
  • 513c2f0 test: Add test coverage for column transforms (#1687)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 31, 2023
@hfhbd hfhbd force-pushed the dependabot/gradle/exposed-0.42.0 branch from 05801fd to adc4b23 Compare July 31, 2023 19:37
@hfhbd hfhbd enabled auto-merge (squash) July 31, 2023 19:39
@hfhbd hfhbd force-pushed the dependabot/gradle/exposed-0.42.0 branch from adc4b23 to 7bceb3d Compare July 31, 2023 20:10
Bumps `exposed` from 0.41.1 to 0.42.0.

Updates `org.jetbrains.exposed:exposed-dao` from 0.41.1 to 0.42.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.41.1...0.42.0)

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.41.1 to 0.42.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.41.1...0.42.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-dao
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@hfhbd hfhbd force-pushed the dependabot/gradle/exposed-0.42.0 branch from 7bceb3d to 2b6689b Compare July 31, 2023 20:36
@hfhbd hfhbd merged commit f5da5a6 into main Jul 31, 2023
2 checks passed
@hfhbd hfhbd deleted the dependabot/gradle/exposed-0.42.0 branch July 31, 2023 20:39
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