-
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.
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]>
ab8c5f8
to
a167dfb
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
1c8b114
chore: Bump Exposed version from 0.60.0 to 0.61.0d57e65e
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)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: