Skip to content

Commit 394bbdf

Browse files
committed
typo
1 parent 3c2e5eb commit 394bbdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ subprojects {
134134
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
135135
if (project != project(':testcontainers')) {
136136
// in order to compile classes which extend GenericContainer, etc
137-
compileOnly libs.juni4
138-
testImplementation libs.juni4
137+
compileOnly libs.junit4
138+
testImplementation libs.junit4
139139
}
140140
}
141141

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ configurations.all {
7070

7171
dependencies {
7272
// originally was api scope, but that's problematic for projects using junit 5
73-
implementation libs.juni4
73+
implementation libs.junit4
7474
api 'org.slf4j:slf4j-api:1.7.36'
7575
compileOnly 'org.jetbrains:annotations:24.1.0'
7676
testCompileOnly 'org.jetbrains:annotations:24.1.0'

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[libraries]
2-
juni4 = { group = "junit", name = "junit", version = "4.13.2" }
2+
junit4 = { group = "junit", name = "junit", version = "4.13.2" }

0 commit comments

Comments
 (0)