This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new ad5fdee Bump com.palantir.javaformat:palantir-java-format from 2.85.0
to 2.86.0 (#537)
ad5fdee is described below
commit ad5fdeea8106b01249f7df48676e5f0d9a072443
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 05:29:55 2026 +0100
Bump com.palantir.javaformat:palantir-java-format from 2.85.0 to 2.86.0
(#537)
Bumps
[com.palantir.javaformat:palantir-java-format](https://github.com/palantir/palantir-java-format)
from 2.85.0 to 2.86.0.
- [Release notes](https://github.com/palantir/palantir-java-format/releases)
-
[Commits](https://github.com/palantir/palantir-java-format/compare/2.85.0...2.86.0)
---
updated-dependencies:
- dependency-name: com.palantir.javaformat:palantir-java-format
dependency-version: 2.86.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8209755..db5c10a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -973,7 +973,7 @@ under the License.
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
<version.plexus-utils>4.0.2</version.plexus-utils>
<version.spotless-maven-plugin>3.2.1</version.spotless-maven-plugin>
- <version.palantirJavaFormat>2.85.0</version.palantirJavaFormat>
+ <version.palantirJavaFormat>2.86.0</version.palantirJavaFormat>
<!-- DO NOT UPGRADE to 4: incompatible with Maven 3 -->
<version.plexus-xml>3.0.1</version.plexus-xml>
<versions.junit5>5.14.2</versions.junit5>