Skip to content

Commit eeedf79

Browse files
committed
Fix Benchmark
Motivation: Currently benchmark is broken, since microbenchmark-runner-junit supports junit5.8.x above since 0.3.0.RELEASE, but we're using 0.2.0.RELEASE Modifications: Upgrade mbr versions to 0.3.0.RELEASE Results: Benchmark is running
1 parent a9e0e3d commit eeedf79

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<hikari-cp.version>4.0.3</hikari-cp.version>
8383
<spring-framework.version>5.3.25</spring-framework.version>
8484
<jackson.version>2.14.2</jackson.version>
85-
<mbr.version>0.2.0.RELEASE</mbr.version>
85+
<mbr.version>0.3.0.RELEASE</mbr.version>
8686
<jsr305.version>3.0.2</jsr305.version>
8787
</properties>
8888

@@ -442,6 +442,13 @@
442442
</profile>
443443
</profiles>
444444

445+
<repositories>
446+
<repository>
447+
<id>jitpack.io</id>
448+
<url>https://jitpack.io</url>
449+
</repository>
450+
</repositories>
451+
445452
<distributionManagement>
446453
<repository>
447454
<releases>

0 commit comments

Comments
 (0)