Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.27.1 (#815)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and zabil committed Jun 18, 2024
1 parent f78b891 commit 824aabf
Show file tree
Hide file tree
Showing 6 changed files with 23,222 additions and 22,514 deletions.
88 changes: 44 additions & 44 deletions java.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"id": "java",
"version": "0.10.3",
"description": "Java support for gauge",
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"run": {
"windows": [
"gauge-java",
"--start"
],
"linux": [
"gauge-java",
"--start"
],
"darwin": [
"gauge-java",
"--start"
]
},
"init": {
"windows": [
"gauge-java",
"--init"
],
"linux": [
"gauge-java",
"--init"
],
"darwin": [
"gauge-java",
"--init"
]
},
"lib": "libs",
"multithreaded": true,
"gaugeVersionSupport": {
"minimum": "1.0.7",
"maximum": ""
},
"lspLangId": "java",
"gRPCSupport": true
"id": "java",
"version": "0.11.0",
"description": "Java support for gauge",
"install": {
"windows": [],
"linux": [],
"darwin": []
},
"run": {
"windows": [
"gauge-java",
"--start"
],
"linux": [
"gauge-java",
"--start"
],
"darwin": [
"gauge-java",
"--start"
]
},
"init": {
"windows": [
"gauge-java",
"--init"
],
"linux": [
"gauge-java",
"--init"
],
"darwin": [
"gauge-java",
"--init"
]
},
"lib": "libs",
"multithreaded": true,
"gaugeVersionSupport": {
"minimum": "1.6.7",
"maximum": ""
},
"lspLangId": "java",
"gRPCSupport": true
}
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.3</version>
<version>4.27.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -126,11 +126,11 @@
<version>0.6.1</version>
<configuration>
<protocArtifact>
com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}
com.google.protobuf:protoc:4.27.1:exe:${os.detected.classifier}
</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>
io.grpc:protoc-gen-grpc-java:1.13.1:exe:${os.detected.classifier}
io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}
</pluginArtifact>
<protoSourceRoot>gauge-proto</protoSourceRoot>
</configuration>
Expand Down Expand Up @@ -302,7 +302,7 @@

<properties>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<projectVersion>0.10.3</projectVersion>
<projectVersion>0.11.0</projectVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>
Expand Down
Loading

0 comments on commit 824aabf

Please sign in to comment.