This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6c2c9ba  dependency updates
6c2c9ba is described below

commit 6c2c9ba835589f10675c0f7536fb27c74e84981f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Sep 28 04:45:38 2024 +1000

    dependency updates
---
 site/src/site/blog/groovy-pekko-gpars.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/src/site/blog/groovy-pekko-gpars.adoc 
b/site/src/site/blog/groovy-pekko-gpars.adoc
index 4e35ba1..cfc5c5e 100644
--- a/site/src/site/blog/groovy-pekko-gpars.adoc
+++ b/site/src/site/blog/groovy-pekko-gpars.adoc
@@ -45,8 +45,8 @@ to tell it the maximum number of times to echo the message 
before stopping.
 
 == A Pekko implementation in Groovy
 
-This example uses Groovy 4.0.21 and Pekko 1.0.3.
-It was tested with JDK 11 and 17.
+This example uses Groovy 4.0.23 and Pekko 1.1.1.
+It was tested with JDK 11, 17 and 21.
 
 The Pekko documentation gives Java and Scala implementations.
 You should notice that the Groovy implementation is similar to the Java one
@@ -197,8 +197,8 @@ The log output from running the script will look similar to 
this:
 
 == A GPars implementation in Groovy
 
-This example uses Groovy 4.0.21 and GPars 1.2.1.
-It was tested with JDK 8, 11, 17 and 21.
+This example uses Groovy 4.0.23 and GPars 1.2.1.
+It was tested with JDK 8, 11, 17, 21 and 23.
 
 We'll follow the same conventions for strongly typed messages in our GPars 
example.
 Here are our three message containers:

Reply via email to