Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation("com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:8.8.0")
implementation("com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.36.0")
implementation("com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin:0.37.0")
implementation("com.github.ben-manes:gradle-versions-plugin:0.53.0")


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id("com.diffplug.spotless") version "8.4.0" apply false
id("com.diffplug.spotless") version "8.8.0" apply false
id("standard-kotlin") apply false
}
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
# https://docs.gradle.org/current/userguide/version_catalogs.html#sec::toml-dependencies-format

[versions]
com-google-guava-guava = "33.5.0-jre"
com-google-guava-guava = "33.6.0-jre"
com-google-truth-truth = "1.4.5"
com-squareup-okhttp3-okhttp = "5.3.2"
com-squareup-okhttp3-okhttp-jvm = "5.3.2"
com-squareup-okhttp3-okhttp = "5.4.0"
com-squareup-okhttp3-okhttp-jvm = "5.4.0"
jakarta-json-jakarta-json-api = "2.1.3"
net-bytebuddy-byte-buddy-agent = "1.18.4"
net-bytebuddy-byte-buddy-agent = "1.18.11"
org-assertj-assertj-core = "3.27.7"
org-checkerframework-checker-qual = "3.53.1"
org-eclipse-parsson-parsson = "1.1.7"
org-checkerframework-checker-qual = "4.2.1"
org-eclipse-parsson-parsson = "1.1.9"
org-hamcrest-hamcrest = "3.0"
org-hamcrest-hamcrest-library = "3.0"
org-javassist-javassist = "3.30.2-GA"
org-javassist-javassist = "3.32.0-GA"
org-jbehave-jbehave-core = "5.2.0"
org-jspecify-jspecify = "1.0.0"
org-junit = "6.0.3"
org-junit = "6.1.1"
org-mockito-mockito-inline = "5.2.0"

gson = "2.13.2"
logback = "1.5.32"
gson = "2.14.0"
logback = "1.5.37"
clickt = "5.1.0"
kotlin = "2.2.21"
ktor = "3.4.1"
kotlin = "2.4.0"
ktor = "3.5.1"

palantirJavaFormat = "2.86.0"
checkstyleVersion = "13.1.0"
Expand Down Expand Up @@ -56,7 +56,7 @@ org-hamcrest-hamcrest-library = { module = "org.hamcrest:hamcrest-library", vers
clickt = { module = "com.github.ajalt.clikt:clikt", version.ref = "clickt" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
lombok = { module = "org.projectlombok:lombok", version = "1.18.42" }
lombok = { module = "org.projectlombok:lombok", version = "1.18.46" }
snakeyaml = { module = "org.yaml:snakeyaml", version = "2.6" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

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-9.5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 82 additions & 82 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javaparser-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api(libs.org.jspecify.jspecify)
api(libs.net.bytebuddy.byte.buddy.agent)
//javacc("com.helger:parser-generator-cc:2.0.1")
javacc("com.helger:parser-generator-cc:1.1.4")
javacc("com.helger:parser-generator-cc:2.0.1")
}

val javaBuildFile by tasks.registering(Copy::class) {
Expand Down
2 changes: 1 addition & 1 deletion tools/lint/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
api(project(":jmlparser-symbol-solver-core"))
api(libs.gson)
implementation(libs.logback)
implementation("se.bjurr.violations:violations-lib:1.160.4")
implementation("se.bjurr.violations:violations-lib:1.160.5")
testImplementation(project(":tools:utils"))
}
10 changes: 5 additions & 5 deletions tools/lsp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("standard-kotlin")
kotlin("plugin.serialization") version libs.versions.kotlin.get()
id("com.gradleup.shadow") version "9.3.2"
id("com.gradleup.shadow") version "9.4.3"
id("application")
}

Expand All @@ -11,12 +11,12 @@ dependencies {
api(project(":jmlparser-symbol-solver-core"))

testImplementation(kotlin("test"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.10.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
//implementation(kotlin("serialization"))
implementation(kotlin("serialization"))
runtimeOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")
runtimeOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")

implementation(project(":tools:utils"))
implementation(project(":tools:smt"))
Expand Down
Loading