Skip to content

Commit

Permalink
upgrading specmatic-kafka to 0.17.1 and specmatic-core to 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Feb 5, 2024
1 parent 9a07a28 commit 71cb399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ dependencies {
implementation 'org.apache.kafka:kafka-clients:3.6.0'
implementation("com.google.code.gson:gson:2.10.1")

implementation('in.specmatic:specmatic-kafka:0.16.0') {
implementation('in.specmatic:specmatic-kafka:0.17.1') {
exclude group: 'org.springframework.boot'
exclude group: 'org.apache.tomcat.embed'
}
implementation('in.specmatic:junit5-support:1.2.12')
implementation('in.specmatic:junit5-support:1.2.15')
implementation 'javax.validation:validation-api:2.0.1.Final'
testImplementation(
'org.assertj:assertj-core:3.24.2',
Expand Down

0 comments on commit 71cb399

Please sign in to comment.