Skip to content

Commit

Permalink
Merge pull request #2 from case-contract-testing/dependabot/gradle/or…
Browse files Browse the repository at this point in the history
…g.junit.jupiter-junit-jupiter-5.10.2

build(deps): Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.2
  • Loading branch information
TimothyJones authored May 27, 2024
2 parents 673045d + 0b6653d commit 250e002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.18'
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
testImplementation 'io.contract-testing.contractcase:contract-case:0.1.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {
Expand Down

0 comments on commit 250e002

Please sign in to comment.