Skip to content

Commit

Permalink
Merge branch 'master' into gh-556/enhance-implementation-of-types
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk authored Dec 31, 2020
2 parents c85eecc + a99a3b0 commit 8414e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.26</version>
<version>1.27</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.26</version>
<version>1.27</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -232,7 +232,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>1.11.1</version>
<version>1.12.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 8414e43

Please sign in to comment.