Skip to content

Bump the minor-updates group with 7 updates#259

Merged
fabieu merged 2 commits intomainfrom
dependabot/gradle/minor-updates-537fbbf2a5
Nov 4, 2025
Merged

Bump the minor-updates group with 7 updates#259
fabieu merged 2 commits intomainfrom
dependabot/gradle/minor-updates-537fbbf2a5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the minor-updates group with 7 updates:

Package From To
com.vaadin:vaadin-bom 24.9.1 24.9.4
software.xdev.vaadin.maps-leaflet:flow 5.0.0 5.0.1
com.discord4j:discord4j-core 3.2.9 3.3.0
org.webjars:webjars-locator-lite 1.1.0 1.1.2
org.springframework.boot 3.5.6 3.5.7
com.vaadin 24.9.1 24.9.4
org.flywaydb.flyway 11.13.2 11.15.0

Updates com.vaadin:vaadin-bom from 24.9.1 to 24.9.4

Updates software.xdev.vaadin.maps-leaflet:flow from 5.0.0 to 5.0.1

Release notes

Sourced from software.xdev.vaadin.maps-leaflet:flow's releases.

v5.0.1

Changelog

See Changelog#v5.0.1 for more information.

Installation

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.vaadin.maps-leaflet</groupId>
   <artifactId>flow</artifactId>
   <version>5.0.1</version>
</dependency>

You can also use the BOM for easier dependency management.

Plugins

You can also install predefined plugins using:

<dependency>
   <groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
   <artifactId>...</artifactId>
   <version>5.0.1</version>
</dependency>

Additional notes

Changelog

Sourced from software.xdev.vaadin.maps-leaflet:flow's changelog.

5.0.1

  • Updated dependencies
Commits
  • 16c956a Release 5.0.1
  • 2b81f77 Merge pull request #615 from xdev-software/develop
  • 446eb98 Merge remote-tracking branch 'origin/update-from-template-merged' into develop
  • b56a4f2 Update CHANGELOG.md
  • f9b5e99 Merge branch 'develop' into update-from-template-merged
  • 11ba354 Merge remote-tracking branch 'origin/renovate/org.sonatype.central-central-pu...
  • e17b510 Merge remote-tracking branch 'origin/renovate/org.codehaus.mojo-flatten-maven...
  • a7e0d78 Merge remote-tracking branch 'origin/renovate/org.codehaus.mojo-exec-maven-pl...
  • b5eb021 Merge remote-tracking branch 'origin/renovate/org.apache.maven.plugins-maven-...
  • 23e2d18 Merge remote-tracking branch 'origin/renovate/org.apache.maven.plugins-maven-...
  • Additional commits viewable in compare view

Updates com.discord4j:discord4j-core from 3.2.9 to 3.3.0

Release notes

Sourced from com.discord4j:discord4j-core's releases.

v3.3.0

A new major release of Discord4J is now available for general usage, built from months of feedback, ideas and contributions from small and large bot owners alike. We'd like to thank all collaborators, contributors, GitHub sponsors and users working with us towards this release.

Major releases allow us to reshape some architectural concepts required to either match Discord evolution as a platform, or new features we want to implement, so they come with migration steps that are detailed in our docs page for Migration Notes and API changes.

What's new in v3.3

Discord features

  • Discord API v10, providing richer error messages and mandatory gateway intents
  • Support for the new Channel Structure
  • Better spec methods to support type hierarchies like working with Discord4J/Discord4J#1009 Discord4J/discord-json#128
  • Support for new Components to Modals and Messages

Changelog

3.3.0

  • #1317 Support for Modal Label Component
  • #1320 More SelectMenu in Modals and TextDisplay Modal Support
  • #1322 Support File Upload and Resolved Data in Modals
  • #1323 Support self BOT member edit
  • #1325 Support more data for ResolvedChannel
  • #1324 Support expiresAt for Invite
  • #1319 Add Role Colors
  • #1307 Abstract Reaction Events
  • 6298baa9c68401ff0fb77c3d9caedf5f7f3d1e1a Add more Guild.GuildFeature
  • d9f8732edce958792822fe74d4052302d6f36db4 Deprecate Guild#delete not allowed to bots
  • 50445c6179941d83c48a61dcf1f49043c3a0bb5e Add PartialMember.Flag.AUTOMOD_QUARANTINED_GUILD_TAG
  • 19e0095a00c0051d1e4dcd0a755a78125831a3b6 Add ActionType#AUTO_MODERATION_QUARANTINE_USER
  • 244c4cfae5e3fe2720d5cfa7007c3267163b775d Support for invite flags
  • c8fd95158b8acc0feb5bced6bf917deeb326363c Fix Incorrect Guild Member Avatar format
  • #1321 Support new Pinned Messages behaviour
  • #1328 Fix missing public modifier for UnfurledMediaItem.LoadingState

v3.3.0-RC3

