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 f945a2b0a3 revert: bump rest assured version
f945a2b0a3 is described below
commit f945a2b0a3755eb5e79fdfaf8c95df83b33c1fb9
Author: Paul King <[email protected]>
AuthorDate: Sun May 10 20:00:15 2026 +1000
revert: 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 502cdae776..b0ee19f772 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.5.0')
+ @Grab('io.rest-assured:rest-assured:4.4.0')
import io.restassured.RestAssured
import io.restassured.config.RestAssuredConfig
import io.restassured.config.ObjectMapperConfig