From 24e49b980372cdf5e6bd9ea47b0b544fa7e6d5f2 Mon Sep 17 00:00:00 2001 From: Specmatic Renovate Date: Sun, 7 Dec 2025 05:35:38 +0000 Subject: [PATCH] Update dependency io.specmatic:junit5-support to v2.32.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3804c70..0ab7da6 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'org.liquibase:liquibase-core' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0' - testApi "io.specmatic:junit5-support:2.7.6" + testApi "io.specmatic:junit5-support:2.32.0" testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation("io.specmatic.kafka:specmatic-kafka:$specmaticKafkaVersion") testImplementation(