Bump the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 9 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 3
(10 months ago)
(10 months ago)
dependencies java
Bumps the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 9 updates:
| Package | From | To |
|---|---|---|
| org.junit:junit-bom | 5.12.1 |
5.13.0 |
| org.springframework:spring-web | 6.2.5 |
6.2.7 |
| com.fasterxml.jackson.core:jackson-core | 2.18.3 |
2.19.0 |
| com.fasterxml.jackson.core:jackson-annotations | 2.18.3 |
2.19.0 |
| com.fasterxml.jackson.core:jackson-databind | 2.18.3 |
2.19.0 |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | 2.18.3 |
2.19.0 |
| org.mockito:mockito-core | 5.17.0 |
5.18.0 |
| org.mockito:mockito-junit-jupiter | 5.17.0 |
5.18.0 |
| org.sonarqube | 6.1.0.5360 |
6.2.0.5505 |
Updates org.junit:junit-bom from 5.12.1 to 5.13.0
Release notes
Sourced from org.junit:junit-bom's releases.
JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0
See Release Notes.
New Contributors
@Oyster-zxmade their first contribution in junit-team/junit5#4311@etrandafir93made their first contribution in junit-team/junit5#4336@hansztmade their first contribution in junit-team/junit5#3377@ngocnhan-tran1996made their first contribution in junit-team/junit5#4545Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0
JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1
See Release Notes.
New Contributors
@hansztmade their first contribution in junit-team/junit5#3377Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0-M3...r5.13.0-RC1
JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0-M2...r5.13.0-M3
JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0-M1...r5.13.0-M2
JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1
See Release Notes.
New Contributors
@Oyster-zxmade their first contribution in junit-team/junit5#4311@etrandafir93made their first contribution in junit-team/junit5#4336Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.1...r5.13.0-M1
JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2
Commits
f539f92Release 5.13.0a54ad65Useset/getonAtomicBooleancompatibility with Java 89bb6a0fFinalize 5.13.0 release notes5f0e4e6Remove short-circuiting to ensure all classes are checked for cycles (#4598)36bb005Improve assertion failure message in TestClassPredicatesTests2c86dfaAvoid publishing Gradle Module Metadata forshadowRuntimeElements4b27910Allow publishing files to an existing directoryb819306Fix console launcher's--uidoption (#4589)df46651Fix:junit-platform-console:compileModule182a268Force Gradle to update snapshots- Additional commits viewable in compare view
Updates org.springframework:spring-web from 6.2.5 to 6.2.7
Release notes
Sourced from org.springframework:spring-web's releases.
v6.2.7
:star: New Features
- Forward more methods to underlying InputStream in NonClosingInputStream #34893
- Introduce Spring property for the default property placeholder escape character #34865
- Close ApplicationContext once AOT processing has completed #34841
- Fix
AbstractJackson2HttpMessageConverter#getObjectMappersForTypenullness #34811- Add option for case-insensitive match to PatternMatchUtils #34801
- RestClient
@RequestBodyparameters lose generic type information when creating HTTP service beans #34793- Adds option to set Principal in MockServerWebExchange #34789
:lady_beetle: Bug Fixes
- Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
PropertySourcesPlaceholderConfigurerplaceholder resolution fails in several scenarios #34861- HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34851
- Fragment.create() requires mutable map - which is unusable when used with Kotlin #34848
- Duplicate
BeanOverrideHandlerdiscovered in@Nestedtest case with superclass from different class or in interface implemented multiple times #34844- Accidental ClassLoader defineClass enforcement after #34677 #34824
- HttpEntity.EMPTY headers should not be possible to mutate via HttpHeaders constructor #34812
- AbstractFileResolvingResource.exists incorrectly reports result for resources inside of spring-boot executable jar #34796
- Correctly expand query param with same name from URI variables array #34783
- R2DBC
NamedParameterUtilsonly expands reused collection parameter once #34768PathMatchingResourcePatternResolverwrongly assumes thattarget/classesalways exists #34764:notebook_with_decorative_cover: Documentation
- Clarify
CompositePropertySourcebehavior forEnumerablePropertySourcecontract #34886- Javadoc and
@Nullableannotation forservletContextparameter ofConfigurableWebEnvironment.initPropertySourcesare contradictory #34845- Spring MVC:
@EnableAsyncneeds to be redeclared for each ApplicationContext #34843- Provide a working example instead of unclear placeholders #34828
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Artur-,@blake-bauman,@iifawzi,@kilink,@quaff,@whlit, and@zzoe2346v6.2.6
:star: New Features
- An option for SimpleAsyncTaskExecutor to throw an exception when limit is reached #34727
- Provide first-class support for Bean Overrides with
@ContextHierarchy#34723- Micro performance optimizations #34717
- Suppress "Unable to rollback against JDBC Connection" in case of timeout (connection closed) #34714
... (truncated)
Commits
ba590acRelease v6.2.7ee62701Make use of PatternMatchUtils ignoreCase optionfa168caRevise FactoryBean locking behavior for strict/lenient consistency3c228a5Add missing@sincetags in PatternMatchUtils9bf6b8cUpgrade to Reactor 2024.0.637ecdd1Forward more methods to underlying InputStream in NonClosingInputStream73f1c5aPolishing4d296fbUpgrade to Micrometer 1.14.76a94444Clarify CompositePropertySource behavior for EnumerablePropertySource contract03ae97bIntroduce Spring property for default escape character for placeholders- Additional commits viewable in compare view
Updates com.fasterxml.jackson.core:jackson-core from 2.18.3 to 2.19.0
Commits
9c99b45[maven-release-plugin] prepare release jackson-core-2.19.01ac378dPrep for 2.19.0104f6b1Fixes #1421: makeJsonReadContextnon-final (#1423)453696aMerge branch '2.18' into 2.19ed885e1CI to latest ubuntu0617b40...29a731cStart "master"->"3.x" renaming (JSTEP-12)e1c99c5Back to snapshot dep92dcbc2[maven-release-plugin] prepare for next development iterationc0d9101[maven-release-plugin] prepare release jackson-core-2.19.0-rc2- Additional commits viewable in compare view
Updates com.fasterxml.jackson.core:jackson-annotations from 2.18.3 to 2.19.0
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.19.0
Updates org.mockito:mockito-core from 5.17.0 to 5.18.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.18.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
- 2025-05-20 - 5 commit(s) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot]
- Make vararg checks Scala friendly (for mockito-scala) [(#3651)](mockito/mockito#3651)
- For UnfinishedStubbingException, suggest the possibility of another thread [(#3636)](mockito/mockito#3636)
- UnfinishedStubbingException ought to suggest the possibility of another thread [(#3635)](mockito/mockito#3635)
Commits
Updates org.mockito:mockito-junit-jupiter from 5.17.0 to 5.18.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.18.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
- 2025-05-20 - 5 commit(s) by Eugene Platonov, Patrick Doyle, Tim van der Lippe, dependabot[bot]
- Make vararg checks Scala friendly (for mockito-scala) [(#3651)](mockito/mockito#3651)
- For UnfinishedStubbingException, suggest the possibility of another thread [(#3636)](mockito/mockito#3636)
- UnfinishedStubbingException ought to suggest the possibility of another thread [(#3635)](mockito/mockito#3635)
Commits
Updates org.sonarqube from 6.1.0.5360 to 6.2.0.5505
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
0
0
+0
-0
Package Dependencies
org.springframework:spring-web
maven
6.2.5 → 6.2.7
Patch
/hooks/persistence-defectdojo/hook
org.junit:junit-bom
maven
5.12.1 → 5.13.0
Minor
/hooks/persistence-defectdojo/hook
org.mockito:mockito-junit-jupiter
maven
5.17.0 → 5.18.0
Minor
/hooks/persistence-defectdojo/hook
maven
2.18.3 → 2.19.0
Minor
/hooks/persistence-defectdojo/hook
org.mockito:mockito-core
maven
5.17.0 → 5.18.0
Minor
/hooks/persistence-defectdojo/hook
maven
2.18.3 → 2.19.0
Minor
/hooks/persistence-defectdojo/hook
maven
2.18.3 → 2.19.0
Minor
/hooks/persistence-defectdojo/hook
org.sonarqube
maven
6.1.0.5360 → 6.2.0.5505
Minor
/hooks/persistence-defectdojo/hook
maven
2.18.3 → 2.19.0
Minor
/hooks/persistence-defectdojo/hook
Technical Details
| ID: | 826172 |
| UUID: | 3109496131 |
| Node ID: | PR_kwDOBM-Q_c6Yl1DA |
| Host: | GitHub |
| Repository: | secureCodeBox/secureCodeBox |