@@ -24,9 +24,9 @@ Before we begin, open a terminal and run the following commands to ensure that y
2424[source,shell]
2525----
2626$ java -version
27- openjdk version "17.0.4.1" 2022-08-12 LTS
28- OpenJDK Runtime Environment (build 17.0.4.1+1 -LTS)
29- OpenJDK 64-Bit Server VM (build 17.0.4.1+1 -LTS, mixed mode, sharing)
27+ openjdk version "17.0.16" 2025-07-15 LTS
28+ OpenJDK Runtime Environment (build 17.0.16+12 -LTS)
29+ OpenJDK 64-Bit Server VM (build 17.0.16+12 -LTS, mixed mode, sharing)
3030----
3131
3232NOTE: This sample needs to be created in its own directory.
@@ -42,9 +42,9 @@ If you want to use Maven, ensure that you have Maven installed:
4242[source,shell]
4343----
4444$ mvn -v
45- Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0 )
46- Maven home: usr /Users/developer/tools/ maven/3.8.5
47- Java version: 17.0.4.1 , vendor: BellSoft, runtime: /Users/developer/sdkman/candidates/java/17.0.4.1 -librca
45+ Apache Maven 3.9.11 (3e54c93a704957b63ee3494413a2b544fd3d825b )
46+ Maven home: /Users/developer/.sdkman/candidates/ maven/current
47+ Java version: 17.0.16 , vendor: BellSoft, runtime: /Users/developer/. sdkman/candidates/java/17.0.16 -librca
4848----
4949
5050
@@ -59,17 +59,18 @@ If you want to use Gradle, ensure that you have Gradle installed:
5959$ gradle --version
6060
6161------------------------------------------------------------
62- Gradle 8.1.1
62+ Gradle 8.14.3
6363------------------------------------------------------------
6464
65- Build time: 2023-04-21 12:31:26 UTC
66- Revision: 1cf537a851c635c364a4214885f8b9798051175b
65+ Build time: 2025-07-04 13:15:44 UTC
66+ Revision: e5ee1df3d88b8ca3a8074787a94f373e3090e1db
6767
68- Kotlin: 1.8.10
69- Groovy: 3.0.15
70- Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021
71- JVM: 17.0.7 (BellSoft 17.0.7+7-LTS)
72- OS: Linux 6.2.12-200.fc37.aarch64 aarch64
68+ Kotlin: 2.0.21
69+ Groovy: 3.0.24
70+ Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
71+ Launcher JVM: 17.0.16 (BellSoft 17.0.16+12-LTS)
72+ Daemon JVM: /Users/developer/.sdkman/candidates/java/17.0.16-librca (no JDK specified, using current Java home)
73+ OS: Mac OS X 15.7.1 aarch64
7374----
7475
7576
0 commit comments