deps: bump the minor-patch-dependencies group with 4 updates - #107
Merged
github-actions[bot] merged 1 commit intoSep 7, 2026
Merged
Conversation
Bumps the minor-patch-dependencies group with 4 updates: [org.projectlombok:lombok](https://github.com/projectlombok/lombok), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.46...v1.18.48) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.6 to 3.6.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.6...surefire-3.6.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.10.1 to 3.10.2 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.10.1...maven/3.10.2) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
github-actions
Bot
deleted the
dependabot/maven/minor-patch-dependencies-7e040ee6af
branch
September 7, 2026 19:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-patch-dependencies group with 4 updates: org.projectlombok:lombok, org.apache.maven.plugins:maven-compiler-plugin, org.apache.maven.plugins:maven-surefire-plugin and com.diffplug.spotless:spotless-maven-plugin.
Updates
org.projectlombok:lombokfrom 1.18.46 to 1.18.48Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
b48657c[version] pre-release version bump v1.18.48d1d0039Merge branch 'jdk27'1a23dad[review][refactor] No meaningful changes: Improved comments, javadoc, and cle...40cdde8[changelog] JDK27 support25eae29Add Danish Nawab to AUTHORS10ab92bSupport JDK27: end positions moved from EndPosTable to JCTree.endposaf01b7aDocument the new configuration syntax for listy things1be3857There is no more HtAccess405985dSemantic sections for website04b7340[trivial] fixing some outdated tests (tests were broken, not lombok).Updates
org.apache.maven.plugins:maven-compiler-pluginfrom 3.15.0 to 3.16.0Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
Commits
e7bba6e[maven-release-plugin] prepare release maven-compiler-plugin-3.16.0c906809Avoid using deprecated method CompilerConfiguration.setCompilerVersionad74feeReplace adopt-openj9 by semeru JDK distribution on GHbeb0edaRecompile when dependencies change (#1102)a0b689e[MCOMPILER-578] Track outputs across compiler executions (#1091)2e81228Fix incremental detection of empty sources, 3.x (#1075)2132f5bconfigure ATR project5992b77Build fails when annotation processor list is empty (but present) (#1077)acccef7Bump plexusCompilerVersion from 2.16.2 to 2.17.072bc445Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0Updates
org.apache.maven.plugins:maven-surefire-pluginfrom 3.5.6 to 3.6.0Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
0ff622b[maven-release-plugin] prepare release surefire-3.6.0bb3932aLet's go for 3.6.0 release3002a16Bump mavenVersion from 3.9.14 to 3.9.1661a531dBump Maven parent version from 47 to 49 (#3449)e52ead4[SUREFIRE-523] Link all reported tests to source XRef (#3445)45102fa[SUREFIRE-3446] Fix direct selection of JUnit Jupiter@Nestedclasses (#3447)b2e1f70Fix #3303: distinguish JUnit 6 ParameterizedClass invocations (#3432)c051938Discover tests in a fork when a toolchain JDK is used (#3444)db75df8Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (#3441)77f2759Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0Updates
com.diffplug.spotless:spotless-maven-pluginfrom 3.10.1 to 3.10.2Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Commits
dc2a4cbPublished maven/3.10.2876c8c4Published gradle/8.10.2ff28375Published lib/4.10.2e260aa7shortenFullyQualifiedTypes: preserve unqualified type resolution (#3037)5a2cdcaUpdate changelogs.98ca50eMerge remote-tracking branch 'origin/main' into 3033-unqualified-type-collision9591d7eResolve interopability with spotless, lombok and VSCode (#3038)5842e1bshortenFullyQualifiedTypes: shorten FQTs in expression context (#3039)e7f5b60Add changelog entries79ff6c7Resolve interopability with spotless, lombok and VSCodeDependabot 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 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