9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.9.3 (#129)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William <will27528@gmail.com>
This commit is contained in:
dependabot[bot]
2023-05-01 13:50:40 +01:00
committed by GitHub
parent d1ca56af1f
commit 73e1840574

View File

@@ -41,7 +41,7 @@ allprojects {
dependencies { dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
} }
test { test {