Skip to content

Commit

Permalink
upgraded gradle & pact
Browse files Browse the repository at this point in the history
  • Loading branch information
praneethhm committed Oct 23, 2024
1 parent d74b3cf commit 3896185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,7 @@ dependencies {

contractTestImplementation group: 'org.apache.httpcomponents', name: 'httpclient', version: versions.httpComponents
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: versions.pact_version
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'java8', version: versions.pact_version
contractTestRuntime group: 'au.com.dius.pact.consumer', name: 'junit5', version: versions.pact_version
contractTestRuntime group: 'au.com.dius.pact.consumer', name: 'java8', version: versions.pact_version

contractTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
contractTestImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip

0 comments on commit 3896185

Please sign in to comment.