Skip to content

Commit d5bce31

Browse files
committed
Upgraded Guava library to 32.0.1-jre
1 parent 7e1534a commit d5bce31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog next-version
22
----------------------
3-
* Upgraded Guava library to 31.1-jre
3+
* Upgraded Guava library to 32.0.1-jre
44
* Fixed "Unexpected logic in PathSupport.getPath" (issue 1682) (thanks to fucct for pull request)
55
* Fixed "Not able to POST xml file using Inpustream" (issue 1160) (thanks to Balasaravanan for pull request)
66
* Fixed "MockMvcRequestSenderImpl convertCookies function is not copying the httpOnly, sameSite and expires from the servletCookies into the cookieBuilder" (issue 1462) (thanks to Justin Tay for pull request))

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<assertj-core.version>3.16.1</assertj-core.version>
7474
<scribe.version>2.5.3</scribe.version>
7575
<sundrio.version>0.93.0</sundrio.version>
76-
<guava.version>31.1-jre</guava.version>
76+
<guava.version>32.0.1-jre</guava.version>
7777
</properties>
7878
<scm>
7979
<url>http://github.com/rest-assured/rest-assured/tree/${scm.branch}</url>

0 commit comments

Comments
 (0)