Bump the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(11 days ago)
(9 days ago)
dependencies java
Bumps the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 4 updates: org.springframework:spring-web, org.mockito:mockito-core, org.mockito:mockito-junit-jupiter and org.sonarqube.
Updates org.springframework:spring-web from 7.0.1 to 7.0.2
Release notes
Sourced from org.springframework:spring-web's releases.
v7.0.2
:star: New Features
- Avoid unnecessary list creation and processing in
AbstractTestContextBootstrapper#35995AbstractTestContextBootstrappershould resolveContextLoaderonly once #35994- Log
RetryExceptionfor@Retryablemethods #35983- Consistently stop already started
Lifecyclebeans on cancelled refresh #35964- Support timeouts in
@RetryableandRetryPolicy#35963- Use
==instead ofinstanceoffor primitive array type checks #35962- Introduce
MultiValueMapCollectorfor use with streams #35958- Avoid package cycle caused by use of UriComponentsBuilder in ServletServerHttpRequest #35952
- Target type in Converter interface should be
@Nullable#35947- Provide access to attempt count in
RetryListeneras well as callbacks for the initial attempt #35940- DefaultHandshakeHandler should not log client faults on error level #35930
- Log warning when meta-annotation is ignored due to types not present in classpath #35927
- Revise
ApplicationContext#getId()nullability to non-null #35925- Use concurrent set behind reactive
TransactionSynchronizationManager#registerSynchronization#35921- Refine
AbstractKotlinSerializationHttpMessageConverter#canWrite#35920- Register bean dependency for
Optionalinjection point as well #35919- Change
canRead/canWriteoverrides toClassones inAbstractSmartHttpMessageConverter#35916- Do not make HttpHeaders read-only in HttpEntity #35888
- Add WebFlux SSE support with GSON #35884
- Different ReactorNettyWebSocketSession call getId() may return the same value #35883
- Refine nullability of
Assert#noNullElements#35868- Allow configuring default maxIdleTime on InMemoryWebSessionStore. #35866
- Refine
BindingReflectionHintsRegistrarwithObjectToObjectConverterhints #35847- Add
resetCaches()method to general CacheManager interface #35845- Enhance handleTypeMismatch error message in ResponseEntityExceptionHandler #35837
- Add support for package-private
BeanRegistrarin Spring AOT generated code #35803- Use ExtendedServletRequestDataBinder/ExtendedWebExchangeDataBinder for functional request binding #35800
- Expose Collection on FragmentsRendering to facilitate Unit Tests #35775
- Improve i18n-support for NoResourceFoundException #35758
- Cache resolved singleton beans in injected
Providerinstance #35373:lady_beetle: Bug Fixes
ContextConfigurationAttributes(Class)constructor incorrectly setsinheritLocationstofalse#36000- NullPointerException thrown from JdkClientHttpRequestFactory for null request header value #35996
- State inconsistency in LazyConnectionDataSourceProxy when connection settings fail #35980
- SubscriberInputStream#resume misuses parked thread reference #35978
- Shared EntityManager returned by AbstractEntityManagerFactoryBean cannot be advised by AspectJ interceptor #35974
- RestClient cannot make HEAD requests when the response declares gzip Content-Encoding #35966
- ServerRequestObservationContext(s) miss Propagator.Getter method implementation #35965
- Jackson used instead of kotlinx.serialization for more complex types #35960
- Strong locking in
ConcurrentReferenceHashMap#computeIfAbsentmay cause context initialisation deadlock #35944- BridgeMethodResolver change in 6.2.13 breaks Spring Data entity introspection #35936
- DefaultMessageListenerContainer does not clear Session and MessageConsumer for paused invokers #35932
- Tighten cacheable decision behind
@Lazyinjection point #35917- AOT-generated bean definition does not consider name of
RuntimeBeanReferenceusing name and type #35913- Accidental fallback match for Collection-type beans due to
@Bean-level qualifier annotation #35908
... (truncated)
Commits
3591f1eRelease v7.0.2e2c9dc7Revert to previous behavior for 7.0.2 (based on Boot/Data impact)1818161Ensure bottom-up semantics in resolveDefaultContextConfigurationAttributes()8916ee9Set inheritLocations to true in ContextConfigurationAttributes constructord835fe3Do not send null HTTP header value in JdkClientHttpRequest0eefac2Polishing contributione99791fImprove i18n-support for NoResourceFoundException.658775bAvoid unnecessary list creation & processing in AbstractTestContextBootstrapperea7a1d7Resolve ContextLoader only once in AbstractTestContextBootstrapper4ae471dResolve all default context configuration within @Nested hierarchy- Additional commits viewable in compare view
Updates org.mockito:mockito-core from 5.20.0 to 5.21.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.21.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
- 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
- Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 [(#3768)](mockito/mockito#3768)
- Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 [(#3767)](mockito/mockito#3767)
- Bump actions/checkout from 5 to 6 [(#3765)](mockito/mockito#3765)
- Adds output of matchers to potential mismatch; Fixes #2468 [(#3760)](mockito/mockito#3760)
- Forbid mocking WeakReference with inline mock maker [(#3759)](mockito/mockito#3759)
- StackOverflowError when mocking WeakReference [(#3758)](mockito/mockito#3758)
- Bump actions/upload-artifact from 4 to 5 [(#3756)](mockito/mockito#3756)
- Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 [(#3755)](mockito/mockito#3755)
- Support primitives in GenericArrayReturnType. [(#3753)](mockito/mockito#3753)
- ClassNotFoundException when stubbing array of primitive type on Android [(#3752)](mockito/mockito#3752)
- Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 [(#3744)](mockito/mockito#3744)
- Bump gradle/actions from 4 to 5 [(#3743)](mockito/mockito#3743)
- Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 [(#3738)](mockito/mockito#3738)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 [(#3735)](mockito/mockito#3735)
- Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 [(#3734)](mockito/mockito#3734)
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [(#3733)](mockito/mockito#3733)
- Bump errorprone from 2.41.0 to 2.42.0 [(#3732)](mockito/mockito#3732)
- Feat: automatically detect class to mock in mockStatic and mockConstruction [(#3731)](mockito/mockito#3731)
- Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues [(#3727)](mockito/mockito#3727)
- automatically detect class to mock [(#2779)](mockito/mockito#2779)
- Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers [(#2468)](mockito/mockito#2468)
Commits
09d2230Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)df3e0ccBump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)04a6e9fBump actions/checkout from 5 to 6 (#3765)756a3cfAdd description of matchers to potential mismatch (#3760)58ba445Forbid mocking WeakReference with inline mock maker (#3759)966d600Bump actions/upload-artifact from 4 to 5 (#3756)632bf7bBump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)8564b43Fix primitives support in GenericArrayReturnType for Android (#3753)bf3a809Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)cffddd4Bump gradle/actions from 4 to 5 (#3743)- Additional commits viewable in compare view
Updates org.mockito:mockito-junit-jupiter from 5.20.0 to 5.21.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.21.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.21.0
- 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo, Woongi9, Zylox, dependabot[bot]
- Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 [(#3768)](mockito/mockito#3768)
- Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 [(#3767)](mockito/mockito#3767)
- Bump actions/checkout from 5 to 6 [(#3765)](mockito/mockito#3765)
- Adds output of matchers to potential mismatch; Fixes #2468 [(#3760)](mockito/mockito#3760)
- Forbid mocking WeakReference with inline mock maker [(#3759)](mockito/mockito#3759)
- StackOverflowError when mocking WeakReference [(#3758)](mockito/mockito#3758)
- Bump actions/upload-artifact from 4 to 5 [(#3756)](mockito/mockito#3756)
- Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 [(#3755)](mockito/mockito#3755)
- Support primitives in GenericArrayReturnType. [(#3753)](mockito/mockito#3753)
- ClassNotFoundException when stubbing array of primitive type on Android [(#3752)](mockito/mockito#3752)
- Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 [(#3744)](mockito/mockito#3744)
- Bump gradle/actions from 4 to 5 [(#3743)](mockito/mockito#3743)
- Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 [(#3738)](mockito/mockito#3738)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 [(#3735)](mockito/mockito#3735)
- Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 [(#3734)](mockito/mockito#3734)
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [(#3733)](mockito/mockito#3733)
- Bump errorprone from 2.41.0 to 2.42.0 [(#3732)](mockito/mockito#3732)
- Feat: automatically detect class to mock in mockStatic and mockConstruction [(#3731)](mockito/mockito#3731)
- Return completed futures for unstubbed Future/CompletionStage in ReturnsEmptyValues [(#3727)](mockito/mockito#3727)
- automatically detect class to mock [(#2779)](mockito/mockito#2779)
- Incorrect "has following stubbing(s) with different arguments" message when using Argument Matchers [(#2468)](mockito/mockito#2468)
Commits
09d2230Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)df3e0ccBump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)04a6e9fBump actions/checkout from 5 to 6 (#3765)756a3cfAdd description of matchers to potential mismatch (#3760)58ba445Forbid mocking WeakReference with inline mock maker (#3759)966d600Bump actions/upload-artifact from 4 to 5 (#3756)632bf7bBump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)8564b43Fix primitives support in GenericArrayReturnType for Android (#3753)bf3a809Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)cffddd4Bump gradle/actions from 4 to 5 (#3743)- Additional commits viewable in compare view
Updates org.sonarqube from 7.2.0.6526 to 7.2.1.6560
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
Package Dependencies
org.springframework:spring-web
maven
7.0.1 → 7.0.2
Patch
/hooks/persistence-defectdojo/hook
org.mockito:mockito-junit-jupiter
maven
5.20.0 → 5.21.0
Minor
/hooks/persistence-defectdojo/hook
org.mockito:mockito-core
maven
5.20.0 → 5.21.0
Minor
/hooks/persistence-defectdojo/hook
org.sonarqube
maven
7.2.0.6526 → 7.2.1.6560
Patch
/hooks/persistence-defectdojo/hook
Technical Details
| ID: | 12022298 |
| UUID: | 3729452729 |
| Node ID: | PR_kwDOBM-Q_c643w_n |
| Host: | GitHub |
| Repository: | secureCodeBox/secureCodeBox |