Skip to content

Commit

Permalink
Update Hexagon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Dec 8, 2023
1 parent e74984d commit 7a4fad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version("0.9.28")
}

val hexagonVersion = "3.4.4"
val hexagonVersion = "3.4.5"
val gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"

ext.set("options", "-Xmx48m")
Expand All @@ -26,7 +26,7 @@ description="Service's description"
dependencies {
"implementation"("com.hexagonkt:http_server_jetty:$hexagonVersion")
"implementation"("com.hexagonkt:serialization_jackson_json:$hexagonVersion")
"implementation"("org.slf4j:slf4j-nop:2.0.7")
"implementation"("org.slf4j:slf4j-nop:2.0.9")

"testImplementation"("com.hexagonkt:http_client_jetty:$hexagonVersion")
}
Expand Down

0 comments on commit 7a4fad5

Please sign in to comment.