From 9fcad252e962b09ebfba28197c6dfff9810dd607 Mon Sep 17 00:00:00 2001 From: David Denton Date: Tue, 7 Nov 2023 22:02:22 +0000 Subject: [PATCH] Auto-upgrade to 5.10.1.0 (#229) Co-authored-by: Auto-upgrade to 5.10.1.0 --- aws-lambda-custom-runtime/gradle.properties | 2 +- aws-lambda-events/gradle.properties | 2 +- aws-lambda-http/gradle.properties | 2 +- aws-lambda-url/gradle.properties | 2 +- bearer-auth/gradle.properties | 2 +- graalvm/gradle.properties | 2 +- graphql/gradle.properties | 2 +- hello-world/gradle.properties | 2 +- hexagonal-arrow/gradle.properties | 2 +- hexagonal/gradle.properties | 2 +- hotwire/gradle.properties | 2 +- http4k-connect/gradle.properties | 2 +- json-api/gradle.properties | 2 +- oauth/gradle.properties | 2 +- openapi/gradle.properties | 2 +- quarkus/gradle.properties | 2 +- react-app/gradle.properties | 2 +- typesafe-configuration/gradle.properties | 2 +- web-content/gradle.properties | 2 +- websockets/gradle.properties | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/aws-lambda-custom-runtime/gradle.properties b/aws-lambda-custom-runtime/gradle.properties index 09dc2506..71215ccd 100644 --- a/aws-lambda-custom-runtime/gradle.properties +++ b/aws-lambda-custom-runtime/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/aws-lambda-events/gradle.properties b/aws-lambda-events/gradle.properties index 09dc2506..71215ccd 100644 --- a/aws-lambda-events/gradle.properties +++ b/aws-lambda-events/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/aws-lambda-http/gradle.properties b/aws-lambda-http/gradle.properties index 09dc2506..71215ccd 100644 --- a/aws-lambda-http/gradle.properties +++ b/aws-lambda-http/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/aws-lambda-url/gradle.properties b/aws-lambda-url/gradle.properties index 615ef780..fe27345b 100644 --- a/aws-lambda-url/gradle.properties +++ b/aws-lambda-url/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/bearer-auth/gradle.properties b/bearer-auth/gradle.properties index 6568bd52..3e3c9ad7 100644 --- a/bearer-auth/gradle.properties +++ b/bearer-auth/gradle.properties @@ -1 +1 @@ -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/graalvm/gradle.properties b/graalvm/gradle.properties index 09dc2506..71215ccd 100644 --- a/graalvm/gradle.properties +++ b/graalvm/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/graphql/gradle.properties b/graphql/gradle.properties index c25d8628..6cb67dd9 100644 --- a/graphql/gradle.properties +++ b/graphql/gradle.properties @@ -1,4 +1,4 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 graphql_kotlin_schema_generator_version=3.6.7 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/hello-world/gradle.properties b/hello-world/gradle.properties index 09dc2506..71215ccd 100644 --- a/hello-world/gradle.properties +++ b/hello-world/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/hexagonal-arrow/gradle.properties b/hexagonal-arrow/gradle.properties index eee5ab9e..7a640fab 100644 --- a/hexagonal-arrow/gradle.properties +++ b/hexagonal-arrow/gradle.properties @@ -1,4 +1,4 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 forkHandlesVersion=2.3.0.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/hexagonal/gradle.properties b/hexagonal/gradle.properties index eee5ab9e..7a640fab 100644 --- a/hexagonal/gradle.properties +++ b/hexagonal/gradle.properties @@ -1,4 +1,4 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 forkHandlesVersion=2.3.0.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/hotwire/gradle.properties b/hotwire/gradle.properties index 09dc2506..71215ccd 100644 --- a/hotwire/gradle.properties +++ b/hotwire/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/http4k-connect/gradle.properties b/http4k-connect/gradle.properties index 13272f71..6cabe479 100644 --- a/http4k-connect/gradle.properties +++ b/http4k-connect/gradle.properties @@ -1,4 +1,4 @@ http4kConnectVersion=5.0.0.0 junitVersion=5.7.2 mockkVersion=1.12.1 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/json-api/gradle.properties b/json-api/gradle.properties index 09dc2506..71215ccd 100644 --- a/json-api/gradle.properties +++ b/json-api/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/oauth/gradle.properties b/oauth/gradle.properties index 09dc2506..71215ccd 100644 --- a/oauth/gradle.properties +++ b/oauth/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/openapi/gradle.properties b/openapi/gradle.properties index 09dc2506..71215ccd 100644 --- a/openapi/gradle.properties +++ b/openapi/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/quarkus/gradle.properties b/quarkus/gradle.properties index 1232b8a3..522d42af 100644 --- a/quarkus/gradle.properties +++ b/quarkus/gradle.properties @@ -1,4 +1,4 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 quarkus_version=3.2.0.Final -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/react-app/gradle.properties b/react-app/gradle.properties index 06d725e2..242d50d9 100644 --- a/react-app/gradle.properties +++ b/react-app/gradle.properties @@ -2,4 +2,4 @@ kotlin.code.style=official org.gradle.parallel=false junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/typesafe-configuration/gradle.properties b/typesafe-configuration/gradle.properties index 09dc2506..71215ccd 100644 --- a/typesafe-configuration/gradle.properties +++ b/typesafe-configuration/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/web-content/gradle.properties b/web-content/gradle.properties index 09dc2506..71215ccd 100644 --- a/web-content/gradle.properties +++ b/web-content/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0 diff --git a/websockets/gradle.properties b/websockets/gradle.properties index 09dc2506..71215ccd 100644 --- a/websockets/gradle.properties +++ b/websockets/gradle.properties @@ -1,3 +1,3 @@ junitVersion=5.7.2 kotlinVersion=1.9.0 -http4kVersion=5.10.0.0 +http4kVersion=5.10.1.0