Skip to content

Commit 9837cca

Browse files
committed
Upgrade to Microbenchmark Runner 0.5.0.
Closes #2553
1 parent 5839392 commit 9837cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<kotlin>1.9.25</kotlin>
122122
<kotlin-coroutines>1.9.0</kotlin-coroutines>
123123
<logback>1.5.12</logback>
124+
<microbenchmark>0.5.0.RELEASE</microbenchmark>
124125
<micrometer>1.15.0-RC1</micrometer>
125126
<micrometer-tracing>1.5.0-RC1</micrometer-tracing>
126127
<mockito>5.17.0</mockito>
@@ -944,7 +945,7 @@
944945
<dependency>
945946
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
946947
<artifactId>microbenchmark-runner-junit5</artifactId>
947-
<version>0.4.0.RELEASE</version>
948+
<version>${microbenchmark}</version>
948949
<scope>test</scope>
949950
</dependency>
950951
</dependencies>
@@ -955,7 +956,6 @@
955956
</repository>
956957
</repositories>
957958
</profile>
958-
959959
</profiles>
960960

961961
<dependencyManagement>

0 commit comments

Comments
 (0)