aboutsummaryrefslogtreecommitdiffstats
path: root/gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-15 18:33:15 +0200
commitb4c08a0b94ae132f8c78c04ee5771e5bb1ab3627 (patch)
tree1992565f73b57559b2554e9f3e44d769c5c3222f /gradle
parentrefactor: rename RelationView to SymbolView (diff)
downloadrefinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.gz
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.tar.zst
refinery-b4c08a0b94ae132f8c78c04ee5771e5bb1ab3627.zip
chore(deps): bump dependencies
Also make sure Sonar can process TypeScript files.
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 113bf3a5..5cdb0c6e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -7,13 +7,13 @@ eclipseCollections = "12.0.0.M1"
7jetty = "12.0.0.beta0" 7jetty = "12.0.0.beta0"
8jmh = "1.36" 8jmh = "1.36"
9junit = "5.9.2" 9junit = "5.9.2"
10mockito = "5.2.0" 10mockito = "5.3.0"
11mwe2 = "2.14.0" 11mwe2 = "2.14.0"
12slf4j = "2.0.7" 12slf4j = "2.0.7"
13xtext = "2.31.0.M0" 13xtext = "2.31.0.M0"
14 14
15[libraries] 15[libraries]
16jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1"} 16jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.1" }
17eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" } 17eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" }
18eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-collections-api", version.ref = "eclipseCollections" } 18eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-collections-api", version.ref = "eclipseCollections" }
19ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.33.0" } 19ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.33.0" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index bdc9a83b..0c85a1f7 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1distributionBase=GRADLE_USER_HOME 1distributionBase=GRADLE_USER_HOME
2distributionPath=wrapper/dists 2distributionPath=wrapper/dists
3distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip 3distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
4networkTimeout=10000 4networkTimeout=10000
5zipStoreBase=GRADLE_USER_HOME 5zipStoreBase=GRADLE_USER_HOME
6zipStorePath=wrapper/dists 6zipStorePath=wrapper/dists