Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Sep 8, 2023
1 parent 6f92574 commit 718ad4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ languages into the Java domain.


## News
* 2023-09-08: REST Assured 5.3.2 is released with several bug fixes, better Spring MockMvc Support, better support for newer versions of Spring Security etc. See [change log](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
* 2023-06-16: REST Assured 5.3.1 is released with several bug fixes and dependency upgrades. See [change log](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
* 2022-11-18: REST Assured 5.3.0 is released. It adds [CSRF header support](https://github.com/rest-assured/rest-assured/wiki/Usage#csrf-header-token) and a much improved [CSRF support](https://github.com/rest-assured/rest-assured/wiki/Usage#csrf) in general. It also brings the [Spring MockMvc Module](https://github.com/rest-assured/rest-assured/wiki/Spring#spring-mock-mvc-module) up-to-date with changes in Spring Framework 6 and Spring Boot 3, as well as various other bug fixes and improvements. See [changelog](https://raw.githubusercontent.com/rest-assured/rest-assured/master/changelog.txt) for more details.
* 2022-11-18: REST Assured 5.2.1 is released. It just brings the [Spring MockMvc Module](https://github.com/rest-assured/rest-assured/wiki/Spring#spring-mock-mvc-module) up-to-date with changes in Spring Framework 6 and Spring Boot 3.

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

Expand Down Expand Up @@ -79,11 +79,11 @@ REST Assured supports any HTTP method but has explicit support for *POST*, *GET*

* [Getting started](https://github.com/rest-assured/rest-assured/wiki/GettingStarted)
* [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)
* [Javadoc](http://www.javadoc.io/doc/io.rest-assured/rest-assured/5.3.1)
* [Rest Assured Javadoc](http://static.javadoc.io/io.rest-assured/rest-assured/5.3.1/io/restassured/RestAssured.html)
* [Rest AssuredMockMvc Javadoc](http://static.javadoc.io/io.rest-assured/spring-mock-mvc/5.3.1/io/restassured/module/mockmvc/RestAssuredMockMvc.html)
* [XmlPath Javadoc](http://static.javadoc.io/io.rest-assured/xml-path/5.3.1/io/restassured/path/xml/XmlPath.html)
* [JsonPath Javadoc](http://static.javadoc.io/io.rest-assured/json-path/5.3.1/io/restassured/path/json/JsonPath.html)
* [Javadoc](http://www.javadoc.io/doc/io.rest-assured/rest-assured/5.3.2)
* [Rest Assured Javadoc](http://static.javadoc.io/io.rest-assured/rest-assured/5.3.2/io/restassured/RestAssured.html)
* [Rest AssuredMockMvc Javadoc](http://static.javadoc.io/io.rest-assured/spring-mock-mvc/5.3.2/io/restassured/module/mockmvc/RestAssuredMockMvc.html)
* [XmlPath Javadoc](http://static.javadoc.io/io.rest-assured/xml-path/5.3.2/io/restassured/path/xml/XmlPath.html)
* [JsonPath Javadoc](http://static.javadoc.io/io.rest-assured/json-path/5.3.2/io/restassured/path/json/JsonPath.html)
* [Release Notes](https://github.com/rest-assured/rest-assured/wiki/ReleaseNotes)
* [FAQ](https://github.com/rest-assured/rest-assured/wiki/FAQ)

Expand Down

0 comments on commit 718ad4b

Please sign in to comment.