Skip to content

Commit 12e5221

Browse files
fix(deps): update junit5 monorepo to v5.11.2 (#363)
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
1 parent 1e82865 commit 12e5221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ dependencies {
152152
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
153153
testImplementation("net.bytebuddy:byte-buddy:1.15.4")
154154
testImplementation("net.bytebuddy:byte-buddy-agent:1.15.4")
155-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
155+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
156156
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
157157
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
158158
testImplementation "com.cronutils:cron-utils:9.2.1"
159159
testImplementation "commons-validator:commons-validator:1.8.0"
160-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
160+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
161161
}
162162

163163
task extractSqlJar(type: Copy) {

0 commit comments

Comments
 (0)