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
….44.1
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 23fb378 commit d11ea61
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.44.1")
implementation("com.h2database", "h2", "2.2.224")

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

0 comments on commit d11ea61

Please sign in to comment.