Skip to content

Commit 824aabf

Browse files
Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.27.1 (#815)
* Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.27.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.27.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Generate protofiles and update protobuf Signed-off-by: Zabil Cheriya Maliackal <[email protected]> * Bump version and compatibility Signed-off-by: Zabil Cheriya Maliackal <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Zabil Cheriya Maliackal <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zabil Cheriya Maliackal <[email protected]>
1 parent f78b891 commit 824aabf

File tree

6 files changed

+23222
-22514
lines changed

6 files changed

+23222
-22514
lines changed

java.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"id": "java",
3-
"version": "0.10.3",
4-
"description": "Java support for gauge",
5-
"install": {
6-
"windows": [],
7-
"linux": [],
8-
"darwin": []
9-
},
10-
"run": {
11-
"windows": [
12-
"gauge-java",
13-
"--start"
14-
],
15-
"linux": [
16-
"gauge-java",
17-
"--start"
18-
],
19-
"darwin": [
20-
"gauge-java",
21-
"--start"
22-
]
23-
},
24-
"init": {
25-
"windows": [
26-
"gauge-java",
27-
"--init"
28-
],
29-
"linux": [
30-
"gauge-java",
31-
"--init"
32-
],
33-
"darwin": [
34-
"gauge-java",
35-
"--init"
36-
]
37-
},
38-
"lib": "libs",
39-
"multithreaded": true,
40-
"gaugeVersionSupport": {
41-
"minimum": "1.0.7",
42-
"maximum": ""
43-
},
44-
"lspLangId": "java",
45-
"gRPCSupport": true
2+
"id": "java",
3+
"version": "0.11.0",
4+
"description": "Java support for gauge",
5+
"install": {
6+
"windows": [],
7+
"linux": [],
8+
"darwin": []
9+
},
10+
"run": {
11+
"windows": [
12+
"gauge-java",
13+
"--start"
14+
],
15+
"linux": [
16+
"gauge-java",
17+
"--start"
18+
],
19+
"darwin": [
20+
"gauge-java",
21+
"--start"
22+
]
23+
},
24+
"init": {
25+
"windows": [
26+
"gauge-java",
27+
"--init"
28+
],
29+
"linux": [
30+
"gauge-java",
31+
"--init"
32+
],
33+
"darwin": [
34+
"gauge-java",
35+
"--init"
36+
]
37+
},
38+
"lib": "libs",
39+
"multithreaded": true,
40+
"gaugeVersionSupport": {
41+
"minimum": "1.6.7",
42+
"maximum": ""
43+
},
44+
"lspLangId": "java",
45+
"gRPCSupport": true
4646
}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.protobuf</groupId>
5454
<artifactId>protobuf-java</artifactId>
55-
<version>3.25.3</version>
55+
<version>4.27.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.guava</groupId>
@@ -126,11 +126,11 @@
126126
<version>0.6.1</version>
127127
<configuration>
128128
<protocArtifact>
129-
com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}
129+
com.google.protobuf:protoc:4.27.1:exe:${os.detected.classifier}
130130
</protocArtifact>
131131
<pluginId>grpc-java</pluginId>
132132
<pluginArtifact>
133-
io.grpc:protoc-gen-grpc-java:1.13.1:exe:${os.detected.classifier}
133+
io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}
134134
</pluginArtifact>
135135
<protoSourceRoot>gauge-proto</protoSourceRoot>
136136
</configuration>
@@ -302,7 +302,7 @@
302302

303303
<properties>
304304
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
305-
<projectVersion>0.10.3</projectVersion>
305+
<projectVersion>0.11.0</projectVersion>
306306
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
307307
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
308308
<java.version>11</java.version>

0 commit comments

Comments
 (0)