diff --git a/build.gradle.kts b/build.gradle.kts index e9c3ef0..805d2a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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" @@ -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") } diff --git a/gradlew b/gradlew index 1aa94a4..b740cf1 100755 --- a/gradlew +++ b/gradlew @@ -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/.