Updated dependencies

This commit is contained in:
Erik C. Thauvin 2023-10-20 16:32:36 -07:00
parent 65d2eb0c7c
commit 4a6fa98d46
19 changed files with 36 additions and 38 deletions

View file

@ -1,7 +1,7 @@
plugins {
id 'java'
id 'application'
id 'com.github.ben-manes.versions' version '0.48.0'
id 'com.github.ben-manes.versions' version '0.49.0'
}
// ./gradlew run
@ -9,7 +9,7 @@ plugins {
defaultTasks 'run'
final def semverProcessor = 'net.thauvin.erik:semver:1.2.1'
final def semverProcessor = 'net.thauvin.erik:semver:1.2.2-SNAPSHOT'
repositories {
mavenLocal()