Skip to content

Commit 120ac37

Browse files
authored
Merge pull request #42 from kousen/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.11.4
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
2 parents 513afdd + 1f265de commit 120ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
ext.libs = [
88
gson: 'com.google.code.gson:gson:2.11.0',
99
hamcrest: 'org.hamcrest:hamcrest:3.0',
10-
junit_api: 'org.junit.jupiter:junit-jupiter:5.11.3',
10+
junit_api: 'org.junit.jupiter:junit-jupiter:5.11.4',
1111
]
1212

1313
allprojects {

0 commit comments

Comments
 (0)