qa-guru / allure-notifications

jar, that draws piechart from results and sends it with link to build to messenger
Apache License 2.0
477 stars 77 forks source link

Bump spring-test from 5.3.22 to 5.3.23 #134

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-test from 5.3.22 to 5.3.23.

Release notes

Sourced from spring-test's releases.

v5.3.23

:star: New Features

  • Introduce AnnotationUtils.isSynthesizedAnnotation(Annotation) #29054
  • Introduce createContext() factory method in AbstractGenericWebContextLoader #28983
  • Support TreeSet collection type in CollectionFactory.createCollection() without using reflection #28949
  • Document when RequestEntity.getUrl() throws an UnsupportedOperationException #28930
  • Deprecate NestedIOException #28929
  • Make isConnected() in WebSocketConnectionManager public #28785
  • Expose headers from STOMP RECEIPT frame to registered callbacks #28715
  • Make WebClientException serializable #28321

:lady_beetle: Bug Fixes

  • Ordering inconsistency with beans defined in parent context #29105
  • RelativeRedirectResponseWrapper does not commit response in sendRedirect #29050
  • MockServerContainerContextCustomizerFactory does not support @Nested tests #29037
  • Request to improve KotlinSerializationJsonHttpMessageConverter logic in RestTemplate #29008
  • WebFlux: multipart requests hang sometimes #28963
  • DataBufferUtils.write(Publisher, Path) loses context #28933
  • connectionTimeOut and readTimeout not working on UrlResource #28909
  • SockJsServiceRegistration#setSupressCors has a typo and should be deprecated #28853
  • RenderingResponse does not set status code on redirect views #28839
  • Avoid IllegalArgumentException when setting WebSocket error status #28836
  • Loss of context path after using ServerRequest.from #28820
  • ResponseCookie does not declare nullability annotations consistently for domain and path #28780

:notebook_with_decorative_cover: Documentation

  • Fix typo in data-access section #29048
  • Correct description of @RequestParam with WebFlux #28944
  • Fix broken kdoc-api links in kotlin.adoc #28908
  • Fix typos in Javadoc of class AbstractEncoder #28885
  • Fix links in Javadoc and reference docs #28876
  • Add missing closing parenthesis in reference doc #28867
  • Fix typos in Javadoc, reference docs, and code #28822
  • Replace use of the <tt> HTML tag in Javadoc #28819
  • Fix broken link in rsocket documentation #28817
  • Clarify docs on JNDI properties in Servlet environment #28488
  • Improve documentation of Caching annotations #28183

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.23 #29129

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)

Commits
  • 5ea8ba1 Release v5.3.23
  • ae8b797 Improve Javadoc on RequestEntity#getUrl
  • a7f430b Upgrade to Checkstyle 10.3.3, RxJava 3.1.5, SmallRye Mutiny 1.7, HtmlUnit 2.6...
  • 5a781ee Upgrade to RSocket 1.1.3, Netty 4.1.82, Tomcat 9.0.65, Undertow 2.2.19, Hiber...
  • a879d18 Reintroduce Caucho exclusion for 5.3.x
  • ce49068 Fix links in Javadoc and reference docs
  • 62a0ab3 Polish contribution
  • 92a231c Fix typos in Javadoc, reference docs, and code
  • 50dff77 Polish contribution
  • 0f47929 Replace use of the <tt> HTML tag in Javadoc
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #142.