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

:dependabot: Bump the spring-boot group with 5 updates #383

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps the spring-boot group with 5 updates:

Package From To
org.springframework.boot:spring-boot-starter-jetty 3.4.0-M2 3.4.0-M3
org.springframework.boot:spring-boot-starter-web 3.4.0-M2 3.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf 3.4.0-M2 3.4.0-M3
org.springframework.boot:spring-boot-starter-test 3.4.0-M2 3.4.0-M3
org.springframework.boot 3.4.0-M2 3.4.0-M3

Updates org.springframework.boot:spring-boot-starter-jetty from 3.4.0-M2 to 3.4.0-M3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-jetty's releases.

v3.4.0-M3

⭐ New Features

  • Allow additional interfaces to be defined on AssertableApplicationContext and ApplicationContextRunners #42369
  • Add spring.jms.listener.max-messages-per-task property for configuring max messages per task #42341
  • Support @DependsOn, @Description, @Fallback, @Lazy, @Primary, and @Role on @ConfigurationProperties beans #42289
  • Add Pulsar container factory customizers #42182
  • Use @EnableConfigurationProperties to define the MessageSourceProperties bean #42181
  • Add OpenTelemetry Logging service connection support from LgtmStackContainer and Docker Compose #42174
  • Add transport selection to OtlpLoggingConnectionDetails #42171
  • Add Graylog Extended Log Format (GELF) for structured logging #42158
  • Add consistent scope support ConfigurationProperties beans #42073
  • Apply spring.pulsar.consumer.subscription.name to auto-configured Pulsar listener container #42067
  • Add support for configuring Pulsar listener container concurrency #42062
  • Add support for configuring Pulsar client IO and listener threads #42052
  • Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging #42034
  • Use early static registration of EventPublishingContextWrapper in tests #42005
  • Add configuration support for ExponentialHistogram in OTLP Registry #41837
  • Support testcontainers-redis #41450
  • Support Otlp Tracing's GRPC port from service connections #41333
  • Add service connection from Opentelemetry Collector for Logging #41324
  • Add auto-configuration for OTLP gRPC format when using tracing #41213
  • Add a configuration property for Spring Data Web's serialization mode #39797
  • Reinstate support for auto-configuring an embedded ActiveMQ broker #38404
  • Enable graceful shutdown by default #37495
  • Allow the configuration of active profiles in SpringApplication.Augmented #36660
  • Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database #35253
  • Remove setting BP_NATIVE_IMAGE environment variable when building images #32884
  • Provide support for deprecated auto-configuration classes #14860

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42323
  • Missing details in OAuth2ClientProperties validation error message #42280
  • FileNotFoundException from unused mis-configured SSL bundles #42170
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42160
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42108
  • JarLauncher fails to load large jar files #42080
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42072
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42060
  • Binding spring.main.* properties doesn't work in a native image #42038
  • Default Logback config uses deprecated "converterClass" attribute #42008
  • Health endpoint additional paths are not available by default when Spring Security is used #40962
  • Application yaml file is not processed after spring boot migration #35403

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42286
  • Update link to Log4j2 system properties #42264
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42209

... (truncated)

Commits
  • 44e0089 Release v3.4.0-M3
  • e950801 Merge pull request #42341 from nosan
  • e930a96 Polish "Add option for configuring max messages per task"
  • 09b57ef Add option for configuring max messages per task
  • e133ea3 Merge branch '3.3.x'
  • ae898ed Next development version (v3.3.5-SNAPSHOT)
  • 6346d4f Accommodate absence of last execution
  • 627c691 Document the reason for deprecation of clean-on-validation-error
  • 814369e Enable graceful shutdown by default
  • 543bb80 Merge pull request #42359 from izeye
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-web from 3.4.0-M2 to 3.4.0-M3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-web's releases.

v3.4.0-M3

⭐ New Features

  • Allow additional interfaces to be defined on AssertableApplicationContext and ApplicationContextRunners #42369
  • Add spring.jms.listener.max-messages-per-task property for configuring max messages per task #42341
  • Support @DependsOn, @Description, @Fallback, @Lazy, @Primary, and @Role on @ConfigurationProperties beans #42289
  • Add Pulsar container factory customizers #42182
  • Use @EnableConfigurationProperties to define the MessageSourceProperties bean #42181
  • Add OpenTelemetry Logging service connection support from LgtmStackContainer and Docker Compose #42174
  • Add transport selection to OtlpLoggingConnectionDetails #42171
  • Add Graylog Extended Log Format (GELF) for structured logging #42158
  • Add consistent scope support ConfigurationProperties beans #42073
  • Apply spring.pulsar.consumer.subscription.name to auto-configured Pulsar listener container #42067
  • Add support for configuring Pulsar listener container concurrency #42062
  • Add support for configuring Pulsar client IO and listener threads #42052
  • Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging #42034
  • Use early static registration of EventPublishingContextWrapper in tests #42005
  • Add configuration support for ExponentialHistogram in OTLP Registry #41837
  • Support testcontainers-redis #41450
  • Support Otlp Tracing's GRPC port from service connections #41333
  • Add service connection from Opentelemetry Collector for Logging #41324
  • Add auto-configuration for OTLP gRPC format when using tracing #41213
  • Add a configuration property for Spring Data Web's serialization mode #39797
  • Reinstate support for auto-configuring an embedded ActiveMQ broker #38404
  • Enable graceful shutdown by default #37495
  • Allow the configuration of active profiles in SpringApplication.Augmented #36660
  • Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database #35253
  • Remove setting BP_NATIVE_IMAGE environment variable when building images #32884
  • Provide support for deprecated auto-configuration classes #14860

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42323
  • Missing details in OAuth2ClientProperties validation error message #42280
  • FileNotFoundException from unused mis-configured SSL bundles #42170
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42160
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42108
  • JarLauncher fails to load large jar files #42080
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42072
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42060
  • Binding spring.main.* properties doesn't work in a native image #42038
  • Default Logback config uses deprecated "converterClass" attribute #42008
  • Health endpoint additional paths are not available by default when Spring Security is used #40962
  • Application yaml file is not processed after spring boot migration #35403

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42286
  • Update link to Log4j2 system properties #42264
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42209

... (truncated)

Commits
  • 44e0089 Release v3.4.0-M3
  • e950801 Merge pull request #42341 from nosan
  • e930a96 Polish "Add option for configuring max messages per task"
  • 09b57ef Add option for configuring max messages per task
  • e133ea3 Merge branch '3.3.x'
  • ae898ed Next development version (v3.3.5-SNAPSHOT)
  • 6346d4f Accommodate absence of last execution
  • 627c691 Document the reason for deprecation of clean-on-validation-error
  • 814369e Enable graceful shutdown by default
  • 543bb80 Merge pull request #42359 from izeye
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-thymeleaf from 3.4.0-M2 to 3.4.0-M3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-thymeleaf's releases.

v3.4.0-M3

⭐ New Features

  • Allow additional interfaces to be defined on AssertableApplicationContext and ApplicationContextRunners #42369
  • Add spring.jms.listener.max-messages-per-task property for configuring max messages per task #42341
  • Support @DependsOn, @Description, @Fallback, @Lazy, @Primary, and @Role on @ConfigurationProperties beans #42289
  • Add Pulsar container factory customizers #42182
  • Use @EnableConfigurationProperties to define the MessageSourceProperties bean #42181
  • Add OpenTelemetry Logging service connection support from LgtmStackContainer and Docker Compose #42174
  • Add transport selection to OtlpLoggingConnectionDetails #42171
  • Add Graylog Extended Log Format (GELF) for structured logging #42158
  • Add consistent scope support ConfigurationProperties beans #42073
  • Apply spring.pulsar.consumer.subscription.name to auto-configured Pulsar listener container #42067
  • Add support for configuring Pulsar listener container concurrency #42062
  • Add support for configuring Pulsar client IO and listener threads #42052
  • Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging #42034
  • Use early static registration of EventPublishingContextWrapper in tests #42005
  • Add configuration support for ExponentialHistogram in OTLP Registry #41837
  • Support testcontainers-redis #41450
  • Support Otlp Tracing's GRPC port from service connections #41333
  • Add service connection from Opentelemetry Collector for Logging #41324
  • Add auto-configuration for OTLP gRPC format when using tracing #41213
  • Add a configuration property for Spring Data Web's serialization mode #39797
  • Reinstate support for auto-configuring an embedded ActiveMQ broker #38404
  • Enable graceful shutdown by default #37495
  • Allow the configuration of active profiles in SpringApplication.Augmented #36660
  • Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database #35253
  • Remove setting BP_NATIVE_IMAGE environment variable when building images #32884
  • Provide support for deprecated auto-configuration classes #14860

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42323
  • Missing details in OAuth2ClientProperties validation error message #42280
  • FileNotFoundException from unused mis-configured SSL bundles #42170
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42160
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42108
  • JarLauncher fails to load large jar files #42080
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42072
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42060
  • Binding spring.main.* properties doesn't work in a native image #42038
  • Default Logback config uses deprecated "converterClass" attribute #42008
  • Health endpoint additional paths are not available by default when Spring Security is used #40962
  • Application yaml file is not processed after spring boot migration #35403

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42286
  • Update link to Log4j2 system properties #42264
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42209

