Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [io.strimzi:api](https://github.com/strimzi/strimzi-kafka-operator), [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) and [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin).


Updates `io.strimzi:api` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/strimzi/strimzi-kafka-operator/releases)
- [Changelog](https://github.com/strimzi/strimzi-kafka-operator/blob/main/CHANGELOG.md)
- [Commits](strimzi/strimzi-kafka-operator@0.42.0...0.43.0)

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.7.1...maven-dependency-plugin-3.8.0)

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.4.0 to 3.5.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: io.strimzi:api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 71a6a22 commit 3fc0493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<!-- Build tools' properties -->
<spotbugs.version>4.8.6</spotbugs.version>
<maven.spotbugs.version>4.8.6.2</maven.spotbugs.version>
<maven.checkstyle.version>3.4.0</maven.checkstyle.version>
<maven.checkstyle.version>3.5.0</maven.checkstyle.version>
<maven.compile.plugin.version>3.13.0</maven.compile.plugin.version>
<maven.dependency.version>3.7.1</maven.dependency.version>
<maven.dependency.version>3.8.0</maven.dependency.version>
<maven.download.plugin.version>1.9.0</maven.download.plugin.version>
<maven.exec.plugin.version>3.4.1</maven.exec.plugin.version>

Expand All @@ -51,7 +51,7 @@
<apicurio.registry.files.destination>apicurio-registry</apicurio.registry.files.destination>
<debezium.operator.files.destination>debezium</debezium.operator.files.destination>
<!-- Operators versions -->
<strimzi.version>0.42.0</strimzi.version>
<strimzi.version>0.43.0</strimzi.version>
<flink.version>1.9.0</flink.version>
<cert.manager.version>1.15.2</cert.manager.version>
<apicurio.registry.version>1.1.2-v2.5.11.final</apicurio.registry.version>
Expand Down

0 comments on commit 3fc0493

Please sign in to comment.