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

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


The following commit(s) were added to refs/heads/master by this push:
     new 15ffbb61b5 bump rest assured version
15ffbb61b5 is described below

commit 15ffbb61b575ef696d318817c96406234e07278e
Author: Paul King <[email protected]>
AuthorDate: Sun May 10 19:54:07 2026 +1000

    bump rest assured version
---
 src/test/groovy/bugs/Groovy10461.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/groovy/bugs/Groovy10461.groovy 
b/src/test/groovy/bugs/Groovy10461.groovy
index b0ee19f772..502cdae776 100644
--- a/src/test/groovy/bugs/Groovy10461.groovy
+++ b/src/test/groovy/bugs/Groovy10461.groovy
@@ -35,7 +35,7 @@ final class Groovy10461 {
             @Grab('com.fasterxml.jackson.core:jackson-databind:2.14.2')
             import com.fasterxml.jackson.databind.ObjectMapper
 
-            @Grab('io.rest-assured:rest-assured:4.4.0')
+            @Grab('io.rest-assured:rest-assured:4.5.0')
             import io.restassured.RestAssured
             import io.restassured.config.RestAssuredConfig
             import io.restassured.config.ObjectMapperConfig

Reply via email to