Skip to content

Commit

Permalink
Update to Maven 3.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Ferstl <[email protected]>
  • Loading branch information
ferstl committed Dec 30, 2023
1 parent 60a86db commit 79879cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/github/ferstl/depgraph/MavenVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public final class MavenVersion {

public static final String MIN_VERSION = "3.2.5";
public static final String MAX_VERSION = "3.8.6";
public static final String MAX_VERSION = "3.9.6";

private MavenVersion() {
throw new AssertionError("not instantiable");
Expand Down

0 comments on commit 79879cb

Please sign in to comment.