You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/09/02 06:46:06 UTC

[groovy-website] branch asf-site updated: bump jqwik version in example

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 099d08f  bump jqwik version in example
099d08f is described below

commit 099d08f4bf27fc77cbd5d24a4a62cf3a49bda214
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Sep 2 16:46:02 2021 +1000

    bump jqwik version in example
---
 site/src/site/releasenotes/groovy-4.0.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/releasenotes/groovy-4.0.adoc b/site/src/site/releasenotes/groovy-4.0.adoc
index 2c323be..e68c5f8 100644
--- a/site/src/site/releasenotes/groovy-4.0.adoc
+++ b/site/src/site/releasenotes/groovy-4.0.adoc
@@ -842,7 +842,7 @@ Here is an example of a Jqwik test:
 
 [source,groovy]
 --------------------------------------
-@Grab('net.jqwik:jqwik:1.5.1')
+@Grab('net.jqwik:jqwik:1.5.5')
 import net.jqwik.api.*
 import net.jqwik.api.constraints.*