Skip to content

Commit

Permalink
build: Update to AlpineJS 3.13.2
Browse files Browse the repository at this point in the history
Fixes #78
  • Loading branch information
wimdeblauwe committed Oct 25, 2023
1 parent 8c64ddb commit 6c2868a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ public String displayName() {

@Override
public List<MavenDependency> getMavenDependencies(String springBootVersion) {
return Collections.singletonList(new MavenDependency("org.webjars.npm", "alpinejs", "3.13.0"));
return Collections.singletonList(new MavenDependency("org.webjars.npm", "alpinejs", "3.13.2"));
}

@Override
Expand Down

0 comments on commit 6c2868a

Please sign in to comment.