Skip to content

Commit

Permalink
updated versions of protoc and grpc for ttn and chirpstack
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Apr 11, 2024
1 parent de23898 commit ec90a5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java/lora-ns-chirpstack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>lora-ns-chirpstack</artifactId>

<properties>
<io.grpc.version>1.51.0</io.grpc.version>
<io.grpc.version>1.62.2</io.grpc.version>
<os-maven-plugin.version>1.6.1</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -90,7 +90,7 @@
<version>${protobuf-maven-plugin.version}</version>
<configuration>
<protocArtifact>
com.google.protobuf:protoc:3.21.11:exe:${os.detected.classifier}
com.google.protobuf:protoc:3.25.3:exe:${os.detected.classifier}
</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>
Expand Down
4 changes: 2 additions & 2 deletions java/lora-ns-ttn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>lora-ns-ttn</artifactId>

<properties>
<io.grpc.version>1.51.0</io.grpc.version>
<io.grpc.version>1.62.2</io.grpc.version>
<os-maven-plugin.version>1.6.1</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -77,7 +77,7 @@
<version>${protobuf-maven-plugin.version}</version>
<configuration>
<protocArtifact>
com.google.protobuf:protoc:3.21.11:exe:${os.detected.classifier}
com.google.protobuf:protoc:3.25.3:exe:${os.detected.classifier}
</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>
Expand Down

0 comments on commit ec90a5e

Please sign in to comment.