Bump the all-deps-minor-and-patch group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies java
Bumps the all-deps-minor-and-patch group with 3 updates in the / directory: org.projectlombok:lombok, org.springframework:spring-test and org.owasp.dependencycheck.
Updates org.projectlombok:lombok from 1.18.38 to 1.18.42
Changelog
Sourced from org.projectlombok:lombok's changelog.
v1.18.42 (September 18th, 2025)
- FEATURE: All the various
@Logannotations now allow you to change their access level (they still default toprivate). #2280. Thanks to new contributor Liam Pace!- BUGFIX: Javadoc parsing was broken in Netbeans and ErrorProne for JDK25 #3940.
v1.18.40 (September 4th, 2025)
- PLATFORM: JDK25 support added #3859.
- BUGFIX: Recent versions of eclipse (or the eclipse-based java lang server for VSCode) caused
java.lang.IllegalArgumentException: Document does not match the AST. [Issue #3886](projectlombok/lombok#3886).- PERFORMANCE:
@ExtensionMethodis now significantly faster [Issue #3866](projectlombok/lombok#3866).- BUGFIX: the command line
configtool would emit incorrect output for nullity annotations. [Issue #3931](projectlombok/lombok#3931).- FEATURE:
@Jacksonized @Accessors(fluent=true)automatically creates the relevant annotations such that Jackson correctly identifies fluent accessors. [Issue #3265](projectlombok/lombok#3265), [Issue #3270](projectlombok/lombok#3270).- IMPROBABLE BREAKING CHANGE: From versions 1.18.16 to 1.18.38, lombok automatically copies certain Jackson annotations (e.g.,
@JsonProperty) from fields to the corresponding accessors (getters/setters). However, it turned out to be harmful in certain situations. Thus, Lombok does not automatically copy those annotations any more. You can restore the old behavior using the config keylombok.copyJacksonAnnotationsToAccessors = true.
Commits
2031eb0[release] pre-release version bump for v1.18.42c95a6c1Merge branch 'logger-access'71d85ca#2280 Add delivery of this 'accessfor logging' to the changelog.99ba3e3[trivial] Slightly reworded the javadoc on each@Logannotation's `access()...e9cf11e[trivial][style]a6d5568[deprecation] MarkedAccessLevel.MODULEas deprecated. It was written for a...492011dRefactored to use Javac/Eclipse utility functionc1f7f66Update copyright in logger filesf63f40aAdd myself to AUTHORS9152c34Fix failing tests- Additional commits viewable in compare view
Updates org.springframework:spring-test from 6.2.7 to 6.2.11
Release notes
Sourced from org.springframework:spring-test's releases.
v6.2.11
:star: New Features
- Missing
@Nullableon JsonPathAssertions.isEqualTo #35445- Graceful fallback for non-default NIO.2 FileSystems #35443
- Avoid thread pinning in SseEmitter, ResponseBodyEmitter #35423
- Detect Informix error codes as
DuplicateKeyException#35400- Inconsistent nullability for
String valuearguments inResponseCookiefrom*()factory methods #35377- Revisit
taskTerminationTimeoutsemantics onSimpleAsyncTaskExecutor/Scheduler#35372StandardEvaluationContext.setBeanResolvershould allow@Nullable BeanResolver#35371:lady_beetle: Bug Fixes
- "mainThreadPrefix = null " Causing multiple background bean locks to be blocked #35409
- Annotation not found on parameter in overridden method unless method is public #35349
- Annotations on overridden methods not found in type hierarchy with unresolved generics #35342
- Performance degradation when using singleton beans with Provider #35330
- JettyClientHttpConnector buffer leak in Spring Framework 6.2 #35319
- Spring application hangs on shutdown with
@Scheduled(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+) #35316:notebook_with_decorative_cover: Documentation
- Document potential need to use
Mockito.doXxx()to stub a@MockitoSpyBean#35410- Fix links to Reactive Libraries and RestTemplate #35392
- Fix broken link in WebDriver docs #35374
- Document Web DataBinder support for RouterFunction #35367
- Improve documentation for
ApplicationEventsto clarify recommended usage #35335- Document terms and units in
DataSize.parse()#35298- Refine
@ContractJavadoc #35285- Correct the default value of nestedTransactionAllowed in JpaTransactionManager javadoc #35212
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Dockerel,@Kehrlann,@acktsap,@khj68,@ngocnhan-tran1996,@scordio, and@sgfltv6.2.10
:star: New Features
... (truncated)
Commits
4c13425Release v6.2.11d17601eUpgrade to Undertow 2.3.19, RxJava 3.1.11, Aalto 1.3.35b38761Clarify intended nestedTransactionAllowed default in JpaTransactionManager0e3e34bFind annotations on parameters in overridden non-public methods4745c7cName local variables consistently275fb52Upgrade to Reactor 2024.0.10 and Micrometer 1.14.117f9aa39Polishingc788554Avoid thread pinning in SseEmitter, ResponseBodyEmitter9e8c640Make JsonPathAssertions#isEqualTo parameter nullableebb8e34Upgrade to Jetty 12.0.26, Jetty Reactive HttpClient 4.0.11, Netty 4.1.127, Ht...- Additional commits viewable in compare view
Updates org.owasp.dependencycheck from 12.1.1 to 12.1.6
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
1
+3
-3
Package Dependencies
org.projectlombok:lombok
maven
1.18.38 → 1.18.42
Patch
org.springframework:spring-test
maven
6.2.7 → 6.2.11
Patch
org.owasp.dependencycheck
maven
12.1.1 → 12.1.6
Patch
Technical Details
| ID: | 8932476 |
| UUID: | 2876870137 |
| Node ID: | PR_kwDOKzeJTc6reY35 |
| Host: | GitHub |
| Repository: | BitWeb/java-test-core-lib |
| Merge State: | Unknown |