Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.exposed:exposed-java-time …
Browse files Browse the repository at this point in the history
…to v0.54.0
  • Loading branch information
renovate[bot] committed Aug 30, 2024
1 parent 4a21d09 commit 246a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

implementation 'org.jetbrains.exposed:exposed-core:0.53.0'
implementation 'org.jetbrains.exposed:exposed-jdbc:0.53.0'
implementation 'org.jetbrains.exposed:exposed-java-time:0.53.0'
implementation 'org.jetbrains.exposed:exposed-java-time:0.54.0'
implementation "org.postgresql:postgresql:42.7.4"
implementation "com.zaxxer:HikariCP:5.1.0"

Expand Down

0 comments on commit 246a510

Please sign in to comment.