Skip to content

Commit 473fc2a

Browse files
committed
Update specmatic version to 2.0.45
1 parent 9c7c345 commit 473fc2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jacocoTestReport {
2929
}
3030
}
3131

32+
def specmatic_version = "2.0.45"
33+
3234
dependencies {
3335
implementation platform('org.springframework.boot:spring-boot-dependencies:3.3.0')
3436
implementation 'org.springframework.boot:spring-boot-starter-web'
@@ -38,7 +40,7 @@ dependencies {
3840
implementation 'javax.validation:validation-api:2.0.1.Final'
3941

4042
testImplementation 'org.springframework.boot:spring-boot-starter-test'
41-
testApi 'io.specmatic:junit5-support:2.0.42'
43+
testApi "io.specmatic:junit5-support:${specmatic_version}"
4244
testImplementation('io.specmatic:specmatic-kafka:0.22.9-TRIAL')
4345
testImplementation(
4446
'org.assertj:assertj-core:3.24.2',

0 commit comments

Comments
 (0)