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

Commit

Permalink
Update dependency org.jetbrains.exposed:exposed-dao to v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 43e6567 commit f449781
Showing 1 changed file with 1 addition and 1 deletion.
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.49.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

0 comments on commit f449781

Please sign in to comment.