Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Oct 30, 2023
1 parent c8015f4 commit d54ad8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'application'
id 'org.javamodularity.moduleplugin' version '1.8.12'
id 'org.openjfx.javafxplugin' version '0.1.0'
id 'org.beryx.jlink' version '3.0.0'
id 'org.beryx.jlink' version '3.0.1'
}

group 'io.infinitytools'
Expand Down Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation group: 'org.tinylog', name: 'tinylog-api', version: '2.6.2'
implementation group: 'org.tinylog', name: 'tinylog-impl', version: '2.6.2'
// https://mvnrepository.com/artifact/org.apache.commons/commons-text
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.11.0'

testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")
Expand Down

0 comments on commit d54ad8b

Please sign in to comment.