diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index a748f7c..11ceaed 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -11,7 +11,7 @@ jobs: matrix: include: - javaVersion: 17 - springBootVersion: "3.4.4" + springBootVersion: "3.4.5" - javaVersion: 17 springBootVersion: "3.5.0-SNAPSHOT" runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index 48217fa..e83a94c 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 17 - 3.4.4 + 3.4.5 2.17.2 5.10.5 3.27.3 diff --git a/samples/grpc-client/README.md b/samples/grpc-client/README.md index fa3cbed..e61aee7 100644 --- a/samples/grpc-client/README.md +++ b/samples/grpc-client/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.4.4) + :: Spring Boot :: (v3.4.5) ... 2025-02-27T09:21:19.515Z INFO 1211091 --- [grpc-client] [ main] o.s.g.sample.GrpcClientApplication : Started GrpcClientApplication in 0.909 seconds (process running for 1.172) diff --git a/samples/grpc-client/build.gradle b/samples/grpc-client/build.gradle index 25c80f8..7363c2b 100644 --- a/samples/grpc-client/build.gradle +++ b/samples/grpc-client/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'com.google.protobuf' version '0.9.4' } diff --git a/samples/grpc-client/pom.xml b/samples/grpc-client/pom.xml index 2727435..dd53dee 100644 --- a/samples/grpc-client/pom.xml +++ b/samples/grpc-client/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-oauth2/README.md b/samples/grpc-oauth2/README.md index 821f535..2751dab 100644 --- a/samples/grpc-oauth2/README.md +++ b/samples/grpc-oauth2/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:test-run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.4.1) + :: Spring Boot :: (v3.4.5) ... 2022-12-08T05:32:25.427-08:00 INFO 551632 --- [ main] g.s.a.GrpcServerFactoryAutoConfiguration : Detected grpc-netty: Creating NettyGrpcServerFactory diff --git a/samples/grpc-oauth2/build.gradle b/samples/grpc-oauth2/build.gradle index 75dfcab..5b20626 100644 --- a/samples/grpc-oauth2/build.gradle +++ b/samples/grpc-oauth2/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-oauth2/pom.xml b/samples/grpc-oauth2/pom.xml index 3df6e49..557390b 100644 --- a/samples/grpc-oauth2/pom.xml +++ b/samples/grpc-oauth2/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-reactive/README.md b/samples/grpc-reactive/README.md index 975f063..0b2e2c5 100644 --- a/samples/grpc-reactive/README.md +++ b/samples/grpc-reactive/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.0.0) + :: Spring Boot :: (v3.4.5) 2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo) 2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default" diff --git a/samples/grpc-reactive/build.gradle b/samples/grpc-reactive/build.gradle index e797695..dda4a9b 100644 --- a/samples/grpc-reactive/build.gradle +++ b/samples/grpc-reactive/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-reactive/pom.xml b/samples/grpc-reactive/pom.xml index 79e957a..5b82d93 100644 --- a/samples/grpc-reactive/pom.xml +++ b/samples/grpc-reactive/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-secure/README.md b/samples/grpc-secure/README.md index 2e2ff0b..2d682e7 100644 --- a/samples/grpc-secure/README.md +++ b/samples/grpc-secure/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.0.0) + :: Spring Boot :: (v3.4.5) 2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo) 2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default" diff --git a/samples/grpc-secure/build.gradle b/samples/grpc-secure/build.gradle index 4d32977..2aced9c 100644 --- a/samples/grpc-secure/build.gradle +++ b/samples/grpc-secure/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-secure/pom.xml b/samples/grpc-secure/pom.xml index c901520..fdefa7a 100644 --- a/samples/grpc-secure/pom.xml +++ b/samples/grpc-secure/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-server-netty-shaded/build.gradle b/samples/grpc-server-netty-shaded/build.gradle index e2c3e0e..d78bdd5 100644 --- a/samples/grpc-server-netty-shaded/build.gradle +++ b/samples/grpc-server-netty-shaded/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-server-netty-shaded/pom.xml b/samples/grpc-server-netty-shaded/pom.xml index 595ee3d..847a3f3 100644 --- a/samples/grpc-server-netty-shaded/pom.xml +++ b/samples/grpc-server-netty-shaded/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 com.example diff --git a/samples/grpc-server/HELP-gradle.md b/samples/grpc-server/HELP-gradle.md index 0609cc0..3dd84be 100644 --- a/samples/grpc-server/HELP-gradle.md +++ b/samples/grpc-server/HELP-gradle.md @@ -4,9 +4,9 @@ For further reference, please consider the following sections: * [Official Gradle documentation](https://docs.gradle.org) -* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.4.4/gradle-plugin) -* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.4/gradle-plugin/packaging-oci-image.html) -* [GraalVM Native Image Support](https://docs.spring.io/spring-boot/3.4.4/reference/packaging/native-image/introducing-graalvm-native-images.html) +* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.4.5/gradle-plugin) +* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.5/gradle-plugin/packaging-oci-image.html) +* [GraalVM Native Image Support](https://docs.spring.io/spring-boot/3.4.5/reference/packaging/native-image/introducing-graalvm-native-images.html) * [Spring gRPC [Experimental]](https://docs.spring.io/spring-grpc/reference/index.html) ### Additional Links diff --git a/samples/grpc-server/HELP-maven.md b/samples/grpc-server/HELP-maven.md index bad6436..a1d9076 100644 --- a/samples/grpc-server/HELP-maven.md +++ b/samples/grpc-server/HELP-maven.md @@ -4,9 +4,9 @@ For further reference, please consider the following sections: * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) -* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.4.4/maven-plugin) -* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.4/maven-plugin/build-image.html) -* [GraalVM Native Image Support](https://docs.spring.io/spring-boot/3.4.4/reference/packaging/native-image/introducing-graalvm-native-images.html) +* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.4.5/maven-plugin) +* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.5/maven-plugin/build-image.html) +* [GraalVM Native Image Support](https://docs.spring.io/spring-boot/3.4.5/reference/packaging/native-image/introducing-graalvm-native-images.html) * [Spring gRPC [Experimental]](https://docs.spring.io/spring-grpc/reference/index.html) ### Additional Links diff --git a/samples/grpc-server/README.md b/samples/grpc-server/README.md index 78548e7..6562da2 100644 --- a/samples/grpc-server/README.md +++ b/samples/grpc-server/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.0.0) + :: Spring Boot :: (v3.4.5) 2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo) 2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default" 2022-12-08T05:32:25.377-08:00 WARN 551632 --- [ main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: net.devh.boot.grpc.server.autoconfigure.GrpcHealthServiceAutoConfiguration diff --git a/samples/grpc-server/build.gradle b/samples/grpc-server/build.gradle index f55db36..b653f5e 100644 --- a/samples/grpc-server/build.gradle +++ b/samples/grpc-server/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-server/pom.xml b/samples/grpc-server/pom.xml index f22d956..42fe965 100644 --- a/samples/grpc-server/pom.xml +++ b/samples/grpc-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-tomcat-secure/README.md b/samples/grpc-tomcat-secure/README.md index 975f063..0b2e2c5 100644 --- a/samples/grpc-tomcat-secure/README.md +++ b/samples/grpc-tomcat-secure/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.0.0) + :: Spring Boot :: (v3.4.5) 2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo) 2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default" diff --git a/samples/grpc-tomcat-secure/build.gradle b/samples/grpc-tomcat-secure/build.gradle index 5b46fba..17a49be 100644 --- a/samples/grpc-tomcat-secure/build.gradle +++ b/samples/grpc-tomcat-secure/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-tomcat-secure/pom.xml b/samples/grpc-tomcat-secure/pom.xml index 2220415..60f5638 100644 --- a/samples/grpc-tomcat-secure/pom.xml +++ b/samples/grpc-tomcat-secure/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-tomcat/README.md b/samples/grpc-tomcat/README.md index 975f063..0b2e2c5 100644 --- a/samples/grpc-tomcat/README.md +++ b/samples/grpc-tomcat/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.0.0) + :: Spring Boot :: (v3.4.5) 2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo) 2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default" diff --git a/samples/grpc-tomcat/build.gradle b/samples/grpc-tomcat/build.gradle index a3c46f4..8992eb6 100644 --- a/samples/grpc-tomcat/build.gradle +++ b/samples/grpc-tomcat/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-tomcat/pom.xml b/samples/grpc-tomcat/pom.xml index 785524f..65509bf 100644 --- a/samples/grpc-tomcat/pom.xml +++ b/samples/grpc-tomcat/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc diff --git a/samples/grpc-webflux/README.md b/samples/grpc-webflux/README.md index 975f063..0b2e2c5 100644 --- a/samples/grpc-webflux/README.md +++ b/samples/grpc-webflux/README.md @@ -11,7 +11,7 @@ $ ./mvnw spring-boot:run \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v3.0.0) + :: Spring Boot :: (v3.4.5) 2022-12-08T05:32:24.934-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication using Java 17.0.5 with PID 551632 (/home/dsyer/dev/scratch/demo/target/classes started by dsyer in /home/dsyer/dev/scratch/demo) 2022-12-08T05:32:24.938-08:00 INFO 551632 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to 1 default profile: "default" diff --git a/samples/grpc-webflux/build.gradle b/samples/grpc-webflux/build.gradle index 1156ff2..583ce90 100644 --- a/samples/grpc-webflux/build.gradle +++ b/samples/grpc-webflux/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.4.4' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' id 'com.google.protobuf' version '0.9.4' diff --git a/samples/grpc-webflux/pom.xml b/samples/grpc-webflux/pom.xml index 43909c4..9fe47b6 100644 --- a/samples/grpc-webflux/pom.xml +++ b/samples/grpc-webflux/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.4.5 org.springframework.grpc