Skip to content

Commit

Permalink
Upgrading modernizer-maven-plugin and ByteBuddy
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jan 21, 2025
1 parent 16efca5 commit 4607be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ under the License.
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<configuration>
<javaVersion>${targetJdk}</javaVersion>
<ignorePackages>
Expand Down Expand Up @@ -2355,7 +2355,7 @@ under the License.

<properties>
<mockito.version>5.15.2</mockito.version>
<byte-buddy.version>1.15.11</byte-buddy.version>
<byte-buddy.version>1.16.1</byte-buddy.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 4607be4

Please sign in to comment.