Skip to content

Commit

Permalink
Update to PlantUML 1.2023.1
Browse files Browse the repository at this point in the history
see #713
  • Loading branch information
larsgrefer committed Feb 18, 2023
1 parent 65409b8 commit 39d0a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void apply(Project project) {
Configuration plantuml = project.getConfigurations().create("plantuml");

plantuml.defaultDependencies(s -> {
s.add(project.getDependencies().create("net.sourceforge.plantuml:plantuml:1.2022.5"));
s.add(project.getDependencies().create("net.sourceforge.plantuml:plantuml:1.2023.1"));
});

project.getTasks().withType(PlantumlTask.class).configureEach(plantumlTask -> {
Expand Down

0 comments on commit 39d0a65

Please sign in to comment.