Commit Graph

611 Commits

Author SHA1 Message Date
Artem Bilan
19cc51fc36 GH-113: Fix KafkaPublisherConfiguration for auto-wire ambiguity
Fixes: https://github.com/spring-cloud/spring-functions-catalog/issues/113
2024-12-19 12:00:25 -05:00
Artem Bilan
d5a77d1399 GH-112: Fix JdbcConsumerConfiguration for auto-wire ambiguity
Fixes: https://github.com/spring-cloud/spring-functions-catalog/issues/112
2024-12-19 11:55:55 -05:00
Artem Bilan
a0d01bf462 GH-111: Fix FileConsumerConfiguration for auto-wire ambiguity
Fixes: https://github.com/spring-cloud/spring-functions-catalog/issues/111
2024-12-19 11:50:12 -05:00
Artem Bilan
cc018cb994 GH-110: Fix ElasticsearchConsumerConfiguration for auto-wire ambiguity
Fixes: https://github.com/spring-cloud/spring-functions-catalog/issues/110
2024-12-19 11:43:39 -05:00
dependabot[bot]
abae88d409 Bump org.springframework.cloud:spring-cloud-dependencies
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.3 to 2023.0.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2023.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 14:57:06 +00:00
Artem Bilan
0338922518 Add zip-split-rabbit-binder sample
More info in: https://stackoverflow.com/questions/79250487/is-there-any-way-to-build-an-sftpsupplier-splitter-batch-producer-with-spring

* Address PR reviews:

* Fix typos and language in README
* Fix new line in the end of `application.yml`
* Move `@Bean` for `RabbitMQContainer` as a regular `static` property on the class with a `@Container`
* Use `@Testcontainers(disabledWithoutDocker = true)`
* Move `@RabbitListener` method directly to test class
* In the end we don't need extra `@TestConfiguration` class at all
2024-12-09 15:32:06 -05:00
Ömer Çelik
29541a5194 Replace synchronized blocks with ReentrantLocks for virtual thread support
* The lock call was moved outside the try block
* Unnecessary locking has been removed.
2024-12-06 17:00:33 -05:00
Artem Bilan
58ffb22fff GH-106: Fix SplitterFunctionConfiguration for ambiguity on auto-wiring
Fixes: https://github.com/spring-cloud/spring-functions-catalog/issues/106

The `AbstractMessageSplitter messageSplitter` injection is too wide,
and if target application has its own splitter bean, it becomes as a candidate.
Since `SplitterFunctionConfiguration` expects only its own beans, rework the logic for `@Qualifier`
and `Optional` to be explicit for expected beans from the `SplitterFunctionConfiguration`.
2024-12-06 13:24:00 -05:00
dependabot[bot]
3f041a9399 Bump org.springframework.cloud:spring-cloud-dependencies
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.3 to 2023.0.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2023.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 14:46:52 -05:00
dependabot[bot]
917633944b Bump org.springframework.cloud:spring-cloud-dependencies
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.3 to 2023.0.4.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2023.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 14:46:33 -05:00
dependabot[bot]
aee27c2c0f Bump com.icegreen:greenmail
Bumps the development-dependencies group with 1 update in the /supplier/spring-mail-supplier directory: [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail).


Updates `com.icegreen:greenmail` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.1...release-2.1.2)

