From 46e8b488edc61aa0821905af5b871d556f25149a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:01:14 +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 bac1a9b..2e73e28 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'