aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-11-17 17:03:16 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-11-19 14:41:16 +0100
commitde7f87b5f1c59f038c54affc80f9e4a93a4485fa (patch)
tree6511070a6e1913b2cbc7eda2b0120f6284561400 /gradle.properties
parentbuild: silence test-fixtures publication warning (diff)
downloadrefinery-de7f87b5f1c59f038c54affc80f9e4a93a4485fa.tar.gz
refinery-de7f87b5f1c59f038c54affc80f9e4a93a4485fa.tar.zst
refinery-de7f87b5f1c59f038c54affc80f9e4a93a4485fa.zip
chore(deps): bump dependencies
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties
index 28cdfcab..7aad4b59 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,8 +3,8 @@
3# SPDX-License-Identifier: EPL-2.0 3# SPDX-License-Identifier: EPL-2.0
4 4
5file.encoding=UTF-8 5file.encoding=UTF-8
6frontend.nodeVersion=18.18.2 6frontend.nodeVersion=20.9.0
7frontend.yarnVersion=4.0.0-rc.53 7frontend.yarnVersion=4.0.2
8frontend.yarn1Version=1.22.19 8frontend.yarn1Version=1.22.19
9group=tools.refinery 9group=tools.refinery
10# Set to true once tools.refinery.gradle.frontend-worktree supports the cache. 10# Set to true once tools.refinery.gradle.frontend-worktree supports the cache.
@@ -16,5 +16,5 @@ systemProp.sonar.organization=graphs4value
16systemProp.sonar.host.url=https://sonarcloud.io 16systemProp.sonar.host.url=https://sonarcloud.io
17tools.refinery.interpreter.group=tools.refinery.interpreter 17tools.refinery.interpreter.group=tools.refinery.interpreter
18# Follow the VIATRA incubation versioning scheme to avoid breaking SemVer. 18# Follow the VIATRA incubation versioning scheme to avoid breaking SemVer.
19tools.refinery.interpreter.version=0.28.0-SNAPSHOT 19tools.refinery.interpreter.version=0.29.0-SNAPSHOT
20version=0.0.0-SNAPSHOT 20version=0.0.0-SNAPSHOT