Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleanup version catalog. Bump antlr (and others). #3

Merged
merged 1 commit into from
Jan 7, 2025
Merged
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
chore: cleanup version catalog. Bump antlr (and others).
  • Loading branch information
autonomousapps committed Jan 7, 2025
commit a9d7b9003827164006803454c26b6e6bb3e9cf96
2 changes: 1 addition & 1 deletion build-logic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ tasks.named('compileKotlin') {
kotlinOptions {
jvmTarget = '11'
}
}
}
12 changes: 7 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[versions]
antlr = "4.10.1"
antlr = "4.13.2"
# java is referenced from build-logic
java = "11"
junit5 = "5.7.2"
kotlin = "1.8.10"
junit5 = "5.11.4"
kotlin = "1.9.25"
moshi = "1.14.0"
retrofit = "2.9.0"
shadow = "8.1.0"
groovy = "3.0.13"
spock = "2.1-groovy-3.0"
groovy = "3.0.23"
spock = "2.3-groovy-3.0"

[libraries]
antlr-core = { module = "org.antlr:antlr4", version.ref = "antlr" }
Expand All @@ -19,6 +20,7 @@ retrofit-core = { module = "com.squareup.retrofit2:retrofit", version.ref = "ret
retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }

groovy = { module = "org.codehaus.groovy:groovy", version.ref = "groovy" }
# junit-api, junit-engine, and truth are referenced from build-logic
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit5" }
spock = { module = "org.spockframework:spock-core", version.ref = "spock" }
Expand Down
Loading