Skip to content

Commit cb51089

Browse files
SONARPY-1109 Update protobuf-java to 3.19.2 (#1186)
1 parent 32c108e commit cb51089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<sonar-analyzer-commons.version>1.24.0.965</sonar-analyzer-commons.version>
9696
<sonarlint-core.version>6.3.0.36253</sonarlint-core.version>
9797
<sslr.version>1.23</sslr.version>
98-
<protobuf.version>3.17.3</protobuf.version>
98+
<protobuf.version>3.19.2</protobuf.version>
9999
<woodstox.version>6.2.7</woodstox.version>
100100

101101
<!-- Advertise minimal required JRE version -->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
mypy==0.910
22
mypy-extensions==0.4.3
3-
protobuf==3.17.3
3+
protobuf==3.19.2
44
six==1.16.0
55
toml==0.10.2
66
typing-extensions==3.10.0.0
77
pytest==6.2.4
8-
pytest-cov==2.12.1
8+
pytest-cov==2.12.1

0 commit comments

Comments
 (0)