From c6d2ef1adec463838e624eab0e4b98273cdc297d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:13:00 +0000 Subject: [PATCH] Bump com.softwaremill.sttp.client3:core_3 from 3.10.1 to 3.10.2 Bumps [com.softwaremill.sttp.client3:core_3](https://github.com/softwaremill/sttp) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/softwaremill/sttp/releases) - [Commits](https://github.com/softwaremill/sttp/compare/v3.10.1...v3.10.2) --- updated-dependencies: - dependency-name: com.softwaremill.sttp.client3:core_3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34b6cf8..2051589 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ def VERSIONS = [ QUARKUS_SCALA3: "1.0.0", SCALA3 : "3.6.2", MAGNUM : "1.3.1", - STTP : "3.10.1", + STTP : "3.10.2", ZIO : "2.1.14", REST_ASSURED : "5.5.0", // Here we use the latest version of Rest Assured to use the Scala 3 extensions ]