Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Update dependency org.jetbrains.exposed:exposed-dao to v0.50.0 #287

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion")

implementation("org.jetbrains.exposed", "exposed-core", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-dao", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-dao", "0.50.0")
implementation("org.jetbrains.exposed", "exposed-jdbc", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-kotlin-datetime", "0.43.0")
implementation("com.h2database", "h2", "2.2.224")
Expand Down
Loading