Skip to content

Commit 7ca6fd3

Browse files
chore: [DevOps] bump the plugins group with 2 updates
Bumps the plugins group with 2 updates: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) and [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin). Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.43.0 to 2.44.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.43.0...maven/2.44.1) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.6.0 to 0.7.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fdd391 commit 7ca6fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dotenv-java.version>3.1.0</dotenv-java.version>
6868
<mockito.version>5.15.2</mockito.version>
6969
<!-- Formatting -->
70-
<spotless.version>2.43.0</spotless.version>
70+
<spotless.version>2.44.1</spotless.version>
7171
<spotless.skip>false</spotless.skip>
7272
<!-- Quality assurance -->
7373
<enforcer.skip>false</enforcer.skip>
@@ -783,7 +783,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
783783
<plugin>
784784
<groupId>org.sonatype.central</groupId>
785785
<artifactId>central-publishing-maven-plugin</artifactId>
786-
<version>0.6.0</version>
786+
<version>0.7.0</version>
787787
<extensions>true</extensions>
788788
<configuration>
789789
<deploymentName>SAP AI SDK ${project.version}</deploymentName>

0 commit comments

Comments
 (0)