aboutsummaryrefslogtreecommitdiffstats
path: root/gradle
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-01-19 02:11:13 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-01-28 23:56:00 +0100
commit80d8bfef8879e0661069b3a0abf542da9fbc0ed9 (patch)
tree9345e946b09ec77155a7e09c7cb31685813f343e /gradle
parentfix(frontend): do not scroll initially (diff)
downloadrefinery-80d8bfef8879e0661069b3a0abf542da9fbc0ed9.tar.gz
refinery-80d8bfef8879e0661069b3a0abf542da9fbc0ed9.tar.zst
refinery-80d8bfef8879e0661069b3a0abf542da9fbc0ed9.zip
chore(deps): bump dependencies
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml8
-rw-r--r--gradle/wrapper/gradle-wrapper.jarbin61574 -> 61608 bytes
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
3 files changed, 5 insertions, 5 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index fa71f6df..d639b448 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -2,14 +2,14 @@
2eclipseCollections = "11.1.0" 2eclipseCollections = "11.1.0"
3jetty = "12.0.0.alpha3" 3jetty = "12.0.0.alpha3"
4jmh = "1.36" 4jmh = "1.36"
5junit = "5.9.1" 5junit = "5.9.2"
6mockito = "4.10.0" 6mockito = "5.0.0"
7mwe2 = "2.14.0" 7mwe2 = "2.14.0"
8slf4j = "2.0.6" 8slf4j = "2.0.6"
9xtext = "2.29.0" 9xtext = "2.30.0.M1"
10 10
11[libraries] 11[libraries]
12jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "23.1.0"} 12jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version = "24.0.0"}
13eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" } 13eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" }
14eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-collections-api", version.ref = "eclipseCollections" } 14eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-collections-api", version.ref = "eclipseCollections" }
15ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.29.0" } 15ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.29.0" }
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 943f0cbf..ccebba77 100644
--- a/gradle/wrapper/gradle-wrapper.jar
+++ b/gradle/wrapper/gradle-wrapper.jar
Binary files differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index f398c33c..bdee3c74 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-7.6-bin.zip 3distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-2-bin.zip
4networkTimeout=10000 4networkTimeout=10000
5zipStoreBase=GRADLE_USER_HOME 5zipStoreBase=GRADLE_USER_HOME
6zipStorePath=wrapper/dists 6zipStorePath=wrapper/dists