build(deps): bump the dependencies group with 15 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
dependencies java
Bumps the dependencies group with 15 updates:
| Package | From | To |
|---|---|---|
| com.github.ben-manes.caffeine:caffeine | 3.2.1 |
3.2.2 |
| com.typesafe:config | 1.4.3 |
1.4.4 |
| io.avaje:avaje-validator | 2.11 |
2.12 |
| io.avaje:avaje-validator-generator | 2.11 |
2.12 |
| org.apache.logging.log4j:log4j-core | 2.25.0 |
2.25.1 |
| org.apache.logging.log4j:log4j-slf4j-impl | 2.25.0 |
2.25.1 |
| io.swagger.parser.v3:swagger-parser | 2.1.30 |
2.1.31 |
| org.hibernate.orm:hibernate-core | 6.6.20.Final |
6.6.21.Final |
| com.squareup.okhttp3:okhttp-jvm | 5.0.0 |
5.1.0 |
| com.squareup.okhttp3:okhttp-sse | 5.0.0 |
5.1.0 |
| com.squareup.okhttp3:okhttp-tls | 5.0.0 |
5.1.0 |
| com.diffplug.spotless:spotless-maven-plugin | 2.44.5 |
2.45.0 |
| io.reactivex.rxjava3:rxjava | 3.1.10 |
3.1.11 |
| software.amazon.awssdk:bom | 2.31.77 |
2.31.78 |
| io.smallrye.reactive:mutiny | 2.9.2 |
2.9.3 |
Updates com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2
Release notes
Sourced from com.github.ben-manes.caffeine:caffeine's releases.
3.2.2
- Fixed characteristics returned by Spliterators (#1883)
Commits
f55fea4minor touchups419e861increase branch coveragea794497additional tests for collection streams9021c74Return correct characteristics from spliterators (#1884)e9ecffeincrease branch coverageb20d839increase branch coveragea5e031bincrease branch coverage7df5358Release 3.2.1- See full diff in compare view
Updates com.typesafe:config from 1.4.3 to 1.4.4
Release notes
Sourced from com.typesafe:config's releases.
1.4.4: July 10, 2025
- build: bump actions to get sbt (#818) thanks to
@johanandren- build: second try for sbt back in CI job (#820) thanks to
@johanandren- fix: Incorrect abs of hashes in BadMap (#817) thanks to
@johanandren
Changelog
Sourced from com.typesafe:config's changelog.
1.4.4: July 3, 2025
- build: bump actions to get sbt (#818) thanks to
@johanandren- build: second try for sbt back in CI job (#820) thanks to
@johanandren- fix: Incorrect abs of hashes in BadMap (#817) thanks to
@johanandren
Commits
0595998Update release.yml to install sbtd34ac70Rename release.ymled6e1c1Merge pull request #822 from johanandren/wip-modernize-build8606830newer plugin, drop old sonatype config90e5084get rid of failing publish and publishLocal7c107b4some javadoc fixes to make the build passa72c646build: Modernize, use sbt-ci-release for releases41c5b72chore: update NEWS and release 1.4.4 (#821)2d9b9eefix: Incorrect abs of hashes in BadMap (#817)b7b008abuild: second try for sbt back in CI job (#820)- Additional commits viewable in compare view
Updates io.avaje:avaje-validator from 2.11 to 2.12
Release notes
Sourced from io.avaje:avaje-validator's releases.
2.12
What's Changed
- Better error message for missing adapters by
@SentryManin avaje/avaje-validator#305- Support Custom Classloader by
@SentryManin avaje/avaje-validator#306- For custom ClassLoader support, use non-static ExtensionLoader by
@rbygravein avaje/avaje-validator#307- ExtensionLoader was not adding the service loaded AdapterFactories and Ann… by
@rbygravein avaje/avaje-validator#308- Add Release Workflow by
@SentryManin avaje/avaje-validator#310Full Changelog: https://github.com/avaje/avaje-validator/compare/2.11...2.12
Commits
71bfa2eVersion 2.12 (#317)2de0dfdMerge pull request #316 from avaje/dependabot/maven/main/dependencies-fa9aa9fefe8843e26Bump io.avaje:avaje-applog from 1.1 to 1.2 in the dependencies group2f7a006Merge pull request #315 from avaje/dependabot/maven/main/dependencies-1f96688efa0a55a8aBump io.avaje:avaje-applog from 1.0 to 1.1 in the dependencies group25a6c11Merge pull request #314 from avaje/dependabot/maven/main/dependencies-b8f0f6cce3179a8ebBump org.springframework.boot:spring-boot-dependenciesb100435Merge pull request #313 from avaje/dependabot/maven/main/dependencies-aaff35870d2d13303Bump org.hibernate.validator:hibernate-validatora30f977Merge pull request #312 from avaje/dependabot/github_actions/main/peter-evans...- Additional commits viewable in compare view
Updates io.avaje:avaje-validator-generator from 2.11 to 2.12
Updates io.avaje:avaje-validator-generator from 2.11 to 2.12
Updates org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.1
Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.25.0 to 2.25.1
Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.25.0 to 2.25.1
Updates io.swagger.parser.v3:swagger-parser from 2.1.30 to 2.1.31
Release notes
Sourced from io.swagger.parser.v3:swagger-parser's releases.
Swagger-parser 2.1.31 released!
Commits
Updates org.hibernate.orm:hibernate-core from 6.6.20.Final to 6.6.21.Final
Release notes
Sourced from org.hibernate.orm:hibernate-core's releases.
Hibernate ORM 6.6.21.Final released
Today, we published a new release of Hibernate ORM 6.6: 6.6.21.Final.
You can find the full list of 6.6.21.Final changes here.
What's new
This release introduces a few minor improvements as well as bug fixes.
Conclusion
For additional details, see:
- the release page
- the Migration Guide
- the Introduction Guide
- the User Guide
See also the following resources related to supported APIs:
- the compatibility policy
- the incubating API report (
@Incubating)- the deprecated API report (
@Deprecated+@Remove)- the internal API report (internal packages,
@Internal)Visit the website for details on getting in touch with us.
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
Changes in 6.6.21.Final (July 13, 2025)
https://hibernate.atlassian.net/projects/HHH/versions/34199
** Bug * [HHH-19596] - NPE when array/collection of Struct contains null value * [HHH-19542] - Embeddable in secondary table fails to recognize a nested embeddable is in the same table
Commits
e2c64c8Pre-steps for release :6.6.21.Finalf50c525HHH-19497 fixes incorrect implementation of 'negated in'1cc2aefHHH-19596 Copy & paste org.hibernate.testing.orm.junit.DialectFeatureChecks.S...8c90cbaHHH-19596 Additional fix for 6.6 backport2f13d40HHH-19596 Added checks to avoid NPE's8db5a3aHHH-19596 Test case from example in Jira issuecd9a86bDo not use docker registry credsacfde43Only require pull request build approval in the check stage9bfabbdHHH-19542 Ensure columns in embeddables default to correct table381e323HHH-19542: Embeddable property order for SecondaryTable is no longer causing ...- Additional commits viewable in compare view
Updates com.squareup.okhttp3:okhttp-jvm from 5.0.0 to 5.1.0
Changelog
Sourced from com.squareup.okhttp3:okhttp-jvm's changelog.
Version 5.1.0
2025-07-07
New:
Response.peekTrailers(). When we changedResponse.trailers()to block instead of throwing in 5.0.0, we inadvertently removed the ability for callers to peek the trailers (by catching theIllegalStateExceptionif they weren't available). This new API restores that capability.Fix: Don't crash on
trailers()if the response doesn't have a body. We broke [Retrofit] users who read the trailers on theraw()OkHttp response, after its body was decoded.
Commits
d2dd180Prepare for release 5.1.0.61a8735New Response.peekTrailers() API (#8921)6684401Update dependency gradle to v8.14.3 (#8915)7adb2b6Update junit-framework monorepo (#8914)e41ff18Link to new mockwebserver artifacts (#8911)0ff8751Remove Graal init tracing (#8909)b9a2560Run graal on master (#8907)8339524Remove ExperimentalOkHttpApi references (#8908)ce29ef6Fix graal tests (#8906)8579689Don't force a response body read on all trailers (#8904)- Additional commits viewable in compare view
Updates com.squareup.okhttp3:okhttp-sse from 5.0.0 to 5.1.0
Changelog
Sourced from com.squareup.okhttp3:okhttp-sse's changelog.
Version 5.1.0
2025-07-07
New:
Response.peekTrailers(). When we changedResponse.trailers()to block instead of throwing in 5.0.0, we inadvertently removed the ability for callers to peek the trailers (by catching theIllegalStateExceptionif they weren't available). This new API restores that capability.Fix: Don't crash on
trailers()if the response doesn't have a body. We broke [Retrofit] users who read the trailers on theraw()OkHttp response, after its body was decoded.
Commits
d2dd180Prepare for release 5.1.0.61a8735New Response.peekTrailers() API (#8921)6684401Update dependency gradle to v8.14.3 (#8915)7adb2b6Update junit-framework monorepo (#8914)e41ff18Link to new mockwebserver artifacts (#8911)0ff8751Remove Graal init tracing (#8909)b9a2560Run graal on master (#8907)8339524Remove ExperimentalOkHttpApi references (#8908)ce29ef6Fix graal tests (#8906)8579689Don't force a response body read on all trailers (#8904)- Additional commits viewable in compare view
Updates com.squareup.okhttp3:okhttp-tls from 5.0.0 to 5.1.0
Changelog
Sourced from com.squareup.okhttp3:okhttp-tls's changelog.
Version 5.1.0
2025-07-07
New:
Response.peekTrailers(). When we changedResponse.trailers()to block instead of throwing in 5.0.0, we inadvertently removed the ability for callers to peek the trailers (by catching theIllegalStateExceptionif they weren't available). This new API restores that capability.Fix: Don't crash on
trailers()if the response doesn't have a body. We broke [Retrofit] users who read the trailers on theraw()OkHttp response, after its body was decoded.
Commits
d2dd180Prepare for release 5.1.0.61a8735New Response.peekTrailers() API (#8921)6684401Update dependency gradle to v8.14.3 (#8915)7adb2b6Update junit-framework monorepo (#8914)e41ff18Link to new mockwebserver artifacts (#8911)0ff8751Remove Graal init tracing (#8909)b9a2560Run graal on master (#8907)8339524Remove ExperimentalOkHttpApi references (#8908)ce29ef6Fix graal tests (#8906)8579689Don't force a response body read on all trailers (#8904)- Additional commits viewable in compare view
Updates com.squareup.okhttp3:okhttp-sse from 5.0.0 to 5.1.0
Changelog
Sourced from com.squareup.okhttp3:okhttp-sse's changelog.
Version 5.1.0
2025-07-07
New:
Response.peekTrailers(). When we changedResponse.trailers()to block instead of throwing in 5.0.0, we inadvertently removed the ability for callers to peek the trailers (by catching theIllegalStateExceptionif they weren't available). This new API restores that capability.Fix: Don't crash on
trailers()if the response doesn't have a body. We broke [Retrofit] users who read the trailers on theraw()OkHttp response, after its body was decoded.
Commits
d2dd180Prepare for release 5.1.0.61a8735New Response.peekTrailers() API (#8921)6684401Update dependency gradle to v8.14.3 (#8915)7adb2b6Update junit-framework monorepo (#8914)e41ff18Link to new mockwebserver artifacts (#8911)0ff8751Remove Graal init tracing (#8909)b9a2560Run graal on master (#8907)8339524Remove ExperimentalOkHttpApi references (#8908)ce29ef6Fix graal tests (#8906)8579689Don't force a response body read on all trailers (#8904)- Additional commits viewable in compare view
Updates com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Maven Plugin v2.45.0
Added
- Support for
idea(#2020, #2535)- Add support for removing wildcard imports via
removeWildcardImportsstep. (#2517)Fixed
SortPomdisable expandEmptyElements, to avoid empty body warnings. (#2520)- Fix biome formatter for new major release 2.x of biome (#2537)
- Make sure npm-based formatters use the correct
node_modulesdirectory when running in parallel. (#2542)Changed
- Bump internal dependencies for npm-based formatters (#2542)
Changed
- scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (#2460)
Changelog
Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.
[2.45.0] - 2024-01-23
Added
[2.44.0] - 2024-01-15
Added
- New static method to
DiffMessageFormatterwhich allows to retrieve diffs with their line numbers (#1960)- Gradle - Support for formatting shell scripts via shfmt. (#1994)
Fixed
- Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#1989 fixes #1987)
- Fix a regression in BufStep where the same arguments were being provided to every
bufinvocation. (#1976)Changed
- Use palantir-java-format 2.39.0 on Java 21. (#1948)
- Bump default
ktlintversion to latest1.0.1->1.1.1. (#1973)- Bump default
googleJavaFormatversion to latest1.18.1->1.19.2. (#1971)- Bump default
diktatversion to latest1.2.5->2.0.0. (#1972)[2.43.1] - 2023-12-04
Fixed
- Eclipse-based steps which contained any jars with a
+in their path were broken, now fixed. (#1860)Changed
- Bump default
palantir-java-formatversion to latest2.28.0->2.38.0on Java 21. (#1920)- Bump default
googleJavaFormatversion to latest1.17.0->1.18.1. (#1920)- Bump default
ktfmtversion to latest0.44->0.46. (#1927)- Bump default
eclipseversion to latest4.27->4.29. (#1939)- Bump default
greclipseversion to latest4.28->4.29. (#1939)- Bump default
cdtversion to latest11.1->11.3. (#1939)[2.43.0] - 2023-11-27
Added
- Support custom rule sets for Ktlint. (#1896)
Fixed
Changed
- Bump default
ktlintversion to latest1.0.0->1.0.1. (#1855)- Add a Step to remove semicolons from Groovy files. (#1881)
[2.42.0] - 2023-09-28
Added
- Support for biome. The Rome project was renamed to Biome. The configuration is still the same, but you should switch to the new
biometag / function and adjust the version accordingly. (#1804).- Support for
google-java-format'sskip-javadoc-formattingoption. (#1793)- Support configuration of mirrors for P2 repositories in Maven DSL (#1697).
- New line endings mode
GIT_ATTRIBUTES_FAST_ALLSAME. (#1838)Fixed
- Fix support for plugins when using Prettier version
3.0.0and newer. (#1802)- Fix configuration cache issue around
external process started '/usr/bin/git --version'. (#1806)Changed
... (truncated)
Commits
52654efPublished lib/2.45.0e62f9cdRemove stale references to _ext (#2016 closes #1970)a48a91cRemove_extfrom.gitignore.9d468ebRemove_extfromCONTRIBUTING.md.706f18eAdd support forgofmt(#2001)a145ac0Merge branch 'main' into petertrr/add-gofmt#86113d9627flag to format JavaDoc for Palantir formatter (#2009 fixes #1995)6e349d4Update README.md to increase readability of prettier plugin configuration (#2...d4b102cApply suggestions from code review56a019cUpdate README.md- Additional commits viewable in compare view
Updates io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.11
Release notes
Sourced from io.reactivex.rxjava3:rxjava's releases.
v3.1.11
Version 3.1.11 - July 7, 2025
Bugfixes
- Fix ReplaySubject termination-subscription race emitting wrongly. #7879
v3.1.11-RC5
Testing if releasing to the new Central Sonatype repository works. Round 5.
Please ignore this update.
v3.1.11-RC4
Testing if releasing to the new Central Sonatype repository works. Attempt 4.
Please ignore this update.
v3.1.11-RC3
Testing if releasing to the new Central Sonatype repository works. Attempt 3.
Please ignore this update.
v3.1.11-RC2
Testing if releasing to the new Central Sonatype repository works. Attempt 2.
Please ignore this update.
v3.1.11-RC1
Testing if releasing to the new Central Sonatype repository works.
Please ignore this update.
Commits
df73d033.x: Fix ReplaySubject termination-subscription race emitting wrongly (#7879)be0bd27chore(deps): bump com.vanniktech.maven.publish from 0.32.0 to 0.33.0 (#7875)a206350chore(deps): bump github/codeql-action from 3.29.0 to 3.29.2 (#7877)c9516bechore(deps): bump github/codeql-action from 3.28.19 to 3.29.0 (#7873)19412e6chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 (#7871)c8c5399Bump JMH Plugin to 0.7.3 & adjust build.gradle (#7869)bf452a7Fix snapshot publishing5a0ef13chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#7870)6bc940dFix syntax error5081ce2Try another way for sonatype central portal- Additional commits viewable in compare view
Updates software.amazon.awssdk:bom from 2.31.77 to 2.31.78
Updates io.smallrye.reactive:mutiny from 2.9.2 to 2.9.3
Release notes
Sourced from io.smallrye.reactive:mutiny's releases.
2.9.3
Changelog
🐛 Fixes
- 10a5ac5 deadlock in Uni memoization, closes #1910
- bea5e28 allow Multi ranges to be empty, closes #1901
🧰 Tasks
release
🛠 Build
deps
- 9bad7bc downgrade to JReleaser 1.18.0
- d812948 bump io.smallrye.common:smallrye-common-annotation
- c2b4a63 bump io.smallrye.common:smallrye-common-annotation
- 1de0082 bump junit.version from 5.13.2 to 5.13.3
- e2fe6b5 bump org.apache.maven.plugins:maven-gpg-plugin
- 7e393de bump org.jreleaser:jreleaser-maven-plugin
- 8987b2a bump io.smallrye.common:smallrye-common-annotation
- 813983b bump io.smallrye.common:smallrye-common-annotation
- 66b4a28 bump io.smallrye.common:smallrye-common-annotation
- 81f8c59 bump junit.version from 5.13.1 to 5.13.2
- 1ddfe5f bump kotlin.version from 2.1.21 to 2.2.0
deps-dev
- 83c4800 bump io.reactivex.rxjava3:rxjava from 3.1.10 to 3.1.11
Contributors
We'd like to thank the following people for their contributions: Julien Ponge
Commits
8ebf260chore(release): update version metadata for Mutiny 2.9.35ec4ea7Merge pull request #1913 from jponge/deps/jreleaser-1.18.0-downgrade9bad7bcbuild(deps): downgrade to JReleaser 1.18.0f0904d2Merge pull request #1911 from jponge/fix/1910-uni-memoization-deadlockbc42224Merge pull request #1912 from smallrye/dependabot/maven/io.smallrye.common-sm...d812948build(deps): bump io.smallrye.common:smallrye-common-annotation10a5ac5fix: deadlock in Uni memoizationeb7e61cMerge pull request #1909 from smallrye/dependabot/maven/io.smallrye.common-sm...c2b4a63build(deps): bump io.smallrye.common:smallrye-common-annotation88d3161Merge pull request #1907 from smallrye/dependabot/maven/junit.version-5.13.3- Additional commits viewable in compare view
Updates com.squareup.okhttp3:okhttp-tls from 5.0.0 to 5.1.0
Changelog
Sourced from com.squareup.okhttp3:okhttp-tls's changelog.
Version 5.1.0
2025-07-07
New:
Response.peekTrailers(). When we changedResponse.trailers()to block instead of throwing in 5.0.0, we inadvertently removed the ability for callers to peek the trailers (by catching theIllegalStateExceptionif they weren't available). This new API restores that capability.Fix: Don't crash on
trailers()if the response doesn't have a body. We broke [Retrofit] users who read the trailers on theraw()OkHttp response, after its body was decoded.
Commits
d2dd180Prepare for release 5.1.0.61a8735New Response.peekTrailers() API (#8921)6684401Update dependency gradle to v8.14.3 (#8915)7adb2b6Update junit-framework monorepo (#8914)e41ff18Link to new mockwebserver artifacts (#8911)0ff8751Remove Graal init tracing (#8909)b9a2560Run graal on master (#8907)8339524Remove ExperimentalOkHttpApi references (#8908)ce29ef6Fix graal tests (#8906)8579689Don't force a response body read on all trailers (#8904)- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| org.hibernate.orm:hibernate-core | [>= 7.a0, < 8] |
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Pull Request Statistics
1
6
+13
-13
Package Dependencies
software.amazon.awssdk:bom
maven
2.31.77 → 2.31.78
Patch
maven
2.44.5 → 2.45.0
Minor
io.reactivex.rxjava3:rxjava
maven
3.1.10 → 3.1.11
Patch
org.apache.logging.log4j:log4j-core
maven
2.25.0 → 2.25.1
Patch
io.smallrye.reactive:mutiny
maven
2.9.2 → 2.9.3
Patch
io.swagger.parser.v3:swagger-parser
maven
2.1.30 → 2.1.31
Patch
org.hibernate.orm:hibernate-core
maven
6.6.20.Final → 6.6.21.Final
Patch
maven
3.2.1 → 3.2.2
Patch
maven
2.25.0 → 2.25.1
Patch
com.squareup.okhttp3:okhttp-sse
maven
5.0.0 → 5.1.0
Minor
com.squareup.okhttp3:okhttp-jvm
maven
5.0.0 → 5.1.0
Minor
com.squareup.okhttp3:okhttp-tls
maven
5.0.0 → 5.1.0
Minor
Technical Details
| ID: | 3169079 |
| UUID: | 2662690324 |
| Node ID: | PR_kwDOAYRJs86etW4U |
| Host: | GitHub |
| Repository: | jooby-project/jooby |
| Merge State: | Unknown |