From 6f7e95fc78362c13c22a37f81c54845ad4a5ed11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 00:32:02 +0000 Subject: [PATCH] Bump com.softwaremill.sttp.client3:core_3 from 3.10.2 to 3.10.3 Bumps [com.softwaremill.sttp.client3:core_3](https://github.com/softwaremill/sttp) from 3.10.2 to 3.10.3. - [Release notes](https://github.com/softwaremill/sttp/releases) - [Commits](https://github.com/softwaremill/sttp/compare/v3.10.2...v3.10.3) --- 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 e69ec72..36d4948 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ def VERSIONS = [ QUARKUS_SCALA3: "1.0.0", SCALA3 : "3.6.3", MAGNUM : "1.3.1", - STTP : "3.10.2", + STTP : "3.10.3", ZIO : "2.1.14", REST_ASSURED : "5.5.0", // Here we use the latest version of Rest Assured to use the Scala 3 extensions ]