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-kotlin-datetime to v0…
Browse files Browse the repository at this point in the history
….49.0
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent ec21b5f commit 9d02403
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 @@ -58,7 +58,7 @@ dependencies {
implementation("org.jetbrains.exposed", "exposed-core", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-dao", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-jdbc", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-kotlin-datetime", "0.43.0")
implementation("org.jetbrains.exposed", "exposed-kotlin-datetime", "0.49.0")
implementation("com.h2database", "h2", "2.2.224")

implementation("com.zaxxer:HikariCP:5.1.0")
Expand Down

0 comments on commit 9d02403

Please sign in to comment.