Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent 79a8a0b commit 76752e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ plugins {
id 'antlr'
id 'maven-publish'
// https://plugins.gradle.org/plugin/com.palantir.revapi
id 'com.palantir.revapi' version '1.5.0'
id 'com.palantir.revapi' version '1.7.0'
// https://plugins.gradle.org/plugin/org.fulib.fulibGradle
id 'org.fulib.fulibGradle' version '0.5.0'
// https://plugins.gradle.org/plugin/io.github.gradle-nexus.publish-plugin
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
}

if (JavaVersion.current().java11Compatible) {
Expand Down Expand Up @@ -99,28 +99,28 @@ dependencies {
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.7.0'

// https://mvnrepository.com/artifact/org.antlr/antlr4
antlr group: 'org.antlr', name: 'antlr4', version: '4.9.3'
antlr group: 'org.antlr', name: 'antlr4', version: '4.13.1'

// https://mvnrepository.com/artifact/org.fulib/fulibYaml
api group: 'org.fulib', name: 'fulibYaml', version: '1.5.0'

// https://mvnrepository.com/artifact/org.antlr/ST4
implementation group: 'org.antlr', name: 'ST4', version: '4.3.1'
implementation group: 'org.antlr', name: 'ST4', version: '4.3.4'

// https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.9.3'
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.13.1'

// https://mvnrepository.com/artifact/org.hamcrest/hamcrest-library
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2'

// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'

genImplementation sourceSets.main.output + sourceSets.main.runtimeClasspath

Expand Down

0 comments on commit 76752e7

Please sign in to comment.