Skip to content

Commit

Permalink
Upgrade Maven version from 3.9.3 to 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbertrand committed Aug 4, 2023
1 parent 21c3968 commit 57e4d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BaseExtensionApplicationTest extends Specification {
new JdkCompatibleMavenVersion('3.8.1', 7, 11),
new JdkCompatibleMavenVersion('3.8.6', 7, 11),
new JdkCompatibleMavenVersion('3.9.0', 7, 11),
new JdkCompatibleMavenVersion('3.9.3', 7, 11)
new JdkCompatibleMavenVersion('3.9.4', 7, 11)
]

static final List<JdkCompatibleMavenVersion> UNSUPPORTED_MAVEN_VERSIONS = [
Expand Down

0 comments on commit 57e4d41

Please sign in to comment.