From ff03da7f39f921f260f9d7e26f6064027ca5c944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 00:40:37 +0000 Subject: [PATCH] Bump com.exactpro.th2:sailfish-utils from 3.14.0 to 3.15.0 Bumps [com.exactpro.th2:sailfish-utils](https://github.com/th2-net/th2-sailfish-utils) from 3.14.0 to 3.15.0. - [Commits](https://github.com/th2-net/th2-sailfish-utils/commits) --- updated-dependencies: - dependency-name: com.exactpro.th2:sailfish-utils 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 f9a438e..99f9d3b 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { api platform('com.exactpro.th2:bom:4.1.0') implementation 'com.exactpro.th2:common:3.44.0' - implementation 'com.exactpro.th2:sailfish-utils:3.14.0' + implementation 'com.exactpro.th2:sailfish-utils:3.15.0' implementation group: 'io.reactivex.rxjava3', name: 'rxjava', version: '3.0.4'