Skip to content

Commit 0b6653d

Browse files
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 673045d commit 0b6653d

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
@@ -24,7 +24,7 @@ dependencies {
2424
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.18'
2525
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
2626
testImplementation 'io.contract-testing.contractcase:contract-case:0.1.0'
27-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
27+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
2828
compileOnly 'org.projectlombok:lombok:1.18.32'
2929
annotationProcessor 'org.projectlombok:lombok:1.18.32'
3030
testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {

0 commit comments

Comments
 (0)