Skip to content

chore(deps): bump org.jetbrains.exposed:exposed-dao from 0.39.2 to 0.61.0 in /backend #1242

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2025

Bumps org.jetbrains.exposed:exposed-dao from 0.39.2 to 0.61.0.

Release notes

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

0.61.0

Change log

0.60.0

Change log

New Contributors

0.59.0

Change log

New Contributors

0.58.0

Change log

New Contributors

0.57.0

Change log

New Contributors

0.56.0

Change log

New Contributors

0.55.0

What's Changed

Change log

New Contributors

0.54.0

What's Changed

... (truncated)

Changelog

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

0.61.0

What's Changed

Infrastructure:

  • Spring Framework 6.2.5
  • junit-bom 5.12.1
  • Spring Boot 3.4.4
  • moneta 1.4.5
  • Joda Time 2.14.0
  • Kotlinx Serialization 1.8.1
  • logcaptor 2.10.2

Features:

Bug fixes:

Docs:

Full Changelog: JetBrains/Exposed@0.60.0...0.61.0

0.60.0

Infrastructure:

  • Joda Time 2.13.1
  • SQLite driver 3.49.1.0
  • Kotlinx Datetime JVM 0.6.2
  • Spring Framework 6.2.3
  • Spring Boot 3.4.3
  • detekt 1.23.8
  • junit-bom 5.12.0

Breaking changes:

Features:

Bug fixes:

... (truncated)

Commits
  • 1c8b114 chore: Bump Exposed version from 0.60.0 to 0.61.0
  • d57e65e fix: Fix 'Could not read PGP secret key' issue (#2461)
  • 62863f0 chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)
  • 0866378 build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)
  • 6ffd159 fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)
  • 2bc7f1a build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)
  • a7e6ae1 build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)
  • ad913f3 docs: EXPOSED-567 Update the FAQ topic (#2449)
  • e311267 build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)
  • 72a5945 build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)
  • Additional commits viewable in compare view

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

Summary by Sourcery

Chores:

  • Upgrade org.jetbrains.exposed:exposed-dao from version 0.39.2 to 0.61.0

@dependabot dependabot bot requested a review from rm3l April 12, 2025 04:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2025
Copy link

sourcery-ai bot commented Apr 12, 2025

Reviewer's Guide by Sourcery

This pull request bumps the org.jetbrains.exposed:exposed-dao dependency in the /backend module from version 0.39.2 to 0.61.0. This involves updating the dependency version in the build.gradle file.

Updated class diagram for Exposed DAO

classDiagram
    class Entity {
        +id: EntityID
        +created: DateTime
        +updated: DateTime
    }
    note for Entity "Base class for all entities"

    class EntityID {
        +value: Any
    }
    note for EntityID "Represents the ID of an entity"

    class Table {
        +tableName: String
        +columns: List<Column>
        +primaryKey: PrimaryKey
    }
    note for Table "Represents a database table"

    class Column {
        +name: String
        +columnType: IColumnType
        +nullable: Boolean
    }
    note for Column "Represents a column in a table"

    class IColumnType {
        <<interface>>
        +typeName: String
        +notNullValue(): Any
    }
    note for IColumnType "Interface for column types"

    Entity *-- EntityID : has
    Table *-- Column : contains
    Column *-- IColumnType : has type
Loading

File-Level Changes

Change Details Files
The pull request updates the exposed-dao dependency from version 0.39.2 to 0.61.0.
  • Updated the exposed-dao dependency version.
backend/build.gradle

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Bumps [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) from 0.39.2 to 0.61.0.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@0.39.2...0.61.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/backend/org.jetbrains.exposed-exposed-dao-0.61.0 branch from ab8c5f8 to a167dfb Compare May 5, 2025 07:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants