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
Failed to extract signature
2 changed files with
5 additions and
2 deletions
-
common/data/pom.xml
-
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> |
|
|
|
|
|
|
|
@ -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> |
|
|
|
|