Skip to content

Commit

Permalink
Bump the build-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 2 updates: [org.bsc.maven:maven-processor-plugin](https://github.com/bsorrentino/maven-annotation-plugin) and [org.assertj:assertj-core](https://github.com/assertj/assertj).


Updates `org.bsc.maven:maven-processor-plugin` from 4.5 to 5.0
- [Release notes](https://github.com/bsorrentino/maven-annotation-plugin/releases)
- [Changelog](https://github.com/bsorrentino/maven-annotation-plugin/blob/master/CHANGELOG.md)
- [Commits](bsorrentino/maven-annotation-plugin@v4.5...v5.0)

Updates `org.assertj:assertj-core` from 3.25.2 to 3.25.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.bsc.maven:maven-processor-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 2053a28 commit 922adc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<version.org.hamcrest>2.2</version.org.hamcrest>
<version.org.mockito>5.10.0</version.org.mockito>
<version.org.assertj.assertj-core>3.25.2</version.org.assertj.assertj-core>
<version.org.assertj.assertj-core>3.25.3</version.org.assertj.assertj-core>
<version.org.awaitily>4.2.0</version.org.awaitily>
<version.org.skyscreamer.jsonassert>1.5.1</version.org.skyscreamer.jsonassert>
<version.io.takari.junit>1.2.7</version.io.takari.junit>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<version.jar.plugin>3.3.0</version.jar.plugin>
<version.javadoc.plugin>3.6.3</version.javadoc.plugin>
<version.jdeps.plugin>0.5.1</version.jdeps.plugin>
<version.processor.plugin>4.5</version.processor.plugin>
<version.processor.plugin>5.0</version.processor.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.shade.plugin>3.5.1</version.shade.plugin>
<version.source.plugin>3.3.0</version.source.plugin>
Expand Down

0 comments on commit 922adc9

Please sign in to comment.