Skip to content

Commit 71553cf

Browse files
authored
Merge pull request #6 from Lezurex/renovate/junit5-monorepo
Update junit5 monorepo to v5.9.2
2 parents 426c38b + 5774fe9 commit 71553cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ java {
1818
dependencies {
1919
implementation 'com.google.code.gson:gson:2.10.1'
2020

21-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
22-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
22+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
2323

2424
compileOnly 'org.projectlombok:lombok:1.18.26'
2525
annotationProcessor 'org.projectlombok:lombok:1.18.26'

0 commit comments

Comments
 (0)