Skip to content

Commit

Permalink
Merge pull request #330 from ascopes/task/update-protobuf-versions
Browse files Browse the repository at this point in the history
Update protobuf to 4.27.3
  • Loading branch information
ascopes authored Aug 19, 2024
2 parents c022d3d + 2d6df5b commit e589500
Show file tree
Hide file tree
Showing 34 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A scratch-built and modern Maven plugin for seamless protoc integration, with su
<version>${protobuf-maven-plugin.version}</version>

<configuration>
<protocVersion>4.27.2</protocVersion>
<protocVersion>4.27.3</protocVersion>

<binaryMavenPlugins>
<binaryMavenPlugin>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/embed-main-sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>embed-main-sources</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<proto-google-common-protos.version>2.37.0</proto-google-common-protos.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<artifactId>some-project</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/gh-250-excludes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>gh-250-excludes</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/gh-250-includes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>gh-250-includes</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<grpc.version>1.65.0</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<reactor-core.version>3.6.7</reactor-core.version>
<reactor-grpc.version>1.2.4</reactor-grpc.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>gh-299-ehcache-jaxb-resolution-failure</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<ehcache.version>3.10.8</ehcache.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/grpc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<grpc.version>1.65.0</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-main-empty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-main-empty</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-main-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-main-lite</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-main</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-paths/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-paths</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-test-empty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-test-empty</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-test-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-test-lite</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/java-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>java-test</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/kotlin-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<kotlin.version>1.9.24</kotlin.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/kotlin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<kotlin.version>1.9.24</kotlin.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/path-protoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>path-protoc</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<grpc.version>1.65.0</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<reactor-core.version>3.6.7</reactor-core.version>
<reactor-grpc.version>1.2.4</reactor-grpc.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<grpc.version>1.65.0</grpc.version>
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<reactor-core.version>3.6.7</reactor-core.version>
<reactor-grpc.version>1.2.4</reactor-grpc.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/scalapb-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<grpc.version>1.65.0</grpc.version>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<scala.version>3.4.2</scala.version>
<scalapb.version>0.11.15</scalapb.version>
<scala-maven-plugin.version>4.9.1</scala-maven-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion protobuf-maven-plugin/src/it/skip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>skip</artifactId>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</modules>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions protobuf-maven-plugin/src/site/markdown/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do is provide the version of `protoc` to use.
<version>${protobuf-maven-plugin.version}</version>

<configuration>
<protocVersion>4.27.2</protocVersion>
<protocVersion>4.27.3</protocVersion>
</configuration>

<executions>
Expand Down Expand Up @@ -70,7 +70,7 @@ like Dependabot to keep the compiler version up-to-date automatically.
...

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>
<protobuf-maven-plugin.version>...</protobuf-maven-plugin.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ header of this page.
<version>0.0.1-SNAPSHOT</version>

<properties>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.3</protobuf.version>

<maven.compiler.release>22</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-protoc-to-github-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -o errexit
set -o nounset
[[ -n ${DEBUG+undef} ]] && set -o xtrace

readonly version=4.27.2
readonly version=4.27.3

case "$(uname)" in
Linux)
Expand Down

0 comments on commit e589500

Please sign in to comment.