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 Aug 30, 2024
1 parent 2d89b5e commit 11f5644
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 31 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: EPL-2.0

file.encoding=UTF-8
frontend.nodeVersion=20.16.0
frontend.nodeVersion=20.17.0
group=tools.refinery
org.gradle.configuration-cache=true
org.gradle.parallel=true
Expand Down
34 changes: 17 additions & 17 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"
classgraph = "4.8.174"
classgraph = "4.8.175"
eclipse-commands = "3.12.100"
eclipse-contenttype = "3.9.400"
eclipse-debug = "3.21.400"
Expand All @@ -18,41 +18,41 @@ eclipse-runtime = "3.31.100"
eclipse-text = "3.14.100"
eclipse-variables = "3.6.400"
eclipseCollections = "11.1.0"
ecore = "2.36.0"
ecore-change = "2.16.0"
ecore-codegen = "2.38.0"
ecore-xmi = "2.37.0"
emf-codegen = "2.23.0"
emf-common = "2.30.0"
ecore = "2.37.0"
ecore-change = "2.17.0"
ecore-codegen = "2.39.0"
ecore-xmi = "2.38.0"
emf-codegen = "2.24.0"
emf-common = "2.31.0"
equinox-common = "3.19.100"
equinox-preferences = "3.11.100"
equinox-registry = "3.12.100"
errorprone = "2.28.0"
errorprone = "2.21.0"
findbugs = "3.0.2"
guava = "33.2.1-jre"
guice = "7.0.0"
gson = "2.11.0"
guava = "33.3.0-jre"
guice = "7.0.0"
hamcrest = "2.2"
jakartaInject = "2.0.1"
jcommander = "1.83"
jcommander = "2.0"
jdt-core = "3.38.0"
jdt-debug = "3.21.400"
jdt-launching = "3.22.0"
jetbrainsAnnotations = "24.1.0"
jetty = "12.0.12"
jmh = "1.37"
jna = "5.14.0"
junit = "5.10.3"
junit = "5.11.0"
lsp4j = "0.23.1"
mockito = "5.12.0"
mwe = "1.12.0"
mockito = "5.13.0"
mwe = "1.13.0"
mwe2 = "2.18.0"
opentest4j = "1.3.0"
ortools = "9.10.4067"
protobuf = "4.27.2"
protobuf = "4.28.0"
refinery-z3 = "4.12.6"
slf4j = "2.0.13"
xtext = "2.35.0"
slf4j = "2.0.16"
xtext = "2.36.0"
xtext-generator-antlr = "2.1.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/pluginLibs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[versions]
frontend = "8.1.0"
pluginPublish = "1.2.1"
pluginPublish = "1.2.2"
shadow = "8.1.8"
sonarqube = "5.1.0.4882"
versions = "0.51.0"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down
3 changes: 0 additions & 3 deletions gradlew.bat.license

This file was deleted.

3 changes: 0 additions & 3 deletions gradlew.license

This file was deleted.

4 changes: 0 additions & 4 deletions subprojects/gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ sourceSets.main {
}

gradlePlugin {
// According to https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html
// we must use this unstable API to configure the Gradle publishing plugin.
@Suppress("UnstableApiUsage")
website = "https://refinery.tools/"
@Suppress("UnstableApiUsage")
vcsUrl = "https://github.com/graphs4value/refinery"

plugins {
Expand Down

0 comments on commit 11f5644

Please sign in to comment.