From c61ad1231f6472d8e869ee2d4270d94a6f758497 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 18 Sep 2023 20:22:17 +0000
Subject: [PATCH] fix(deps): update dependency
 org.apache.cxf:cxf-rt-transports-http to v4.0.3

---
 build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 1ef21aa..f1ab835 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
   testImplementation("xmlunit:xmlunit:1.6")
   testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
   testImplementation("org.apache.cxf:cxf-rt-frontend-jaxws:4.0.1")
-  testImplementation("org.apache.cxf:cxf-rt-transports-http:4.0.0")
+  testImplementation("org.apache.cxf:cxf-rt-transports-http:4.0.3")
   compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2")
 }