Skip to content

Commit 24a8a69

Browse files
authored
Merge pull request #56 from devondragon/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.13.1
Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1
2 parents 29462fb + 29bd16a commit 24a8a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
5454
testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
5555
testImplementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
56-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
56+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5858

5959
}

0 commit comments

Comments
 (0)