Skip to content

Commit 2a9f83d

Browse files
authored
Merge pull request #5 from javaparser/dependabot/gradle/junit-junit-4.13.2
Bump junit from 4.12 to 4.13.2
2 parents b5272ff + 135652e commit 2a9f83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
// Gradle dependencies can also sourced from maven central, using the same coordinates (group/name/version).
2222
dependencies {
2323
implementation group: 'com.github.javaparser', name: 'javaparser-core', version: '3.23.1'
24-
testCompile group: 'junit', name: 'junit', version: '4.12'
24+
testCompile group: 'junit', name: 'junit', version: '4.13.2'
2525
}
2626

2727

0 commit comments

Comments
 (0)