v3.3.0-RC2

  • ReactionEmoji was removed, please refer to the RC release to see the replacement

v3.3.0-M2

... (truncated)

Commits
  • aed6b6b Release version '3.3.0'.
  • 78f1b20 chore: Update README.md
  • 1c3e833 chore: migrate javadoc.io to javadocs.dev
  • 4420031 fix: Role colors are Possible-Optional for role create or edit (#1332)
  • 28a0a74 chore(deps): Update reactor bom
  • dbc3df3 chore(deps): update discord-json from SNAPSHOT
  • d3d1853 chore(ci): update actions
  • a33d12c chore(deps): use jackson bom and update version (#1329)
  • b31e3a5 fix: RoleEditSpec color fields requirements
  • bdd7881 chore(deps): downgrade logback for issue in jdk8 [ci skip]
  • Additional commits viewable in compare view

Updates org.webjars:webjars-locator-lite from 1.1.0 to 1.1.2

Commits
  • febffd5 [maven-release-plugin] prepare release webjars-locator-lite-1.1.2
  • 165a436 Merge pull request #22 from mihxil/module-name
  • b5446ce Add an module-name so this can ride on JPMS
  • 327b5f5 [maven-release-plugin] prepare for next development iteration
  • d6123ca [maven-release-plugin] prepare release webjars-locator-lite-1.1.1
  • 42c6d82 add groupid support
  • 93e13be Merge pull request #21 from sullis/junit-5-13-2
  • deda003 junit 5.13.2
  • 9a372f6 Merge pull request #20 from sullis/junit-5-13-1
  • efc69f7 junit 5.13.1
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.5.6 to 3.5.7

Release notes

Sourced from org.springframework.boot's releases.

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates com.vaadin from 24.9.1 to 24.9.4

Release notes

Sourced from com.vaadin's releases.

Vaadin 24.9.4

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

Official add-ons and plugins:

  • Spring add-on (24.9.4)
  • CDI add-on (15.2.1)
  • Maven plugin (24.9.4)
  • Gradle plugin (24.9.4)
  • Quarkus plugin (2.2.1)

Vaadin 24.9.3

This is a maintenance release for Vaadin 24.9. See 24.9.0 release notes for details and resources.

Changelogs

... (truncated)

Commits

Updates org.flywaydb.flyway from 11.13.2 to 11.15.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.vaadin [>= 24.7.0.a, < 24.7.1]

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 minor-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| com.vaadin:vaadin-bom | `24.9.1` | `24.9.4` |
| [software.xdev.vaadin.maps-leaflet:flow](https://github.com/xdev-software/vaadin-maps-leaflet-flow) | `5.0.0` | `5.0.1` |
| [com.discord4j:discord4j-core](https://github.com/Discord4J/Discord4J) | `3.2.9` | `3.3.0` |
| [org.webjars:webjars-locator-lite](https://github.com/webjars/webjars-locator-lite) | `1.1.0` | `1.1.2` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.5.6` | `3.5.7` |
| [com.vaadin](https://github.com/vaadin/platform) | `24.9.1` | `24.9.4` |
| org.flywaydb.flyway | `11.13.2` | `11.15.0` |


Updates `com.vaadin:vaadin-bom` from 24.9.1 to 24.9.4

Updates `software.xdev.vaadin.maps-leaflet:flow` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/xdev-software/vaadin-maps-leaflet-flow/releases)
- [Changelog](https://github.com/xdev-software/vaadin-maps-leaflet-flow/blob/develop/CHANGELOG.md)
- [Commits](xdev-software/vaadin-maps-leaflet-flow@v5.0.0...v5.0.1)

Updates `com.discord4j:discord4j-core` from 3.2.9 to 3.3.0
- [Release notes](https://github.com/Discord4J/Discord4J/releases)
- [Commits](Discord4J/Discord4J@3.2.9...3.3.0)

Updates `org.webjars:webjars-locator-lite` from 1.1.0 to 1.1.2
- [Release notes](https://github.com/webjars/webjars-locator-lite/releases)
- [Commits](webjars/webjars-locator-lite@webjars-locator-lite-1.1.0...webjars-locator-lite-1.1.2)

Updates `org.springframework.boot` from 3.5.6 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7)

Updates `com.vaadin` from 24.9.1 to 24.9.4
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](vaadin/platform@24.9.1...24.9.4)

Updates `org.flywaydb.flyway` from 11.13.2 to 11.15.0

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: software.xdev.vaadin.maps-leaflet:flow
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: com.discord4j:discord4j-core
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: org.webjars:webjars-locator-lite
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: org.springframework.boot
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: com.vaadin
  dependency-version: 24.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: org.flywaydb.flyway
  dependency-version: 11.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2025
@fabieu fabieu merged commit 0db2fa8 into main Nov 4, 2025
1 check passed
@fabieu fabieu deleted the dependabot/gradle/minor-updates-537fbbf2a5 branch November 4, 2025 16:28
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant