Skip to content

Commit

Permalink
Update specmatic version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshnikam671 committed Jul 22, 2024
1 parent 57bb973 commit 51fada1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ plugins {

repositories {
mavenCentral()
mavenLocal()
maven {
url uri("lib")
}
Expand Down Expand Up @@ -40,12 +39,8 @@ dependencies {
testImplementation('com.intuit.karate:karate-junit5:1.4.1') {
exclude group: 'io.netty'
}
testImplementation('io.specmatic:junit5-support:2.0.0')
testImplementation('io.specmatic:specmatic-kafka:0.22.5-TRIAL') {
exclude group: 'org.springframework.boot'
exclude group: 'org.apache.tomcat.embed'
exclude group: 'in.specmatic'
}
testImplementation('io.specmatic:junit5-support:2.0.1')
testImplementation('io.specmatic:specmatic-kafka:0.22.5-TRIAL')
testImplementation(
'org.assertj:assertj-core:3.24.2',
'org.junit.jupiter:junit-jupiter-api:5.10.1'
Expand Down

0 comments on commit 51fada1

Please sign in to comment.