Updated dependencies
This commit is contained in:
parent
86cc8b1519
commit
bd315b4f0a
27 changed files with 84 additions and 68 deletions
|
@ -5,9 +5,9 @@ import java.time.format.DateTimeFormatter
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.40.0"
|
||||
id("com.github.ben-manes.versions") version "0.42.0"
|
||||
id("net.thauvin.erik.gradle.semver") version "1.0.4"
|
||||
kotlin("jvm") version "1.6.10"
|
||||
kotlin("jvm") version "1.7.20"
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
@ -20,7 +20,7 @@ defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
|||
|
||||
dependencies {
|
||||
implementation(kotlin("stdlib"))
|
||||
testImplementation("org.testng:testng:7.4.0")
|
||||
testImplementation("org.testng:testng:7.6.1")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue