Commit Graph

2428 Commits

Author SHA1 Message Date
Marcus Hert Da Coregio
ea14c336a9 Merge branch '3.1.x' into 3.2.x
Closes gh-2827 in 3.2.x
Closes gh-2831
2024-03-01 15:37:35 -03:00
Marcus Hert Da Coregio
c2a982c4a7 Add JDBC to Configurations section
Closes gh-2827

Closes gh-2829
2024-03-01 15:37:13 -03:00
dependabot[bot]
57860f7148 Bump org-springframework-boot from 3.2.2 to 3.2.3
Bumps `org-springframework-boot` from 3.2.2 to 3.2.3.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 07:43:53 -03:00
Marcus Hert Da Coregio
97c3853b12 Merge branch '3.1.x' into 3.2.x
Closes gh-2816
2024-02-23 14:17:57 -03:00
Marcus Hert Da Coregio
4920499bd2 Fix issue where application fails to start with multiple TransactionManager beans
Prior to this commit, if an application had multiple PlatformTransactionManager beans it would fail to start even when configuring a proper TransactionOperations qualified bean.
This commit introduces the @SpringSessionTransactionManager bean qualifier to specify which bean should be injected into Spring Session JDBC configuration, if no bean specified, it tries to resolve a unique PlatformTransactionManager bean from the application context to maintain backward compatibility.

Closes gh-2801
2024-02-23 14:15:14 -03:00
Marcus Hert Da Coregio
5db2ea26cc Merge branch '3.1.x' into 3.2.x 2024-02-23 10:58:33 -03:00
dependabot[bot]
134dae5fc3 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.1...6.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:58:10 -03:00
dependabot[bot]
e3be498a9d Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.6 to 6.1.7.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.1.6...6.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:45 -03:00
dependabot[bot]
5163756eec Bump org.springframework.data:spring-data-bom from 2023.1.2 to 2023.1.3
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.2 to 2023.1.3.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.2...2023.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:26 -03:00
dependabot[bot]
3a55b0e7f6 Bump org.postgresql:postgresql from 42.5.4 to 42.5.5
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.4 to 42.5.5.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.5.4...REL42.5.5)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:14 -03:00
dependabot[bot]
7d12270a2f Bump org.postgresql:postgresql from 42.6.0 to 42.6.1
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.6.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.6.0...REL42.6.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:02 -03:00
dependabot[bot]
db283326be Bump org-springframework-boot from 3.1.8 to 3.1.9
Bumps `org-springframework-boot` from 3.1.8 to 3.1.9.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.8...v3.1.9)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.8...v3.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:55:45 -03:00
Marcus Hert Da Coregio
dffba62e2c Merge branch '3.1.x' into 3.2.x 2024-02-16 11:16:21 -03:00
dependabot[bot]
7e721ff056 Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.15.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:15:44 -03:00
dependabot[bot]
81d5894d3a Bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.21.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:15:07 -03:00
dependabot[bot]
dd27b08f7a Bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.21.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:52 -03:00
dependabot[bot]
c6fe729ba4 Bump io.projectreactor:reactor-bom from 2023.0.2 to 2023.0.3
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.2 to 2023.0.3.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2023.0.2...2023.0.3)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:43 -03:00
dependabot[bot]
571b9bd0d1 Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:30 -03:00
dependabot[bot]
3494352d31 Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.15.4
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:14 -03:00
dependabot[bot]
5a535338a7 Bump org.springframework:spring-framework-bom from 6.0.16 to 6.0.17
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.16 to 6.0.17.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.16...v6.0.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:13:31 -03:00
dependabot[bot]
d417db88cd Bump io.projectreactor:reactor-bom from 2022.0.15 to 2022.0.16
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2022.0.15 to 2022.0.16.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2022.0.15...2022.0.16)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:13:21 -03:00
Marcus Hert Da Coregio
e6ff000bed Merge branch '3.1.x' into 3.2.x 2024-02-07 10:49:49 -03:00
dependabot[bot]
c8e2257dc9 Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:36 -03:00
dependabot[bot]
999d164a3f Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:25 -03:00
dependabot[bot]
c2ad106d39 Bump org-slf4j from 2.0.11 to 2.0.12
Bumps `org-slf4j` from 2.0.11 to 2.0.12.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:log4j-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:05 -03:00
dependabot[bot]
8101510367 Bump org-slf4j from 2.0.11 to 2.0.12
Bumps `org-slf4j` from 2.0.11 to 2.0.12.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:log4j-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:48:36 -03:00
Marcus Hert Da Coregio
a704388786 Remove unused plugin 2024-02-05 08:42:51 -03:00
Marcus Hert Da Coregio
c49e198ddc Merge branch '3.1.x' into 3.2.x
Closes gh-2778
2024-02-05 08:40:10 -03:00
Marcus Hert Da Coregio
9b4beecd67 Support consistent build info
Closes gh-2777
2024-02-05 08:39:24 -03:00
Marcus Hert Da Coregio
761c759f43 Merge branch '3.1.x' into 3.2.x
Closes gh-2773
2024-01-26 09:16:21 -03:00
Marcus Hert Da Coregio
ab617cefda Update io.spring.security.release to 1.0.1
Closes gh-2772
2024-01-26 09:14:36 -03:00
Marcus Hert Da Coregio
4b75ef7c4f Merge branch '3.1.x' into 3.2.x 2024-01-23 15:26:59 -03:00
Eric Haag
9d981a45e8 Add Revved up by Develocity badge 2024-01-23 15:26:47 -03:00
Marcus Hert Da Coregio
f37f5b4001 Merge branch '3.1.x' into 3.2.x 2024-01-23 09:10:19 -03:00
dependabot[bot]
e92d00f4f1 Bump io.spring.ge.conventions from 0.0.14 to 0.0.15
Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.14 to 0.0.15.
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: io.spring.ge.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 09:09:18 -03:00
dependabot[bot]
af6c572f2d Bump org-springframework-boot from 3.2.1 to 3.2.2
Bumps `org-springframework-boot` from 3.2.1 to 3.2.2.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.2)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.1...v3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 09:09:10 -03:00
dependabot[bot]
303532b2d2 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 09:08:59 -03:00
dependabot[bot]
e417c00763 Bump org-springframework-boot from 3.1.7 to 3.1.8
Bumps `org-springframework-boot` from 3.1.7 to 3.1.8.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.7...v3.1.8)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.1.7 to 3.1.8
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.7...v3.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 09:08:35 -03:00
dependabot[bot]
a9a5164510 Bump io.spring.ge.conventions from 0.0.14 to 0.0.15
Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.14 to 0.0.15.
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: io.spring.ge.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 09:08:27 -03:00
dependabot[bot]
ecc2b166e5 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 09:08:20 -03:00
Marcus Hert Da Coregio
bc6c30ee3a Merge branch '3.1.x' into 3.2.x
Closes gh-2762
2024-01-23 09:06:23 -03:00
Marcus Hert Da Coregio
592b06404a Documentation links should use variable for reference docs url
Closes gh-2761
2024-01-23 09:05:58 -03:00
Marcus Hert Da Coregio
a1837e3e80 Merge branch '3.1.x' into 3.2.x
Closes gh-2759
2024-01-23 08:52:42 -03:00
Marcus Hert Da Coregio
48d6d09892 Allow Env vars to determine Artifactory Properties
Closes gh-2754
2024-01-23 08:51:54 -03:00
Marcus Hert Da Coregio
0d43dbb61c Merge branch '3.1.x' into 3.2.x
Closes gh-2748
2024-01-19 09:06:36 -03:00
Marcus Hert Da Coregio
f5cd0ee9ba Remove GitHub Actions dependency updates from changelog
Closes gh-2747
2024-01-19 09:05:56 -03:00
Marcus Hert Da Coregio
a190793e13 Merge branch '3.1.x' into 3.2.x 2024-01-15 11:34:58 -03:00
dependabot[bot]
2ceb784e18 Bump org.springframework:spring-framework-bom from 6.1.2 to 6.1.3
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 11:34:07 -03:00
dependabot[bot]
cf62bbccdd Bump org.springframework.data:spring-data-bom from 2023.1.1 to 2023.1.2
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.1 to 2023.1.2.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.1...2023.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 11:33:54 -03:00
dependabot[bot]
294d19fe68 Bump org.springframework:spring-framework-bom from 6.0.15 to 6.0.16
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.15 to 6.0.16.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.15...v6.0.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 11:33:36 -03:00