From b1bb48fa99c75a98eba94b8620afd3ac52c4f58f Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 19 Oct 2023 19:26:57 +0200 Subject: chore(deps): bump dependencies --- gradle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 59f53d4c..28cdfcab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,14 @@ # SPDX-License-Identifier: EPL-2.0 file.encoding=UTF-8 -frontend.nodeVersion=18.17.1 -frontend.yarnVersion=4.0.0-rc.50 +frontend.nodeVersion=18.18.2 +frontend.yarnVersion=4.0.0-rc.53 frontend.yarn1Version=1.22.19 group=tools.refinery # Set to true once tools.refinery.gradle.frontend-worktree supports the cache. org.gradle.configuration-cache=false org.gradle.parallel=true +systemProp.sonar.gradle.skipCompile=true systemProp.sonar.projectKey=graphs4value_refinery systemProp.sonar.organization=graphs4value systemProp.sonar.host.url=https://sonarcloud.io -- cgit v1.2.3-54-g00ecf