We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5839392 commit 9837ccaCopy full SHA for 9837cca
parent/pom.xml
@@ -121,6 +121,7 @@
121
<kotlin>1.9.25</kotlin>
122
<kotlin-coroutines>1.9.0</kotlin-coroutines>
123
<logback>1.5.12</logback>
124
+ <microbenchmark>0.5.0.RELEASE</microbenchmark>
125
<micrometer>1.15.0-RC1</micrometer>
126
<micrometer-tracing>1.5.0-RC1</micrometer-tracing>
127
<mockito>5.17.0</mockito>
@@ -944,7 +945,7 @@
944
945
<dependency>
946
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
947
<artifactId>microbenchmark-runner-junit5</artifactId>
- <version>0.4.0.RELEASE</version>
948
+ <version>${microbenchmark}</version>
949
<scope>test</scope>
950
</dependency>
951
</dependencies>
@@ -955,7 +956,6 @@
955
956
</repository>
957
</repositories>
958
</profile>
-
959
</profiles>
960
961
<dependencyManagement>
0 commit comments