Skip to content

Commit 8ad4b3b

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.13.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.10.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c206215 commit 8ad4b3b

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
@@ -40,7 +40,7 @@ dependencies {
4040
implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.5")
4141
api "org.springframework.data:spring-data-jdbc"
4242
implementation "org.xerial:sqlite-jdbc:3.45.1.0"
43-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
43+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.13.2"
4444
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
4545
testImplementation "org.assertj:assertj-core:3.25.3"
4646
testImplementation "org.mockito:mockito-core:5.11.0"

0 commit comments

Comments
 (0)