[jOOQ/jOOQ#14055] Upgrade protobuf-java to 3.16.3 to mitigate CVE-2021-22569

This commit is contained in:
Lukas Eder 2022-10-07 11:14:30 +02:00
parent 5cccc758e0
commit ada001c9dc

View File

@ -66,12 +66,13 @@
<artifactId>checker</artifactId>
</dependency>
<!-- [#12884] Explicit upgrade of transitive dependency due to CVE-2021-22569
TODO: Remove again when https://github.com/google/error-prone/pull/2819 is released -->
<!-- [#12884] [#14055]
Explicit upgrade of transitive dependency due to CVE-2021-22569
TODO: Remove again when https://github.com/google/error-prone/pull/2819 is released -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.16.1</version>
<version>3.16.3</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>