Skip to content

Commit 178eead

Browse files
authored
Merge pull request #7 from pranamphd/fix-dependabot-version-update
chore(build): revert dependabot version update
2 parents 966b2bf + 0b1221c commit 178eead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

digipin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
testImplementation(kotlin("test"))
2929

3030
// Use the JUnit 5 integration.
31-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.2")
32-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2")
31+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
32+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
3333
}
3434

3535
// Apply a specific Java toolchain to ease working on different environments.

0 commit comments

Comments
 (0)