Skip to content

Commit

Permalink
deps: bumps versions only used in benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Dec 5, 2023
1 parent db7a454 commit 94ce235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<main.basedir>${project.basedir}/..</main.basedir>
<main.java.version>1.8</main.java.version>
<main.signature.artifact>java18</main.signature.artifact>
<jmh.version>1.27</jmh.version>
<jmh.version>1.37</jmh.version>
<unpack-proto.directory>${project.build.directory}/main/proto</unpack-proto.directory>
</properties>

Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.squareup.moshi</groupId>
<artifactId>moshi</artifactId>
<version>1.11.0</version>
<version>1.15.0</version>
<exclusions>
<!-- let wire control the okio version -->
<exclusion>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.14.0</version>
<version>3.25.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 94ce235

Please sign in to comment.