Skip to content

Commit

Permalink
Don't update exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed May 6, 2024
1 parent 9604e02 commit 5f1e73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ dependencies {
implementation "org.flywaydb:flyway-core"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.49.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.49.0"
implementation "org.jetbrains.exposed:exposed-json:0.50.0"
implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.50.0"
implementation "org.jetbrains.exposed:exposed-json:0.49.0"
implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0"
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"
implementation "org.hibernate.validator:hibernate-validator:8.0.1.Final"
implementation "org.keycloak:keycloak-admin-client:23.0.7"
Expand Down

0 comments on commit 5f1e73a

Please sign in to comment.