Skip to content

Commit

Permalink
Bump the build-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 4 updates: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless), [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp), [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) and org.jboss.marshalling:jboss-marshalling.


Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.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.44.0...maven/2.44.1)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.23.0 to 0.23.1
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.23.0...japicmp-base-0.23.1)

Updates `org.owasp:dependency-check-maven` from 11.1.1 to 12.0.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v11.1.1...v12.0.0)

Updates `org.jboss.marshalling:jboss-marshalling` from 2.2.1.Final to 2.2.2.Final

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build-dependencies
- dependency-name: org.jboss.marshalling:jboss-marshalling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marko-bekhta committed Jan 14, 2025
1 parent 2703f59 commit 8b2dc52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<version.com.ibm.jbatch>2.1.1</version.com.ibm.jbatch>

<!-- >>> Jakarta Batch: JBeret SE dependencies -->
<version.org.jboss.marshalling>2.2.1.Final</version.org.jboss.marshalling>
<version.org.jboss.marshalling>2.2.2.Final</version.org.jboss.marshalling>
<version.org.wildfly.security.wildfly-security-manager>1.1.2.Final</version.org.wildfly.security.wildfly-security-manager>

<!-- >>> Spring integration tests -->
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<version.install.plugin>3.1.3</version.install.plugin>
<version.enforcer.plugin>3.5.0</version.enforcer.plugin>
<version.project-info.plugin>3.8.0</version.project-info.plugin>
<version.japicmp.plugin>0.23.0</version.japicmp.plugin>
<version.japicmp.plugin>0.23.1</version.japicmp.plugin>
<version.nexus-staging.plugin>1.7.0</version.nexus-staging.plugin>
<version.deploy.plugin>3.1.3</version.deploy.plugin>
<version.gpg.plugin>3.2.7</version.gpg.plugin>
Expand All @@ -279,7 +279,7 @@
<version.compiler.plugin>3.13.0</version.compiler.plugin>
<version.dependency.plugin>3.8.1</version.dependency.plugin>
<!-- Check dependencies for security vulnerabilities -->
<version.dependency-check.plugin>11.1.1</version.dependency-check.plugin>
<version.dependency-check.plugin>12.0.0</version.dependency-check.plugin>
<version.exec.plugin>3.5.0</version.exec.plugin>
<version.forbiddenapis.plugin>3.8</version.forbiddenapis.plugin>
<!-- Make sure that upgraded Jandex plugin aligns with the Jandex version imported from the ORM platform pom -->
Expand Down Expand Up @@ -307,7 +307,7 @@
<version.org.eclipse.m2e.lifecycle-mapping>1.0.0</version.org.eclipse.m2e.lifecycle-mapping>
<version.sisu-maven-plugin>0.9.0.M3</version.sisu-maven-plugin>
<version.gitflow-incremental-builder>4.5.4</version.gitflow-incremental-builder>
<version.spotless-maven-plugin>2.44.0</version.spotless-maven-plugin>
<version.spotless-maven-plugin>2.44.1</version.spotless-maven-plugin>
<version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>

<!-- Repository Deployment URLs -->
Expand Down

0 comments on commit 8b2dc52

Please sign in to comment.