Skip to content

Commit

Permalink
Fix build broken by missing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 26, 2024
1 parent 01c3a6d commit dc7c57f
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 @@ -82,9 +82,9 @@ under the License.

<guiceVersion>6.0.0</guiceVersion>
<junitVersion>5.10.2</junitVersion>
<mavenArchiverVersion>4.0.0-beta-1</mavenArchiverVersion>
<mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
<mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion>
<mavenArchiverVersion>4.0.0-beta-2-SNAPSHOT</mavenArchiverVersion>
<mavenPluginPluginVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginPluginVersion>
<mavenPluginTestingVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginTestingVersion>
<mockitoVersion>5.12.0</mockitoVersion>
<plexusArchiverVersion>4.9.2</plexusArchiverVersion>
<version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools>
Expand Down

0 comments on commit dc7c57f

Please sign in to comment.