Skip to content

Commit

Permalink
Updated build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
alina tarasova committed Mar 14, 2024
1 parent c010f77 commit e984290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core:3.25.1")

implementation("io.javalin:javalin:5.6.2")
implementation("io.javalin:javalin-bundle:5.6.2")
implementation("io.javalin:javalin-rendering:5.6.2")
implementation("io.javalin:javalin:6.1.3")
implementation("io.javalin:javalin-rendering:6.1.3")
implementation("io.javalin:javalin-bundle:6.1.3")
implementation("gg.jte:jte:3.1.0")
implementation("org.slf4j:slf4j-simple:2.0.9")

Expand All @@ -38,7 +38,7 @@ dependencies {

implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")

implementation("org.postgresql:postgresql:42.6.0")
implementation("org.postgresql:postgresql:42.7.2")

testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
implementation("com.konghq:unirest-java:3.14.5")
Expand Down

0 comments on commit e984290

Please sign in to comment.