Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jun 20, 2024
1 parent f6e69d9 commit 6bbe1a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

val hexagonVersion = "3.5.3"
val flywayVersion = "10.13.0"
val flywayVersion = "10.14.0"
val postgresqlVersion = "42.7.3"
val kafkaVersion = "3.7.0"
val gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"
Expand All @@ -30,9 +30,9 @@ description="Service's description"
dependencies {
"implementation"("com.hexagonkt:http_server_netty:$hexagonVersion")
"implementation"("com.hexagonkt:serialization_jackson_json:$hexagonVersion")
"implementation"("org.flywaydb:flyway-core:$flywayVersion")
"implementation"("org.postgresql:postgresql:$postgresqlVersion")
"implementation"("org.apache.kafka:kafka-clients:$kafkaVersion")
// "implementation"("org.flywaydb:flyway-core:$flywayVersion")
// "implementation"("org.postgresql:postgresql:$postgresqlVersion")
// "implementation"("org.apache.kafka:kafka-clients:$kafkaVersion")

"testImplementation"("com.hexagonkt:http_client_jetty:$hexagonVersion")
}
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 6bbe1a6

Please sign in to comment.