... (truncated)

Commits
  • 44e0089 Release v3.4.0-M3
  • e950801 Merge pull request #42341 from nosan
  • e930a96 Polish "Add option for configuring max messages per task"
  • 09b57ef Add option for configuring max messages per task
  • e133ea3 Merge branch '3.3.x'
  • ae898ed Next development version (v3.3.5-SNAPSHOT)
  • 6346d4f Accommodate absence of last execution
  • 627c691 Document the reason for deprecation of clean-on-validation-error
  • 814369e Enable graceful shutdown by default
  • 543bb80 Merge pull request #42359 from izeye
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-test from 3.4.0-M2 to 3.4.0-M3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-test's releases.

v3.4.0-M3

⭐ New Features

  • Allow additional interfaces to be defined on AssertableApplicationContext and ApplicationContextRunners #42369
  • Add spring.jms.listener.max-messages-per-task property for configuring max messages per task #42341
  • Support @DependsOn, @Description, @Fallback, @Lazy, @Primary, and @Role on @ConfigurationProperties beans #42289
  • Add Pulsar container factory customizers #42182
  • Use @EnableConfigurationProperties to define the MessageSourceProperties bean #42181
  • Add OpenTelemetry Logging service connection support from LgtmStackContainer and Docker Compose #42174
  • Add transport selection to OtlpLoggingConnectionDetails #42171
  • Add Graylog Extended Log Format (GELF) for structured logging #42158
  • Add consistent scope support ConfigurationProperties beans #42073
  • Apply spring.pulsar.consumer.subscription.name to auto-configured Pulsar listener container #42067
  • Add support for configuring Pulsar listener container concurrency #42062
  • Add support for configuring Pulsar client IO and listener threads #42052
  • Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging #42034
  • Use early static registration of EventPublishingContextWrapper in tests #42005
  • Add configuration support for ExponentialHistogram in OTLP Registry #41837
  • Support testcontainers-redis #41450
  • Support Otlp Tracing's GRPC port from service connections #41333
  • Add service connection from Opentelemetry Collector for Logging #41324
  • Add auto-configuration for OTLP gRPC format when using tracing #41213
  • Add a configuration property for Spring Data Web's serialization mode #39797
  • Reinstate support for auto-configuring an embedded ActiveMQ broker #38404
  • Enable graceful shutdown by default #37495
  • Allow the configuration of active profiles in SpringApplication.Augmented #36660
  • Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database #35253
  • Remove setting BP_NATIVE_IMAGE environment variable when building images #32884
  • Provide support for deprecated auto-configuration classes #14860

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42323
  • Missing details in OAuth2ClientProperties validation error message #42280
  • FileNotFoundException from unused mis-configured SSL bundles #42170
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42160
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42108
  • JarLauncher fails to load large jar files #42080
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42072
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42060
  • Binding spring.main.* properties doesn't work in a native image #42038
  • Default Logback config uses deprecated "converterClass" attribute #42008
  • Health endpoint additional paths are not available by default when Spring Security is used #40962
  • Application yaml file is not processed after spring boot migration #35403

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42286
  • Update link to Log4j2 system properties #42264
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42209

... (truncated)

Commits
  • 44e0089 Release v3.4.0-M3
  • e950801 Merge pull request #42341 from nosan
  • e930a96 Polish "Add option for configuring max messages per task"
  • 09b57ef Add option for configuring max messages per task
  • e133ea3 Merge branch '3.3.x'
  • ae898ed Next development version (v3.3.5-SNAPSHOT)
  • 6346d4f Accommodate absence of last execution
  • 627c691 Document the reason for deprecation of clean-on-validation-error
  • 814369e Enable graceful shutdown by default
  • 543bb80 Merge pull request #42359 from izeye
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.4.0-M2 to 3.4.0-M3

Release notes

Sourced from org.springframework.boot's releases.

v3.4.0-M3

⭐ New Features

  • Allow additional interfaces to be defined on AssertableApplicationContext and ApplicationContextRunners #42369
  • Add spring.jms.listener.max-messages-per-task property for configuring max messages per task #42341
  • Support @DependsOn, @Description, @Fallback, @Lazy, @Primary, and @Role on @ConfigurationProperties beans #42289
  • Add Pulsar container factory customizers #42182
  • Use @EnableConfigurationProperties to define the MessageSourceProperties bean #42181
  • Add OpenTelemetry Logging service connection support from LgtmStackContainer and Docker Compose #42174
  • Add transport selection to OtlpLoggingConnectionDetails #42171
  • Add Graylog Extended Log Format (GELF) for structured logging #42158
  • Add consistent scope support ConfigurationProperties beans #42073
  • Apply spring.pulsar.consumer.subscription.name to auto-configured Pulsar listener container #42067
  • Add support for configuring Pulsar listener container concurrency #42062
  • Add support for configuring Pulsar client IO and listener threads #42052
  • Add support for Log4j2's MultiFormatStringBuilderFormattable in structured logging #42034
  • Use early static registration of EventPublishingContextWrapper in tests #42005
  • Add configuration support for ExponentialHistogram in OTLP Registry #41837
  • Support testcontainers-redis #41450
  • Support Otlp Tracing's GRPC port from service connections #41333
  • Add service connection from Opentelemetry Collector for Logging #41324
  • Add auto-configuration for OTLP gRPC format when using tracing #41213
  • Add a configuration property for Spring Data Web's serialization mode #39797
  • Reinstate support for auto-configuring an embedded ActiveMQ broker #38404
  • Enable graceful shutdown by default #37495
  • Allow the configuration of active profiles in SpringApplication.Augmented #36660
  • Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database #35253
  • Remove setting BP_NATIVE_IMAGE environment variable when building images #32884
  • Provide support for deprecated auto-configuration classes #14860

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42323
  • Missing details in OAuth2ClientProperties validation error message #42280
  • FileNotFoundException from unused mis-configured SSL bundles #42170
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42160
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42108
  • JarLauncher fails to load large jar files #42080
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42072
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42060
  • Binding spring.main.* properties doesn't work in a native image #42038
  • Default Logback config uses deprecated "converterClass" attribute #42008
  • Health endpoint additional paths are not available by default when Spring Security is used #40962
  • Application yaml file is not processed after spring boot migration #35403

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42286
  • Update link to Log4j2 system properties #42264
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42209

... (truncated)

Commits
  • 44e0089 Release v3.4.0-M3
  • e950801 Merge pull request #42341 from nosan
  • e930a96 Polish "Add option for configuring max messages per task"
  • 09b57ef Add option for configuring max messages per task
  • e133ea3 Merge branch '3.3.x'
  • ae898ed Next development version (v3.3.5-SNAPSHOT)
  • 6346d4f Accommodate absence of last execution
  • 627c691 Document the reason for deprecation of clean-on-validation-error
  • 814369e Enable graceful shutdown by default
  • 543bb80 Merge pull request #42359 from izeye
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the spring-boot group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot) | `3.4.0-M2` | `3.4.0-M3` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.4.0-M2` | `3.4.0-M3` |
| [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot) | `3.4.0-M2` | `3.4.0-M3` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.4.0-M2` | `3.4.0-M3` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0-M2` | `3.4.0-M3` |


Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.4.0-M2 to 3.4.0-M3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M2...v3.4.0-M3)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0-M2 to 3.4.0-M3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M2...v3.4.0-M3)

Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.4.0-M2 to 3.4.0-M3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M2...v3.4.0-M3)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0-M2 to 3.4.0-M3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M2...v3.4.0-M3)

Updates `org.springframework.boot` from 3.4.0-M2 to 3.4.0-M3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M2...v3.4.0-M3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 20, 2024
@JKatzwinkel JKatzwinkel merged commit 208c4c4 into main Sep 23, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/spring-boot-ebc9b52ffd branch September 23, 2024 10:42
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant