From b7d5a503dc8bfdd02487c652a98238333baabbed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:03:56 +0000 Subject: [PATCH] Bump com.softwaremill.sttp.client3:core_3 from 3.9.8 to 3.10.0 Bumps [com.softwaremill.sttp.client3:core_3](https://github.com/softwaremill/sttp) from 3.9.8 to 3.10.0. - [Release notes](https://github.com/softwaremill/sttp/releases) - [Commits](https://github.com/softwaremill/sttp/compare/v3.9.8...v3.10.0) --- updated-dependencies: - dependency-name: com.softwaremill.sttp.client3:core_3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22221e7..0c751f6 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ def VERSIONS = [ QUARKUS_SCALA3: "1.0.0", SCALA3 : "3.5.1", MAGNUM : "1.2.1", - STTP : "3.9.8", + STTP : "3.10.0", ZIO : "2.1.9", REST_ASSURED : "5.5.0", // Here we use the latest version of Rest Assured to use the Scala 3 extensions ]