Skip to content

Commit c038f39

Browse files
committed
Addressing review comments.
1 parent 726dbd2 commit c038f39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/helloworld-source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more details on how to work with this sample read the [Google Cloud Run Java
88
[![Run in Google Cloud][run_img]][run_link]
99

1010
[run_img]: https://storage.googleapis.com/cloudrun/button.svg
11-
[run_link]: https://deploy.cloud.run/?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&dir=run/helloworld
11+
[run_link]: https://deploy.cloud.run/?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&dir=run/helloworld-source
1212

1313
## Dependencies
1414

run/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License.
4343
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4444
<maven.compiler.target>25</maven.compiler.target>
4545
<maven.compiler.source>25</maven.compiler.source>
46-
<spring-boot.version>3.2.2</spring-boot.version>
46+
<spring-boot.version>3.5.6</spring-boot.version>
4747
</properties>
4848
<dependencies>
4949
<dependency>

0 commit comments

Comments
 (0)