Skip to content

Commit 9e45851

Browse files
committed
Update benchmark plugin version to match
1 parent 9c89f7f commit 9e45851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thymeleaf-layout-dialect-benchmark/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import java.time.LocalDateTime
2323
plugins {
2424
id 'com.github.psxpaul.execfork' version '0.2.2'
2525
id 'org.springframework.boot' version '3.4.2'
26-
id 'nz.net.ultraq.gradle.fluent-configuration' version '0.3.1'
26+
id 'nz.net.ultraq.gradle.fluent-configuration' version '0.5.2'
2727
}
2828
apply plugin: 'io.spring.dependency-management'
2929

@@ -42,7 +42,7 @@ configure {
4242
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
4343
implementation 'org.springframework.boot:spring-boot-starter-web'
4444
}
45-
.configureTesting()
45+
.configureVerification()
4646
.withTestDirectory('test')
4747
}
4848
// @formatter:on

0 commit comments

Comments
 (0)