From c851832d20aea2e72af72809a1eada6995ebbf88 Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Thu, 20 Jun 2024 12:07:07 +0100 Subject: [PATCH] Use jdk8 dependency --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 941a3fa..b97b705 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ org.jetbrains.kotlin - kotlin-stdlib + kotlin-stdlib-jdk8 2.0.0 @@ -72,6 +72,12 @@ 2.1.1 test + + org.wiremock + wiremock-standalone + 3.6.0 + test +