Skip to content

[CORE-69]: Bump the minor-patch-dependencies group with 5 updates #423

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the minor-patch-dependencies group with 5 updates:

Package From To
net.javacrumbs.shedlock:shedlock-spring 6.3.0 6.3.1
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 6.3.0 6.3.1
com.google.guava:guava 33.4.5-jre 33.4.6-jre
org.webjars.npm:swagger-ui-dist 5.20.1 5.20.2
org.sonarqube 6.0.1.5171 6.1.0.5360

Updates net.javacrumbs.shedlock:shedlock-spring from 6.3.0 to 6.3.1

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

6.3.1 (2025-03-28)

  • Add shedlock-provider-jdbc to bom (thanks @​svenallers)
  • Dependency updates
Commits
  • bb8b8ff [maven-release-plugin] prepare release shedlock-parent-6.3.1
  • 3da8daa Merge pull request #2491 from lukas-krecan/dependabot/maven/software.amazon.a...
  • 18321ad Bump software.amazon.awssdk:s3 from 2.31.9 to 2.31.10
  • bad739f Merge pull request #2490 from svenallers/jdbc-provider-bom
  • 91e8976 Add shedlock-provider-jdbc to bom
  • e98feec Cleanup README
  • b462853 Merge pull request #2487 from lukas-krecan/dependabot/maven/com.arangodb-aran...
  • 9073327 Merge pull request #2488 from lukas-krecan/dependabot/maven/software.amazon.a...
  • 32d4f13 Merge pull request #2489 from lukas-krecan/dependabot/maven/org.mariadb.jdbc-...
  • 8f66fd9 Bump org.mariadb.jdbc:mariadb-java-client from 3.5.2 to 3.5.3
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 6.3.0 to 6.3.1

Updates com.google.guava:guava from 33.4.5-jre to 33.4.6-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.6

Guava 33.4.6 fixes two problems that we introduced while modularizing Guava in 33.4.5.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about Guava 33.4.5 and 33.4.6's effect on the module system.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.6-jre</version>
  <!-- or, for Android: -->
  <version>33.4.6-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Removed the extra copy of each class from the Guava jar. The extra copies were an accidental addition from the modularization work in Guava 33.4.5. (40485b93ce)
  • Fixed annotation-related warnings when using Guava in modular builds. The most common such warning is Cannot find annotation method 'value()' in type 'DoNotMock': .... (7e15ab3566)
Commits

Updates org.webjars.npm:swagger-ui-dist from 5.20.1 to 5.20.2

Release notes

Sourced from org.webjars.npm:swagger-ui-dist's releases.

Swagger UI v5.20.2 Released!

5.20.2 (2025-03-27)

Bug Fixes

  • fix definition resolving being affected by the order of schemas (#10386) (28f77cb), closes #10096
Commits
  • 25daec9 chore(release): cut the v5.20.2 release
  • 28f77cb fix: fix definition resolving being affected by the order of schemas (#10386)
  • 742a5a3 chore(deps-dev): bump sinon from 19.0.2 to 19.0.4 (#10379)
  • 84d2b99 chore(deps-dev): bump shx from 0.3.4 to 0.4.0 (#10376)
  • 4b9c62a chore(deps-dev): bump sass-embedded from 1.85.1 to 1.86.0 (#10375)
  • 502b7f8 chore(deps): bump @​babel/runtime-corejs3 from 7.26.9 to 7.26.10 (#10374)
  • 44741ee chore(deps-dev): bump stylelint from 16.15.0 to 16.16.0 (#10369)
  • b35d829 chore(deps-dev): bump @​babel/core from 7.26.9 to 7.26.10 (#10368)
  • 8e15218 chore(deps-dev): bump @​babel/plugin-transform-runtime (#10366)
  • 24dfbeb chore(deps-dev): bump cypress from 14.1.0 to 14.2.0 (#10365)
  • Additional commits viewable in compare view

Updates org.sonarqube from 6.0.1.5171 to 6.1.0.5360

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-patch-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `6.3.0` | `6.3.1` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `6.3.0` | `6.3.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.4.5-jre` | `33.4.6-jre` |
| [org.webjars.npm:swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `5.20.1` | `5.20.2` |
| org.sonarqube | `6.0.1.5171` | `6.1.0.5360` |


Updates `net.javacrumbs.shedlock:shedlock-spring` from 6.3.0 to 6.3.1
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-6.3.0...shedlock-parent-6.3.1)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 6.3.0 to 6.3.1

Updates `com.google.guava:guava` from 33.4.5-jre to 33.4.6-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.webjars.npm:swagger-ui-dist` from 5.20.1 to 5.20.2
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.20.1...v5.20.2)

Updates `org.sonarqube` from 6.0.1.5171 to 6.1.0.5360

---
updated-dependencies:
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.webjars.npm:swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, samanehsan and kevinmarete and removed request for a team March 31, 2025 10:16
Copy link

@samanehsan samanehsan merged commit e2e54d2 into master Mar 31, 2025
6 checks passed
@samanehsan samanehsan deleted the dependabot/gradle/master/minor-patch-dependencies-fdcfeeb4be branch March 31, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants