Skip to content

Commit

Permalink
Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 2.7.0 in /java (#100
Browse files Browse the repository at this point in the history
)

* Bump org.gaul:modernizer-maven-plugin from 2.6.0 to 2.7.0 in /java

Bumps [org.gaul:modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
- [Commits](gaul/modernizer-maven-plugin@modernizer-maven-plugin-2.6.0...modernizer-maven-plugin-2.7.0)

---
updated-dependencies:
- dependency-name: org.gaul:modernizer-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix modernization

* Revert "Fix modernization"

This reverts commit c793629.

* Add exclusions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesco Chicchiriccò <[email protected]>
  • Loading branch information
dependabot[bot] and ilgrosso authored Jan 10, 2024
1 parent 3ad985a commit 6e91fd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,13 @@
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
<configuration>
<javaVersion>${targetJdk}</javaVersion>
<exclusions>
<exclusion>java/util/Enumeration</exclusion>
<exclusion>java/util/Stack."&lt;init&gt;":()V</exclusion>
</exclusions>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 6e91fd6

Please sign in to comment.