Skip to content

Commit 6791c0e

Browse files
authored
Merge pull request #58 from devondragon/dependabot/gradle/org.junit.jupiter-junit-jupiter-6.0.1
Bump org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.1
2 parents 96a36e8 + 2532b96 commit 6791c0e

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
@@ -48,7 +48,7 @@ dependencies {
4848
testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
4949
testImplementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
5050

51-
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
51+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
5252
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5353
}
5454

0 commit comments

Comments
 (0)