Skip to content

Commit

Permalink
Update grpc-core in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Dec 12, 2024
1 parent e0dd1e9 commit 8c0c34d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PekkoGrpcPluginExtension {

static final String PROTOC_PLUGIN_SCALA_VERSION = "2.12"

static final String GRPC_VERSION = "1.68.2" // checked synced by VersionSyncCheckPlugin
static final String GRPC_VERSION = "1.69.0" // checked synced by VersionSyncCheckPlugin

static final String PLUGIN_CODE = 'org.apache.pekko.grpc.gradle'

Expand Down
2 changes: 1 addition & 1 deletion plugin-tester-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
<maven-exec-plugin.version>3.0.0</maven-exec-plugin.version>
<pekko.http.version>1.1.0</pekko.http.version>
<grpc.version>1.68.2</grpc.version> <!-- checked synced by VersionSyncCheckPlugin -->
<grpc.version>1.69.0</grpc.version> <!-- checked synced by VersionSyncCheckPlugin -->
<project.encoding>UTF-8</project.encoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion plugin-tester-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<pekko.version>1.1.2</pekko.version>
<pekko.http.version>1.1.0</pekko.http.version>
<grpc.version>1.68.2</grpc.version> <!-- checked synced by VersionSyncCheckPlugin -->
<grpc.version>1.69.0</grpc.version> <!-- checked synced by VersionSyncCheckPlugin -->
<project.encoding>UTF-8</project.encoding>
</properties>

Expand Down

0 comments on commit 8c0c34d

Please sign in to comment.