Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Nov 23, 2024
1 parent cf14fb5 commit f08460c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
antlr = "3.2" # To retain Xtext compatibility, this mustn't be increased
apiguardian = "1.1.2"
asm = "9.7.1"
classgraph = "4.8.177"
classgraph = "4.8.179"
eclipse-commands = "3.12.200"
eclipse-contenttype = "3.9.500"
eclipse-debug = "3.21.500"
Expand All @@ -19,16 +19,16 @@ eclipse-runtime = "3.31.100"
eclipse-text = "3.14.100"
eclipse-variables = "3.6.500"
eclipseCollections = "11.1.0"
ecore = "2.37.0"
ecore = "2.38.0"
ecore-change = "2.17.0"
ecore-codegen = "2.39.0"
ecore-codegen = "2.40.0"
ecore-xmi = "2.38.0"
emf-codegen = "2.24.0"
emf-common = "2.31.0"
emf-codegen = "2.25.0"
emf-common = "2.40.0"
equinox-common = "3.19.100"
equinox-preferences = "3.11.100"
equinox-registry = "3.12.100"
errorprone = "2.35.1"
errorprone = "2.36.0"
findbugs = "3.0.2"
gson = "2.11.0"
guava = "33.3.1-jre"
Expand All @@ -47,14 +47,14 @@ junit = "5.11.3"
junit4 = "4.13.2"
lsp4j = "0.23.1"
mockito = "5.14.2"
mwe = "1.13.0"
mwe2 = "2.19.0"
mwe = "1.14.0"
mwe2 = "2.20.0"
opentest4j = "1.3.0"
ortools = "9.11.4210"
protobuf = "4.28.3"
refinery-z3 = "4.12.6"
slf4j = "2.0.16"
xtext = "2.36.0"
xtext = "2.37.0"
xtext-generator-antlr = "2.1.1"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions gradle/pluginLibs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# SPDX-License-Identifier: EPL-2.0

[versions]
frontend = "9.0.0"
frontend = "9.1.0"
pluginPublish = "1.3.0"
shadow = "8.1.8"
sonarqube = "5.1.0.4882"
sonarqube = "6.0.0.5145"
versions = "0.51.0"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f08460c

Please sign in to comment.