Skip to content

Commit

Permalink
Updates grpc and protobuf to resolve vulnerabilities (#873)
Browse files Browse the repository at this point in the history
* Updates grpc and protobuf to resolve vulnerabilities

---------

Signed-off-by: Haroon Sheikh <haroon.sheikh@sky.uk>
  • Loading branch information
haroon-sheikh authored Nov 28, 2024
1 parent 0fd5a1e commit f9ce65d
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "gauge-proto"]
path = gauge-proto
url = https://github.com/getgauge/gauge-proto/
url = https://github.com/getgauge/gauge-proto
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ex:

```diff
<artifactId>gauge-java</artifactId>
- <version>0.11.0</version>
+ <version>0.11.1</version>
- <version>0.11.2</version>
+ <version>0.11.3</version>
<description>Java plugin for Gauge</description>
```
2 changes: 1 addition & 1 deletion gauge-proto
2 changes: 1 addition & 1 deletion java.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "java",
"version": "0.11.1",
"version": "0.11.2",
"description": "Java support for gauge",
"install": {
"windows": [],
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>gauge-java</name>
<groupId>com.thoughtworks.gauge</groupId>
<artifactId>gauge-java</artifactId>
<version>0.11.1</version>
<version>0.11.2</version>
<description>Java plugin for Gauge</description>
<url>https://github.com/getgauge/gauge-java</url>
<dependencyManagement>
Expand Down
Loading

0 comments on commit f9ce65d

Please sign in to comment.