Skip to content

Commit

Permalink
Upgrading specmatic core to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 authored Dec 11, 2023
1 parent 1b1c309 commit 6e072df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
exclude group: 'org.springframework.boot'
exclude group: 'org.apache.tomcat.embed'
}
implementation('in.specmatic:junit5-support:1.0.2')
implementation('in.specmatic:specmatic-core:1.0.2')
implementation('in.specmatic:junit5-support:1.0.4')
implementation('in.specmatic:specmatic-core:1.0.4')
testImplementation(
'org.assertj:assertj-core:3.24.2',
'org.junit.jupiter:junit-jupiter-api:5.10.1'
Expand Down Expand Up @@ -83,4 +83,4 @@ configurations {
exclude group: 'ch.qos.logback', module: 'logback-classic'
exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j'
}
}
}

0 comments on commit 6e072df

Please sign in to comment.