Skip to content

Commit 250e002

Browse files
authored
Merge pull request #2 from case-contract-testing/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.10.2
build(deps): Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.2
2 parents 673045d + 0b6653d commit 250e002

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)