diff --git a/example-app/build.gradle b/example-app/build.gradle index c88bc33..882f0ba 100644 --- a/example-app/build.gradle +++ b/example-app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation "com.h2database:h2" testImplementation(project(':lsd-interceptors')) - testImplementation 'io.github.lsd-consulting:lsd-junit5:7.0.95' + testImplementation 'io.github.lsd-consulting:lsd-junit5:7.0.96' testImplementation 'org.springframework.boot:spring-boot-starter-test' }