We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7c345 commit 473fc2aCopy full SHA for 473fc2a
build.gradle
@@ -29,6 +29,8 @@ jacocoTestReport {
29
}
30
31
32
+def specmatic_version = "2.0.45"
33
+
34
dependencies {
35
implementation platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
36
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -38,7 +40,7 @@ dependencies {
38
40
implementation 'javax.validation:validation-api:2.0.1.Final'
39
41
42
testImplementation 'org.springframework.boot:spring-boot-starter-test'
- testApi 'io.specmatic:junit5-support:2.0.42'
43
+ testApi "io.specmatic:junit5-support:${specmatic_version}"
44
testImplementation('io.specmatic:specmatic-kafka:0.22.9-TRIAL')
45
testImplementation(
46
'org.assertj:assertj-core:3.24.2',
0 commit comments