From 4cd60af6d9646a4c21212ed1e439b5d026bb8022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 11:59:29 +0000 Subject: [PATCH] Bump openDolphinVersion from 1.0-RC1 to 1.0-RC3 Bumps `openDolphinVersion` from 1.0-RC1 to 1.0-RC3. Updates `dolphin-client` from 1.0-RC1 to 1.0-RC3 - [Release notes](https://github.com/canoo/open-dolphin/releases) - [Commits](https://github.com/canoo/open-dolphin/commits) Updates `dolphin-client-javafx` from 1.0-RC1 to 1.0-RC3 - [Release notes](https://github.com/canoo/open-dolphin/releases) - [Commits](https://github.com/canoo/open-dolphin/commits) Updates `dolphin-shared` from 1.0-RC1 to 1.0-RC3 - [Release notes](https://github.com/canoo/open-dolphin/releases) - [Commits](https://github.com/canoo/open-dolphin/commits) Updates `dolphin-server` from 1.0-RC1 to 1.0-RC3 - [Release notes](https://github.com/canoo/open-dolphin/releases) - [Commits](https://github.com/canoo/open-dolphin/commits) --- updated-dependencies: - dependency-name: org.open-dolphin:dolphin-client dependency-type: direct:production - dependency-name: org.open-dolphin:dolphin-client-javafx dependency-type: direct:production - dependency-name: org.open-dolphin:dolphin-shared dependency-type: direct:production - dependency-name: org.open-dolphin:dolphin-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Eru/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eru/build.gradle b/Eru/build.gradle index bfbe549..417f96a 100644 --- a/Eru/build.gradle +++ b/Eru/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { jettyVersion = '9.2.10.v20150310' - openDolphinVersion = '1.0-RC1' + openDolphinVersion = '1.0-RC3' jbossLogginVersion = '1.0.1.Final' itextVersion = '2.1.7' groovyVersion = '2.4.1'