---
updated-dependencies:
- dependency-name: com.icegreen:greenmail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 14:21:21 -05:00
dependabot[bot]
462467c181 Bump org.springframework.cloud.fn:spring-functions-catalog-bom (#101)
Bumps [org.springframework.cloud.fn:spring-functions-catalog-bom](https://github.com/spring-cloud/spring-functions-catalog) from 5.0.1-SNAPSHOT to 5.0.2-SNAPSHOT.
- [Release notes](https://github.com/spring-cloud/spring-functions-catalog/releases)
- [Commits](https://github.com/spring-cloud/spring-functions-catalog/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud.fn:spring-functions-catalog-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 20:24:17 -04:00
Spring Builds
1789040266 [artifactory-release] Next development version 2024-11-22 18:20:16 +00:00
Spring Builds
29fc943572 [artifactory-release] Release version 5.0.1 2024-11-22 18:20:15 +00:00
Artem Bilan
2b9ee39b52 Fix release.yml for expected secrets 2024-11-22 12:26:47 -05:00
Artem Bilan
71dc5c7e48 Upgrade GHAs to the reusable workflows v5 2024-11-22 12:22:14 -05:00
dependabot[bot]
25539c2950 Bump org.springframework.boot:spring-boot-dependencies (#99)
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.11...v3.2.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 17:07:21 +00:00
dependabot[bot]
f43c8d22ba Bump com.icegreen:greenmail (#98)
Bumps the development-dependencies group with 1 update in the /supplier/spring-mail-supplier directory: [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail).


Updates `com.icegreen:greenmail` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.0...release-2.1.1)

---
updated-dependencies:
- dependency-name: com.icegreen:greenmail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:59:21 +00:00
dependabot[bot]
53166532ce Bump spring-io/spring-github-workflows (#97)
Bumps the development-dependencies group with 1 update: [spring-io/spring-github-workflows](https://github.com/spring-io/spring-github-workflows).


Updates `spring-io/spring-github-workflows` from 4 to 5
- [Release notes](https://github.com/spring-io/spring-github-workflows/releases)
- [Commits](https://github.com/spring-io/spring-github-workflows/compare/v4...v5)

---
updated-dependencies:
- dependency-name: spring-io/spring-github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:58:31 +00:00
dependabot[bot]
fd853f6cf1 Bump org.springframework.boot in /samples/time-spel-log (#100)
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.11...v3.2.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 16:58:08 +00:00
Artem Bilan
24299bed59 Fix formatting 2024-11-20 09:49:17 -05:00
Artem Bilan
8b4d3b7b54 Increase timeout to 30 sec in the BatchInsertTimeoutTests 2024-11-20 09:45:36 -05:00
Artem Bilan
ba143160c7 Add announce-milestone-planning.yml 2024-11-04 10:32:21 -05:00
dependabot[bot]
4c385647df Bump com.github.spotbugs (#96)
Bumps the development-dependencies group with 1 update in the / directory: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.25 to 6.0.26

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-03 07:56:13 -05:00
dependabot[bot]
84ea0e3dfe Bump org.springframework.boot in /samples/time-spel-log
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.10...v3.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 11:46:11 -04:00
dependabot[bot]
e4913c6da5 Bump org.springframework.boot:spring-boot-dependencies
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.10...v3.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 11:45:57 -04:00
dependabot[bot]
4dabc9f9f1 Bump spring-io/spring-github-workflows
Bumps the development-dependencies group with 1 update: [spring-io/spring-github-workflows](https://github.com/spring-io/spring-github-workflows).


Updates `spring-io/spring-github-workflows` from 3 to 4
- [Release notes](https://github.com/spring-io/spring-github-workflows/releases)
- [Commits](https://github.com/spring-io/spring-github-workflows/compare/v3...v4)

---
updated-dependencies:
- dependency-name: spring-io/spring-github-workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 11:45:40 -04:00
dependabot[bot]
9951358c60 Bump com.github.spotbugs (#91)
Bumps the development-dependencies group with 1 update in the / directory: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.24 to 6.0.25

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-20 07:22:32 -04:00
Artem Bilan
69dade53de Add channel to the WebsocketConsumerServerHandler.CHANNELS before handshake
In attempt to fix a race condition in the tests

* Remove `log4j` deps as redundant: Spring Boot brings them anyway for logback compatibility
* Add `logback-test.xml` to the `spring-websocket-consumer.test` for test race condition failures
2024-10-16 10:52:06 -04:00
dependabot[bot]
ad70362c27 Bump org.apache.commons:commons-compress (#89)
Bumps org.apache.commons:commons-compress from 1.26.1 to 1.26.2.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 11:54:31 -04:00
dependabot[bot]
d51060c196 Bump io.spring.dependency-management (#85)
Bumps the development-dependencies group with 1 update in the /samples/time-spel-log directory: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin).


Updates `io.spring.dependency-management` from 1.1.4 to 1.1.6
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.4...v1.1.6)

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 11:50:56 -04:00
dependabot[bot]
521a02948a Bump org.springframework.cloud:spring-cloud-dependencies (#88)
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.1 to 2023.0.3.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.1...v2023.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 11:50:46 -04:00
dependabot[bot]
ce5e512ce1 Bump org.apache.avro:avro in /supplier/spring-debezium-supplier (#90)
Bumps org.apache.avro:avro from 1.11.3 to 1.11.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 11:46:29 -04:00
dependabot[bot]
188375fe89 Bump org.springframework.boot in /samples/time-spel-log (#87)
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.2.10.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 11:44:59 -04:00
dependabot[bot]
4065bbc897 Bump org.springframework.cloud.fn:spring-functions-catalog-bom (#86)
Bumps [org.springframework.cloud.fn:spring-functions-catalog-bom](https://github.com/spring-cloud/spring-functions-catalog) from 5.0.0-SNAPSHOT to 5.0.1-SNAPSHOT.
- [Release notes](https://github.com/spring-cloud/spring-functions-catalog/releases)
- [Commits](https://github.com/spring-cloud/spring-functions-catalog/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud.fn:spring-functions-catalog-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-10 11:44:50 -04:00
Artem Bilan
daa54a6dec Use Dependabot globstar option for dirs to scan
Move some deps from the top-level `dependencies.gradle` to their specific modules
2024-10-10 11:40:59 -04:00
Artem Bilan
e2f8d4c18f Increase timeout in the WebsocketConsumerTests 2024-10-07 10:12:22 -04:00
dependabot[bot]
662fdfae38 Bump com.icegreen:greenmail from 2.1.0-rc-1 to 2.1.0 (#83)
Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.1.0-rc-1 to 2.1.0.
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.0-rc-1...release-2.1.0)

---
updated-dependencies:
- dependency-name: com.icegreen:greenmail
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 09:53:36 -04:00
dependabot[bot]
d18a1f0752 Bump the development-dependencies group with 2 updates (#82)
Bumps the development-dependencies group with 2 updates: com.github.spotbugs and [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions).


Updates `com.github.spotbugs` from 6.0.23 to 6.0.24

Updates `io.spring.develocity.conventions` from 0.0.21 to 0.0.22
- [Release notes](https://github.com/spring-io/develocity-conventions/releases)
- [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.21...v0.0.22)

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: io.spring.develocity.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 09:53:22 -04:00
Artem Bilan
6ab6fece8a Some WebsocketConsumerTests adjustments 2024-10-07 09:52:02 -04:00
Artem Bilan
af672f3374 Adjust timing for the WebsocketConsumerTests 2024-10-03 12:07:32 -04:00
dependabot[bot]
2b4cb9e151 Bump com.github.spotbugs in the development-dependencies group (#79)
Bumps the development-dependencies group with 1 update: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.22 to 6.0.23

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 09:14:40 -04:00
dependabot[bot]
a1fcbc0e8a Bump io.awspring.cloud:spring-cloud-aws-dependencies from 3.0.4 to 3.0.5 (#80)
Bumps [io.awspring.cloud:spring-cloud-aws-dependencies](https://github.com/awspring/spring-cloud-aws) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/awspring/spring-cloud-aws/releases)
- [Commits](https://github.com/awspring/spring-cloud-aws/compare/v3.0.4...v3.0.5)

---
updated-dependencies:
- dependency-name: io.awspring.cloud:spring-cloud-aws-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 09:14:31 -04:00
dependabot[bot]
488d147c8b Bump org.springframework.integration:spring-integration-aws (#81)
Bumps [org.springframework.integration:spring-integration-aws](https://github.com/spring-projects/spring-integration-aws) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/spring-projects/spring-integration-aws/releases)
- [Commits](https://github.com/spring-projects/spring-integration-aws/compare/v3.0.7...v3.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 09:14:18 -04:00
Artem Bilan
b47b93e0d2 Migrate to io.spring.develocity.conventions plugin
* Remove `com.gradle.develocity` plugin management since it comes now ]
as transitive from the `io.spring.develocity.conventions`
2024-09-23 12:07:34 -04:00
Artem Bilan
4f901359f1 Migrate to DEVELOCITY_ACCESS_KEY GHA secret 2024-09-23 10:51:01 -04:00
dependabot[bot]
2332d02bc6 Bump org.springframework.boot:spring-boot-dependencies (#78)
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.9 to 3.2.10.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.9...v3.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-22 08:52:39 -04:00
dependabot[bot]
2550963e5e Bump com.github.spotbugs in the development-dependencies group (#77)
Bumps the development-dependencies group with 1 update: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.21 to 6.0.22

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-08 08:29:30 -04:00
dependabot[bot]
6a1de8a439 Bump com.github.spotbugs in the development-dependencies group (#76)
Bumps the development-dependencies group with 1 update: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.20 to 6.0.21

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-01 08:54:49 -04:00
dependabot[bot]
6d9be146ac Bump org.springframework.boot:spring-boot-dependencies (#75)
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.2.8 to 3.2.9.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.8...v3.2.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:51:31 -04:00