Skip to content

Commit 64f3fdc

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.1 in /perf-tests (#4227)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1d01f3 commit 64f3fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
runtimeOnly 'com.h2database:h2'
3333
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3434
testImplementation 'org.quickperf:quick-perf-junit5:1.1.0'
35-
testImplementation('org.junit.jupiter:junit-jupiter:5.12.2')
35+
testImplementation('org.junit.jupiter:junit-jupiter:5.13.1')
3636
}
3737

3838
test {

0 commit comments

Comments
 (0)