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

Bump the all group across 1 directory with 3 updates #147

Merged
merged 1 commit into from
Aug 6, 2024
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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ subprojects {
implementation group: "org.jetbrains", name: 'annotations', version: '24.1.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.13'
testImplementation 'com.google.truth:truth:1.4.3'
testImplementation 'com.google.truth:truth:1.4.4'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
Expand Down
2 changes: 1 addition & 1 deletion geteta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
api project(':symbex')
antlr group: 'org.antlr', name: 'antlr4', version: '4.13.1'
antlr group: 'org.antlr', name: 'antlr4', version: '4.13.2'
api 'com.github.jferard:fastods:0.8.1'
api 'com.github.ajalt.clikt:clikt:4.4.0'

Expand Down
4 changes: 2 additions & 2 deletions lang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repositories {
}

dependencies {
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.13.1'
antlr group: 'org.antlr', name: 'antlr4', version: '4.13.1'
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.13.2'
antlr group: 'org.antlr', name: 'antlr4', version: '4.13.2'

api project(':util')
api project(':xml')
Expand Down
2 changes: 1 addition & 1 deletion smt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def antlrOutputDir = file("build/generated-src/antlr")
repositories { mavenCentral() }

dependencies {
antlr 'org.antlr:antlr4:4.13.1'
antlr 'org.antlr:antlr4:4.13.2'
implementation project(":util")
}

Expand Down
4 changes: 2 additions & 2 deletions smv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description = 'Library for creation and parsing of SMV files.'

dependencies {
implementation project(":util")
implementation group: 'org.antlr', name: 'antlr4-runtime', version:'4.13.1'
antlr group: 'org.antlr', name: 'antlr4', version:'4.13.1'
implementation group: 'org.antlr', name: 'antlr4-runtime', version:'4.13.2'
antlr group: 'org.antlr', name: 'antlr4', version:'4.13.2'
implementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1'
implementation project(":util")
}
Expand Down
Loading