Bump the minor-updates group with 8 updates#292
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps the minor-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | com.vaadin:vaadin-bom | `25.0.4` | `25.0.6` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.9` | `42.7.10` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.51.1.0` | `3.51.2.0` | | [com.discord4j:discord4j-core](https://github.com/Discord4J/Discord4J) | `3.3.0` | `3.3.1` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `3.0.1` | `3.0.2` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `4.0.2` | `4.0.3` | | [com.vaadin](https://github.com/vaadin/platform) | `25.0.4` | `25.0.6` | | org.flywaydb.flyway | `12.0.0` | `12.0.3` | Updates `com.vaadin:vaadin-bom` from 25.0.4 to 25.0.6 Updates `org.postgresql:postgresql` from 42.7.9 to 42.7.10 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.9...REL42.7.10) Updates `org.xerial:sqlite-jdbc` from 3.51.1.0 to 3.51.2.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.51.1.0...3.51.2.0) Updates `com.discord4j:discord4j-core` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/Discord4J/Discord4J/releases) - [Commits](Discord4J/Discord4J@3.3.0...3.3.1) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.2/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v3.0.1...v3.0.2) Updates `org.springframework.boot` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.2...v4.0.3) Updates `com.vaadin` from 25.0.4 to 25.0.6 - [Release notes](https://github.com/vaadin/platform/releases) - [Commits](vaadin/platform@25.0.4...25.0.6) Updates `org.flywaydb.flyway` from 12.0.0 to 12.0.3 --- updated-dependencies: - dependency-name: com.vaadin:vaadin-bom dependency-version: 25.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.postgresql:postgresql dependency-version: 42.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.2.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: com.discord4j:discord4j-core dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.springframework.boot dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: com.vaadin dependency-version: 25.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: org.flywaydb.flyway dependency-version: 12.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-updates group with 8 updates:
25.0.425.0.642.7.942.7.103.51.1.03.51.2.03.3.03.3.13.0.13.0.24.0.24.0.325.0.425.0.612.0.012.0.3Updates
com.vaadin:vaadin-bomfrom 25.0.4 to 25.0.6Updates
org.postgresql:postgresqlfrom 42.7.9 to 42.7.10Release notes
Sourced from org.postgresql:postgresql's releases.
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
27571c8Update site for 42.7.10 release (#3936)c7b512dCreate DisabledIfServerGreater annotation for disabling tests for newer serve...47f7e3bfix non-standard strings failing test for version 19 (#3934)d4cf420Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)"...6ea732cfix small issues in ConnectionFactoryImpl (#3929)95cecdbMigrate to Shadow 95762c42style: fix empty line before javadoc for checkstyle compliance1ac8d99style: fix lambda argument indentation for checkstyle compliance3fab588test: add autosave=always|never|conservative and cleanupSavepoints=true|false...9c20cc2chore(deps): update github/codeql-action digest to 4bdb89fUpdates
org.xerial:sqlite-jdbcfrom 3.51.1.0 to 3.51.2.0Release notes
Sourced from org.xerial:sqlite-jdbc's releases.
Commits
1bda411chore(release): 3.51.2.0 [skip ci]9a84abdchore: update native libraries1a7c2a0build: update location for 202663a45e7feat(sqlite): upgrade to sqlite 3.51.292e40c1chore(release): prepare next snapshot [skip ci]5e1a6a4chore(release): 3.51.1.1 [skip ci]0d07829build(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugine5e8acabuild(deps): bump org.graalvm.sdk:nativeimage from 25.0.1 to 25.0.292e995cbuild(deps): bump org.graalvm.buildtools:native-maven-plugin2a61f25build(deps-dev): bump org.codehaus.mojo:versions-maven-pluginUpdates
com.discord4j:discord4j-corefrom 3.3.0 to 3.3.1Release notes
Sourced from com.discord4j:discord4j-core's releases.
Commits
01db7a8Release version '3.3.1'.5db1d35chore: update groovy space assignment for build.gradleb01f3b3chore: fix javadoc url for jackson bom version 2.21.01c98000chore: update jackson bom version to 2.21.0e3bec85chore: update logback version to 1.3.1602cdbaechore: update junit version to 5.14.26bf05b4chore: update reactor bom version to 2025.0.3037e8dechore: update CONTRIBUTING.md [ci skip]25cefbfchore: update github actions dependencies3d3aa4ffeat: add support for Role Member Counts (#1336)Updates
org.springdoc:springdoc-openapi-starter-webmvc-uifrom 3.0.1 to 3.0.2Release notes
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.
Changelog
Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.
Commits
f26cb82[maven-release-plugin] prepare release v3.0.2865018aCopyright updates354265ecode refactoring08b428fUpgrade swagger-ui to version 5.32.0432d332Fixes DSL using header versioning0922635code review55fa901CHANGELOG.md updates7678599Add sample test with WebMVC.fn - DSL #32298f410d7Gracefully handle springdoc endpoint paths during API version resolution. fix...2057ccfenable SNAPSHOTS distributionUpdates
org.springframework.bootfrom 4.0.2 to 4.0.3Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
1ab1436Release v4.0.35cc488dMerge branch '3.5.x' into 4.0.x9138ae2Next development version (v3.5.12-SNAPSHOT)a7e63a7Merge branch '3.5.x' into 4.0.x54ab3c5Align "noteworthy" issues in release notes with Spring Frameworkb3ae5b1Merge branch '3.5.x' into 4.0.x996664fTemporarily switch Docker to overlay21ce8743Revert "Temporarily disable containerd snapshotter"5ba88c6Temporarily disable containerd snapshotter1f1a88cRevert "Temporarily update system tests to use specific platform"Updates
com.vaadinfrom 25.0.4 to 25.0.6Release notes
Sourced from com.vaadin's releases.
... (truncated)
Commits
d2f254eupdate copilot to 25.0.6 (#8580)ecc3f38update hilla to 25.0.6 (#8578)aa8e4e3chore: upgrade swing-kit to 3.0.1 [skip ci] (#8569) (#8571)6cfaf48Update flow to 25.0.7 (#8564)d7e998bchore: upgrade springboot 4.0.3 (#8554) (#8556)61ee18cchore: Update vaadin-testbench to 10.0.3 (#8514)fdaf025update copilot to 25.0.5 (#8508)39306a3update hilla to 25.0.5 (#8506)b748548fix: Set required Java and Maven versions in vaadin-maven-plugin (#8497) (#8505)6e50adfRevert "chore: Update javaVersion for vaadin-testbench to 10.0.2 (#8493)" (#8...Updates
org.flywaydb.flywayfrom 12.0.0 to 12.0.3Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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