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

Chore(deps): bump the minor-patch-group group with 3 updates #109

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-patch-group group with 3 updates: org.springframework.shell:spring-shell-dependencies, org.xerial:sqlite-jdbc and org.springframework.boot.

Updates org.springframework.shell:spring-shell-dependencies from 3.3.1 to 3.3.2

Release notes

Sourced from org.springframework.shell:spring-shell-dependencies's releases.

3.3.2

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.3.3
  • Builds on jline 3.26.3
  • Some issues backported

Issues

#1125 Upgrade spring-boot 3.3.3 #1123 backport(1120): Inconsistent behaviour on passing invalid argument #1119 backport(1108): Getting Started missing interactive flag #1117 backport(1115): StringInput better unicode handling #1107 backport(1105): Upgrade jline 3.26.3 #1103 Upgrade spring-boot 3.3.2

Commits

Updates org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.46.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.46.1 (be3bf30)

🐛 Fixes

native-image

  • support strict image heap (029a35f)

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (17dffe9)

unscoped

  • add GraalVM for JDK 22 to native test suite (e40e5a3)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Kristof Dhondt

Commits
  • 73e64f0 chore(release): 3.46.1.0 [skip ci]
  • e092069 chore: update native libraries
  • be3bf30 feat(sqlite): upgrade to sqlite 3.46.1
  • 029a35f fix(native-image): support strict image heap
  • e40e5a3 ci: add GraalVM for JDK 22 to native test suite
  • 17dffe9 build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
  • 61fda53 chore(release): prepare next snapshot [skip ci]
  • See full diff in compare view

Updates org.springframework.boot from 3.3.2 to 3.3.3

Release notes

Sourced from org.springframework.boot's releases.

v3.3.3

⭐ New Features

  • Add TWENTY_THREE to JavaVersion enum #41716

🐞 Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication #41890
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

📔 Documentation

  • Improve documented logging property descriptions and default values #41989
  • Explain that enabling virtual threads disables traditional thread pools #41976
  • Harmonize code sample for MyUserHandler in reference documentation #41949
  • Document when environment variable property mapping applies #41945
  • Javadoc of slice test annotations should describe more accurately which components are considered #41935
  • Fix duplicate words #41920
  • Document the need to explicitly reset mock servers when using mock server customizers directly #41849
  • Correct grammar in 'Running your Application with Maven' #41840
  • Document more clearly that username and password are not used when spring.data.redis.url is set #41748
  • Pulsar configuration does not have default value for several entries in the metadata #41683
  • management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata #41676
  • management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata #41670
  • server.error.include-path does not have a default value in the metadata #41667
  • The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently #41638
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41628
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41627
  • Update link to documentation for log4j-spring-boot #41622
  • Fix link to Flyway reference documentation #41593
  • Document configuration property binding's support for using @Name to customize a property name #41585
  • Add hint for new dependencies required for Flyway #41574
  • Document that spring-boot:repackage should not be run from the command-line #22317

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.3 #41782
  • Upgrade to Awaitility 4.2.2 #41707

... (truncated)

Commits
  • 27f852a Release v3.3.3
  • f0d2503 Merge branch '3.2.x' into 3.3.x
  • 1822b2f Include spring-boot-starter-parent in Integration tests repository
  • d4e1aed Merge branch '3.2.x' into 3.3.x
  • 0b24ee8 Improve loading of jar entry certificates
  • 29e4607 Merge branch '3.2.x' into 3.3.x
  • 112cfc8 Remove processed annotations plugin declaration
  • 05b73ce Call getErrorAttributes() only once
  • d974686 Upgrade to apachepulsar/pulsar 3.2.4
  • 459d899 Add release type attribute for Antora documentation generation
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2024
@Dankoy
Copy link
Owner

Dankoy commented Sep 1, 2024

@dependabot recreate

Bumps the minor-patch-group group with 3 updates: [org.springframework.shell:spring-shell-dependencies](https://github.com/spring-projects/spring-shell), [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.shell:spring-shell-dependencies` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-shell/releases)
- [Commits](spring-projects/spring-shell@v3.3.1...v3.3.2)

Updates `org.xerial:sqlite-jdbc` from 3.46.0.1 to 3.46.1.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.46.0.1...3.46.1.0)

Updates `org.springframework.boot` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: org.springframework.shell:spring-shell-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/minor-patch-group-01f7296d3e branch from 25455e6 to de766ad Compare September 1, 2024 10:19
@Dankoy Dankoy self-assigned this Sep 1, 2024
@Dankoy
Copy link
Owner

Dankoy commented Sep 1, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit dae0281 into main Sep 1, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/minor-patch-group-01f7296d3e branch September 1, 2024 10:21
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