From 77c30821a1760221c6d785d401d755a428055b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 21:57:34 +0000 Subject: [PATCH] Bump com.exactpro.sf:sailfish-core from 3.3.54 to 3.3.77 Bumps [com.exactpro.sf:sailfish-core](https://github.com/exactpro/sailfish-core) from 3.3.54 to 3.3.77. - [Release notes](https://github.com/exactpro/sailfish-core/releases) - [Commits](https://github.com/exactpro/sailfish-core/commits) --- updated-dependencies: - dependency-name: com.exactpro.sf:sailfish-core 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 caa47e9..dc10c45 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { ext { sharedDir = file("${project.rootDir}/shared") - sailfishVersion = '3.3.54' + sailfishVersion = '3.3.77' } group = 'com.exactpro.th2'