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.45.0 to 0.46.0 #283

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2024

Bumps exposed from 0.45.0 to 0.46.0.
Updates org.jetbrains.exposed:exposed-dao from 0.45.0 to 0.46.0

Release notes

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

0.46.0

Change log

New Contributors:

Changelog

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

0.46.0

Infrastructure:

  • Kotlinx Datetime JVM 0.5.0
  • Joda Time 2.12.5
  • Kotlinx Serialization Json 1.6.2
  • log4j2 2.22.0
  • slf4j 2.0.9
  • MariaDB (V3) driver 3.3.1
  • PostgreSQL driver 42.7.1
  • h2-database (V2) driver 2.2.224
  • SQLite driver 3.44.1.0
  • Spring Framework 6.1.2
  • Spring Boot 3.2.0
  • Spring Security Crypto 5.8.8

Breaking changes:

Features:

Bug fixes:

Build:

Docs:

Commits
  • 955f1fd chore: Bump Exposed version from 0.45.0 to 0.46.0
  • 5a4275d docs: Add MIGRATION_GUIDE (#1933)
  • 1d2d3f0 chore!: EXPOSED-239 Set preserveKeywordCasing flag to true by default (#1948)
  • 948e5d5 fix: EXPOSED-242 [PostgreSQL] Cannot change connection setting in middle of a...
  • cd1084b docs: Add missing KDocs for exposed-core table API (#1946)
  • 620edb8 docs: Add missing KDocs for exposed-core database API (#1945)
  • bda376f test: Drop duplicate Spring tests using non-H2 Gradle tasks (#1947)
  • ec7fc56 perf: EXPOSED-204 Performance problem with getConnection() (#1943)
  • 600ea0d build(deps): bump springFramework from 6.1.1 to 6.1.2 (#1944)
  • 85fb9b3 docs: Add missing KDocs for exposed-core queries API (#1941)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 0.45.0 to 0.46.0

Release notes

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

0.46.0

Change log

New Contributors:

Changelog

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

0.46.0

Infrastructure:

  • Kotlinx Datetime JVM 0.5.0
  • Joda Time 2.12.5
  • Kotlinx Serialization Json 1.6.2
  • log4j2 2.22.0
  • slf4j 2.0.9
  • MariaDB (V3) driver 3.3.1
  • PostgreSQL driver 42.7.1
  • h2-database (V2) driver 2.2.224
  • SQLite driver 3.44.1.0
  • Spring Framework 6.1.2
  • Spring Boot 3.2.0
  • Spring Security Crypto 5.8.8

Breaking changes:

Features:

Bug fixes:

Build:

Docs:

Commits
  • 955f1fd chore: Bump Exposed version from 0.45.0 to 0.46.0
  • 5a4275d docs: Add MIGRATION_GUIDE (#1933)
  • 1d2d3f0 chore!: EXPOSED-239 Set preserveKeywordCasing flag to true by default (#1948)
  • 948e5d5 fix: EXPOSED-242 [PostgreSQL] Cannot change connection setting in middle of a...
  • cd1084b docs: Add missing KDocs for exposed-core table API (#1946)
  • 620edb8 docs: Add missing KDocs for exposed-core database API (#1945)
  • bda376f test: Drop duplicate Spring tests using non-H2 Gradle tasks (#1947)
  • ec7fc56 perf: EXPOSED-204 Performance problem with getConnection() (#1943)
  • 600ea0d build(deps): bump springFramework from 6.1.1 to 6.1.2 (#1944)
  • 85fb9b3 docs: Add missing KDocs for exposed-core queries API (#1941)
  • 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 show <dependency name> 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)

Bumps `exposed` from 0.45.0 to 0.46.0.

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

Updates `org.jetbrains.exposed:exposed-jdbc` from 0.45.0 to 0.46.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.45.0...0.46.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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 11, 2024
@hfhbd
Copy link
Owner

hfhbd commented Feb 1, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #294.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/exposed-0.46.0 branch February 1, 2024 15:11
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