Skip to content

Commit

Permalink
- rv-kit dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzazuet committed Oct 10, 2023
1 parent 12ee0a9 commit f52dc89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class RvPlugin implements Plugin<Project> {
public static final String implementation = "implementation";

@Override public void apply(Project project) {
project.getDependencies().add(implementation, "jakarta.ws.rs:jakarta.ws.rs-api:3.0.0");
project.getDependencies().add(implementation, "jakarta.ws.rs:jakarta.ws.rs-api:3.1.0");
project.getExtensions().create("ronove", RvPluginExtension.class, project);

var classes = project.getTasks().getByName("classes");
Expand Down

0 comments on commit f52dc89

Please sign in to comment.