Skip to content

Commit d3fa59c

Browse files
committed
[ci skip] Updated README.md
1 parent 06f8567 commit d3fa59c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ languages into the Java domain.
1111

1212

1313
## News
14+
* 2025-08-15: REST Assured 5.5.6 is released with bug fixes and minor improvements. See [change log](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
1415
* 2025-05-22: REST Assured 5.5.5 is released that fixes problems with `rest-assured-bom` file after moving to new deployment method. See [change log](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
1516
* 2025-05-22: REST Assured 5.5.3 is released with improved cookie handling when using [CSRF cookie propagation](https://github.com/rest-assured/rest-assured/wiki/Usage#csrf-cookie-propagation). See [change log](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
16-
* 2025-05-14: REST Assured 5.5.2 is released with bug fixes and minor improvements. See [change log](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
1717

1818
[Older News](https://github.com/rest-assured/rest-assured/wiki/OldNews)
1919

@@ -80,10 +80,10 @@ REST Assured supports any HTTP method but has explicit support for *POST*, *GET*
8080
* [Getting started](https://github.com/rest-assured/rest-assured/wiki/GettingStarted)
8181
* [Usage Guide](https://github.com/rest-assured/rest-assured/wiki/Usage) (click [here](https://github.com/rest-assured/rest-assured/wiki/Usage_Legacy) for legacy documentation)
8282
* [Javadoc](http://www.javadoc.io/doc/io.rest-assured/rest-assured/5.5.3)
83-
* [Rest Assured Javadoc](http://static.javadoc.io/io.rest-assured/rest-assured/5.5.5/io/restassured/RestAssured.html)
84-
* [Rest AssuredMockMvc Javadoc](http://static.javadoc.io/io.rest-assured/spring-mock-mvc/5.5.5/io/restassured/module/mockmvc/RestAssuredMockMvc.html)
85-
* [XmlPath Javadoc](http://static.javadoc.io/io.rest-assured/xml-path/5.5.5/io/restassured/path/xml/XmlPath.html)
86-
* [JsonPath Javadoc](http://static.javadoc.io/io.rest-assured/json-path/5.5.5/io/restassured/path/json/JsonPath.html)
83+
* [Rest Assured Javadoc](http://static.javadoc.io/io.rest-assured/rest-assured/5.5.6/io/restassured/RestAssured.html)
84+
* [Rest AssuredMockMvc Javadoc](http://static.javadoc.io/io.rest-assured/spring-mock-mvc/5.5.6/io/restassured/module/mockmvc/RestAssuredMockMvc.html)
85+
* [XmlPath Javadoc](http://static.javadoc.io/io.rest-assured/xml-path/5.5.6/io/restassured/path/xml/XmlPath.html)
86+
* [JsonPath Javadoc](http://static.javadoc.io/io.rest-assured/json-path/5.5.6/io/restassured/path/json/JsonPath.html)
8787
* [Release Notes](https://github.com/rest-assured/rest-assured/wiki/ReleaseNotes)
8888
* [FAQ](https://github.com/rest-assured/rest-assured/wiki/FAQ)
8989

0 commit comments

Comments
 (0)