From 8cd4135864ed7e470f2235f41888d2603000dbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:45:55 +0000 Subject: [PATCH] Bump com.softwaremill.sttp.client3:core_3 from 3.10.0 to 3.10.1 Bumps [com.softwaremill.sttp.client3:core_3](https://github.com/softwaremill/sttp) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/softwaremill/sttp/releases) - [Commits](https://github.com/softwaremill/sttp/compare/v3.10.0...v3.10.1) --- 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 1e2679c..37fa569 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ def VERSIONS = [ QUARKUS_SCALA3: "1.0.0", SCALA3 : "3.5.1", MAGNUM : "1.3.0", - STTP : "3.10.0", + STTP : "3.10.1", ZIO : "2.1.11", REST_ASSURED : "5.5.0", // Here we use the latest version of Rest Assured to use the Scala 3 extensions ]