Skip to content

Commit

Permalink
bump jmh version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 23, 2023
1 parent f5a33b6 commit be3eb29
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.34</jmh.version>
<jmh.version>1.37</jmh.version>
<junit.version>5.8.2</junit.version>
<junit-pioneer.version>1.5.0</junit-pioneer.version>
<assertj.version>3.22.0</assertj.version>
Expand Down Expand Up @@ -105,8 +105,8 @@
<compilerArgs>
<arg>-Xlint:all,-options,-path,-processing</arg>
</compilerArgs>
<source>1.8</source>
<target>1.8</target>
<source>21</source>
<target>21</target>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -424,7 +424,11 @@
<artifactId>mysql-connector-j</artifactId>
<version>${mysql-connector-java.version}</version>
</dependency>

<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>5.0.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit be3eb29

Please sign in to comment.