From 769b92697102754941ce6fdc88edaa6227c511f9 Mon Sep 17 00:00:00 2001 From: David Denton Date: Fri, 1 Nov 2024 17:28:27 +0000 Subject: [PATCH] Update version of http4k to be one that is only available in the LTS repository --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index e42732d..1d02993 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -http4kVersion=0.0.0.0 -ltsUser=user -ltsPassword=password +http4kVersion=4.48.0.1 +ltsUser=replace_me +ltsPassword=replace_me