Skip to content

Commit

Permalink
Merge pull request #32 from mastodon-sc/update-pom
Browse files Browse the repository at this point in the history
Update parent pom to 40.0.0
  • Loading branch information
stefanhahmann authored Feb 4, 2025
2 parents a7ed044 + a8b9ac0 commit c70f700
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>38.0.1</version>
<version>40.0.0</version>
</parent>

<groupId>org.mastodon</groupId>
Expand Down Expand Up @@ -115,9 +115,9 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.17.3:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:4.28.2:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.41.0:exe:${os.detected.classifier}</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.68.0:exe:${os.detected.classifier}</pluginArtifact>
<protoSourceRoot>proto</protoSourceRoot>
</configuration>
<executions>
Expand Down Expand Up @@ -171,18 +171,18 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.41.0</version>
<version>1.68.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.41.0</version>
<version>1.68.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.41.0</version>
<version>1.68.0</version>
</dependency>
<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit c70f700

Please sign in to comment.