Browse Source

Merge fix/cves-lts-4.2 into fix/cves-lts-4.3 (wire-schema-jvm fix)

pull/15758/head
Viacheslav Klimov 1 month ago
parent
commit
34568c49b4
Failed to extract signature
  1. 5
      common/data/pom.xml
  2. 2
      pom.xml

5
common/data/pom.xml

@ -84,8 +84,11 @@
<scope>test</scope>
</dependency>
<dependency>
<!-- wire-schema-jvm (not wire-schema): from Wire 4.x the plain wire-schema artifact is an empty
Kotlin-Multiplatform pointer whose Maven pom carries no classes, so the -jvm variant must be
referenced explicitly. It transitively pulls wire-runtime-jvm. See CVE-2026-45799 fix. -->
<groupId>com.squareup.wire</groupId>
<artifactId>wire-schema</artifactId>
<artifactId>wire-schema-jvm</artifactId>
</dependency>
<dependency>
<groupId>org.thingsboard</groupId>

2
pom.xml

@ -1777,7 +1777,7 @@
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-schema</artifactId>
<artifactId>wire-schema-jvm</artifactId>
<version>${wire-schema.version}</version>
</dependency>
<dependency>

Loading…
Cancel
Save