aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:24:14 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:16 +0100
commitcb222c64bbf408ecc0fd7f7ab1d40e641c90e64b (patch)
tree0f7c24a9e0046dffd719d6a66be4a1f73b7fa4c7 /build.gradle
parentfix(web): not dot display spurious occurrences (diff)
downloadrefinery-cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b.tar.gz
refinery-cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b.tar.zst
refinery-cb222c64bbf408ecc0fd7f7ab1d40e641c90e64b.zip
chore: bump dependency versions
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 72f1bc57..694d5c2d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
1plugins { 1plugins {
2 id 'com.github.johnrengelman.shadow' version '7.0.0' apply false 2 id 'com.github.johnrengelman.shadow' version '7.1.0' apply false
3 id 'org.siouan.frontend-jdk11' version '5.3.0' apply false 3 id 'org.siouan.frontend-jdk11' version '5.3.0' apply false
4 id 'org.sonarqube' version '3.3' 4 id 'org.sonarqube' version '3.3'
5 id 'org.xtext.xtend' version '3.0.0-M1' apply false 5 id 'org.xtext.xtend' version '3.0.0-M1' apply false