Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Oct 15, 2021
1 parent 8b796cc commit e166be9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<version>3.20.2</version>
<version>3.23.1</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gocypher-cybench-client/gocypher-cybench-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.1</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions gocypher-cybench-client/gocypher-cybench-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.7.1</version>
<version>5.8.2</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.12</version>
<version>0.10.1</version>
<exclusions>
<exclusion>
<artifactId>javassist</artifactId>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.1</version>
<version>5.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
7 changes: 4 additions & 3 deletions gocypher-cybench-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<name>gocypher-cybench-client</name>

<url>https://github.com/K2NIO/gocypher-cybench-java</url>
<description>CyBench Launcher is a Java module designed to execute JMH benchmarks, collect results, add environment properties, build
<description>CyBench Launcher is a Java module designed to execute JMH benchmarks, collect results, add environment
properties, build
report and store it into external repository for further analysis.
</description>
<licenses>
Expand Down Expand Up @@ -81,8 +82,8 @@
<license-name>CYBENCH_LICENSE*</license-name>
<uberjar.name>gocypher-cybench-client</uberjar.name>
<jmh.version>1.32</jmh.version>
<jackson.version>2.12.3</jackson.version>
<org.slf4j.version>1.7.31</org.slf4j.version>
<jackson.version>2.13.0</jackson.version>
<org.slf4j.version>1.7.32</org.slf4j.version>
<version.plugin.source>3.2.1</version.plugin.source>
<version.plugin.javadoc>3.0.1</version.plugin.javadoc>
<version.plugin.gpg>1.6</version.plugin.gpg>
Expand Down

0 comments on commit e166be9

Please sign in to comment.