Skip to content

Commit 3d420fa

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.3
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ff6ee6 commit 3d420fa

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
@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'javax.annotation:javax.annotation-api:1.3.2'
4545
api "org.springframework.data:spring-data-jdbc:2.4.5"
4646
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
47-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
47+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.3"
4848
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
4949
testImplementation "org.assertj:assertj-core:3.25.3"
5050
testImplementation "org.mockito:mockito-core:5.11.0"

0 commit comments

Comments
 (0)