Skip to content

Commit

Permalink
chore(ci): bump com.mycila:license-maven-plugin from 4.5 to 4.6 (#881)
Browse files Browse the repository at this point in the history
* chore(ci): bump com.mycila:license-maven-plugin from 4.5 to 4.6

Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin) from 4.5 to 4.6.
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.5...license-maven-plugin-4.6)

---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim te Beek <tim@moderne.io>
  • Loading branch information
dependabot[bot] and timtebeek authored Oct 21, 2024
1 parent 9da3227 commit 3dc20c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.5</version>
<!-- 4.6 is the last version supporting Java 8 -->
<version>4.6</version>
<configuration>
<defaultProperties>
<project.inceptionYear>2020</project.inceptionYear>
Expand Down

0 comments on commit 3dc20c1

Please sign in to comment.