Skip to content

Commit a83cfb0

Browse files
deps(deps-dev): bump the build-plugins group with 2 updates
Bumps the build-plugins group with 2 updates: [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) and [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck). Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) Updates `org.owasp:dependency-check-maven` from 12.2.0 to 12.2.1 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](dependency-check/DependencyCheck@v12.2.0...v12.2.1) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-plugins - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61ccff2 commit a83cfb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin.jacoco.version>0.8.14</plugin.jacoco.version>
5656
<plugin.spotbugs.version>4.9.8.2</plugin.spotbugs.version>
5757
<plugin.checkstyle.version>3.6.0</plugin.checkstyle.version>
58-
<plugin.owasp.version>12.2.0</plugin.owasp.version>
58+
<plugin.owasp.version>12.2.1</plugin.owasp.version>
5959
<plugin.cyclonedx.version>2.9.1</plugin.cyclonedx.version>
6060

6161
<!-- QA configuration -->
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>org.sonatype.central</groupId>
315315
<artifactId>central-publishing-maven-plugin</artifactId>
316-
<version>0.8.0</version>
316+
<version>0.10.0</version>
317317
<extensions>true</extensions>
318318
<configuration>
319319
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)