Skip to content

Commit

Permalink
Merge pull request #1 from jacoobes/dependabot/gradle/main/org.antlr-…
Browse files Browse the repository at this point in the history
…antlr4-4.13.1

deps: bump org.antlr:antlr4 from 4.7 to 4.13.1
  • Loading branch information
jacoobes authored Nov 7, 2024
2 parents e9461d8 + 4726e68 commit 411d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3'
implementation 'io.papermc:paperlib:1.0.8'
antlr "org.antlr:antlr4:4.7" // use ANTLR version 4
antlr "org.antlr:antlr4:4.13.1" // use ANTLR version 4
testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2'
Expand Down

0 comments on commit 411d89e

Please sign in to comment.