Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-aspects from 5.3.13 to 5.3.23 #77

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps spring-aspects from 5.3.13 to 5.3.23.

Release notes

Sourced from spring-aspects's releases.

v5.3.23

⭐ 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

🐞 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

📔 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

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.23 #29129

❤️ 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2022
@jdogmcsteezy jdogmcsteezy self-requested a review October 18, 2022 18:19
@dependabot dependabot bot force-pushed the dependabot/gradle/org.springframework-spring-aspects-5.3.23 branch from fcaa112 to 11781de Compare October 18, 2022 18:20
Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.springframework-spring-aspects-5.3.23 branch from 11781de to 5b14938 Compare October 18, 2022 18:40
@jdogmcsteezy jdogmcsteezy merged commit 8e6a60f into master Oct 18, 2022
@jdogmcsteezy jdogmcsteezy deleted the dependabot/gradle/org.springframework-spring-aspects-5.3.23 branch October 18, 2022 20:44
jdogmcsteezy added a commit that referenced this pull request Oct 18, 2022
* Use eclipse-temurin images in Dockerfile (#70)

* Bump spring-retry from 1.3.1 to 1.3.4 (#81)

Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/commits/v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-dataformat-msgpack from 0.9.0 to 0.9.3 (#82)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-aspects from 5.3.13 to 5.3.23 (#77)

Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump springdoc-openapi-ui from 1.6.11 to 1.6.12

Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.6.11...v1.6.12)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Eugene R <yrizhkov@aerospike.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse S <jschmidt@aerospike.com>
jdogmcsteezy added a commit that referenced this pull request Oct 18, 2022
….1.4 (#74)

* Use eclipse-temurin images in Dockerfile (#70)

* Bump spring-retry from 1.3.1 to 1.3.4 (#81)

Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/commits/v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-dataformat-msgpack from 0.9.0 to 0.9.3 (#82)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-aspects from 5.3.13 to 5.3.23 (#77)

Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-cloud-starter-circuitbreaker-resilience4j

Bumps [spring-cloud-starter-circuitbreaker-resilience4j](https://github.com/spring-cloud/spring-cloud-build) from 2.0.2 to 2.1.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-build/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Eugene R <yrizhkov@aerospike.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse S <jschmidt@aerospike.com>
jdogmcsteezy added a commit that referenced this pull request Oct 18, 2022
* Use eclipse-temurin images in Dockerfile (#70)

* Bump spring-retry from 1.3.1 to 1.3.4 (#81)

Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/commits/v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-dataformat-msgpack from 0.9.0 to 0.9.3 (#82)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-aspects from 5.3.13 to 5.3.23 (#77)

Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump springdoc-openapi-ui from 1.6.11 to 1.6.12

Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.6.11...v1.6.12)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Eugene R <yrizhkov@aerospike.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse S <jschmidt@aerospike.com>
jdogmcsteezy added a commit that referenced this pull request Oct 18, 2022
….1.4 (#74)

* Use eclipse-temurin images in Dockerfile (#70)

* Bump spring-retry from 1.3.1 to 1.3.4 (#81)

Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/commits/v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-dataformat-msgpack from 0.9.0 to 0.9.3 (#82)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-aspects from 5.3.13 to 5.3.23 (#77)

Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-cloud-starter-circuitbreaker-resilience4j

Bumps [spring-cloud-starter-circuitbreaker-resilience4j](https://github.com/spring-cloud/spring-cloud-build) from 2.0.2 to 2.1.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-build/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-build/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Eugene R <yrizhkov@aerospike.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse S <jschmidt@aerospike.com>
jdogmcsteezy added a commit that referenced this pull request Oct 20, 2022
* fix: APPS-285 close client connections when evicted from cache (#76)

* APPS-315 APPS-63 APPS-288 Operations V2 (#80)

* build: Upgrade to jdk 17.

* feat!: Document RestClientOperation with swagger
RestClientOperation are now called Operations and are fully documented in the swagger documentation. The old /operate and /execute  API is still supported with the `/v1` prefix.  The new API is available with the `/v2` prefix. HLL and Bit Operations are now documented.

* docs: Update openapi.json with new operation, query, ctx, and batch models

* chore: Update copyright

*  Bump springdoc-openapi-ui from 0.6.11 to 1.6.12 (#83)

* Use eclipse-temurin images in Dockerfile (#70)

* Bump spring-retry from 1.3.1 to 1.3.4 (#81)

Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/commits/v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-dataformat-msgpack from 0.9.0 to 0.9.3 (#82)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-aspects from 5.3.13 to 5.3.23 (#77)

Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump springdoc-openapi-ui from 1.6.11 to 1.6.12

Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.6.11...v1.6.12)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Eugene R <yrizhkov@aerospike.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse S <jschmidt@aerospike.com>

* Bump spring-retry from 1.3.1 to 1.3.4 (#81)

Bumps [spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](https://github.com/spring-projects/spring-retry/commits/v1.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jackson-dataformat-msgpack from 0.9.0 to 0.9.3 (#82)

Bumps [jackson-dataformat-msgpack](https://github.com/msgpack/msgpack-java) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/msgpack/msgpack-java/releases)
- [Changelog](https://github.com/msgpack/msgpack-java/blob/develop/RELEASE_NOTES.md)
- [Commits](msgpack/msgpack-java@v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: org.msgpack:jackson-dataformat-msgpack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump spring-aspects from 5.3.13 to 5.3.23 (#77)

Bumps [spring-aspects](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.13...v5.3.23)

---
updated-dependencies:
- dependency-name: org.springframework:spring-aspects
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>


* Upgrade springboot from 2.5.12 to 2.7.4 (#84)

* chore: Upgrade springboot to 2.7.4
This requires us to upgrade spring-cloud to 2.1.4 and remove a circular
dependency from our @configuration beans

* ci: Add JDK 17 setup to codeQL workflow

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugene R <yrizhkov@aerospike.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant