We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c108e commit cb51089Copy full SHA for cb51089
pom.xml
@@ -95,7 +95,7 @@
95
<sonar-analyzer-commons.version>1.24.0.965</sonar-analyzer-commons.version>
96
<sonarlint-core.version>6.3.0.36253</sonarlint-core.version>
97
<sslr.version>1.23</sslr.version>
98
- <protobuf.version>3.17.3</protobuf.version>
+ <protobuf.version>3.19.2</protobuf.version>
99
<woodstox.version>6.2.7</woodstox.version>
100
101
<!-- Advertise minimal required JRE version -->
python-frontend/typeshed_serializer/requirements.txt
@@ -1,8 +1,8 @@
1
mypy==0.910
2
mypy-extensions==0.4.3
3
-protobuf==3.17.3
+protobuf==3.19.2
4
six==1.16.0
5
toml==0.10.2
6
typing-extensions==3.10.0.0
7
pytest==6.2.4
8
-pytest-cov==2.12.1
+pytest-cov==2.12.1
0 commit comments