-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: master
Are you sure you want to change the base?
chore(deps): bump org.jetbrains.exposed:exposed-dao from 0.39.2 to 0.61.0 in /backend #1242
Conversation
Reviewer's Guide by SourceryThis pull request bumps the Updated class diagram for Exposed DAOclassDiagram
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
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this 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.
ab8c5f8 to
a167dfb
Compare
|
@dependabot recreate |
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] <support@github.com>
a167dfb to
affa33c
Compare
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.
... (truncated)
Changelog
Sourced from org.jetbrains.exposed:exposed-dao's changelog.
... (truncated)
Commits
1c8b114chore: Bump Exposed version from 0.60.0 to 0.61.0d57e65efix: Fix 'Could not read PGP secret key' issue (#2461)62863f0chore: Update gradle wrapper to version 8.13 (25.02.2025) (#2460)0866378build(deps): bump io.github.hakky54:logcaptor from 2.10.1 to 2.10.2 (#2457)6ffd159fix: EXPOSED-761 Forward ColumnWithTransform.readObject to delegate (#2455)2bc7f1abuild(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#2454)a7e6ae1build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#2452)ad913f3docs: EXPOSED-567 Update the FAQ topic (#2449)e311267build(deps): bump org.javamoney:moneta from 1.4.4 to 1.4.5 (#2450)72a5945build(deps): bump springBoot from 3.4.3 to 3.4.4 (#2448)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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: