Skip to content

Commit 6b375c0

Browse files
updating gradle
1 parent cdb3c21 commit 6b375c0

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
@@ -7,8 +7,8 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'junit:junit:4.13.1'
11-
testImplementation('org.junit.jupiter:junit-jupiter:5.6.0')
10+
implementation 'junit:junit:4.13.2'
11+
testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
1212
implementation 'com.formdev:flatlaf:2.6'
1313
}
1414

0 commit comments

Comments
 (0)