Skip to content

Commit

Permalink
For Java 8 builds: upgrade wire-runtime and wire-maven-plugin versions
Browse files Browse the repository at this point in the history
* to 3.7.1 and 3.0.2 respectively
  • Loading branch information
pacphi committed Oct 8, 2023
1 parent 7a756d2 commit 1629d98
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<mockito.version>5.6.0</mockito.version>
<snakeyaml.version>2.2</snakeyaml.version>
<wire.version>2.2.0</wire.version>
<wire.plugin.version>2.2.0</wire.plugin.version>
<wire.version>3.7.1</wire.version>
<wire.plugin.version>3.0.2</wire.plugin.version>
<wire.suffix></wire.suffix>
</properties>

Expand All @@ -92,7 +92,12 @@
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime${wire.suffix}</artifactId>
<artifactId>wire-runtime</artifactId>
<version>${wire.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime-jvm</artifactId>
<version>${wire.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 1629d98

Please sign in to comment.