Skip to content

Commit 4b8f903

Browse files
authored
Updated gradle
1 parent 6cfdd73 commit 4b8f903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ repositories {
1515

1616
dependencies {
1717
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
18-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.10.0,)")
19-
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.10.0,)")
18+
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.0,)")
2019
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
2120
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
21+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2222
}
2323

2424
tasks.test {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)