Skip to content

Commit

Permalink
Bump the all group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: [com.google.truth:truth](https://github.com/google/truth), [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) and [org.antlr:antlr4](https://github.com/antlr/antlr4).


Updates `com.google.truth:truth` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/google/truth/releases)
- [Commits](google/truth@v1.4.3...v1.4.4)

Updates `org.antlr:antlr4-runtime` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.13.1...4.13.2)

Updates `org.antlr:antlr4` from 4.13.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.13.1...4.13.2)

---
updated-dependencies:
- dependency-name: com.google.truth:truth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.antlr:antlr4-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.antlr:antlr4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wadoon committed Aug 6, 2024
1 parent d39d265 commit 828037c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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

0 comments on commit 828037c

Please sign in to comment.