Skip to content

Commit 1629d98

Browse files
committed
For Java 8 builds: upgrade wire-runtime and wire-maven-plugin versions
* to 3.7.1 and 3.0.2 respectively
1 parent 7a756d2 commit 1629d98

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<junit-jupiter.version>5.10.0</junit-jupiter.version>
7171
<mockito.version>5.6.0</mockito.version>
7272
<snakeyaml.version>2.2</snakeyaml.version>
73-
<wire.version>2.2.0</wire.version>
74-
<wire.plugin.version>2.2.0</wire.plugin.version>
73+
<wire.version>3.7.1</wire.version>
74+
<wire.plugin.version>3.0.2</wire.plugin.version>
7575
<wire.suffix></wire.suffix>
7676
</properties>
7777

@@ -92,7 +92,12 @@
9292
</dependency>
9393
<dependency>
9494
<groupId>com.squareup.wire</groupId>
95-
<artifactId>wire-runtime${wire.suffix}</artifactId>
95+
<artifactId>wire-runtime</artifactId>
96+
<version>${wire.version}</version>
97+
</dependency>
98+
<dependency>
99+
<groupId>com.squareup.wire</groupId>
100+
<artifactId>wire-runtime-jvm</artifactId>
96101
<version>${wire.version}</version>
97102
</dependency>
98103
<dependency>

0 commit comments

Comments
 (0)