Skip to content

Commit

Permalink
Updated dependencies in RIFE2 blueprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jul 28, 2024
1 parent e5337f6 commit 89820f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Rife2ProjectBlueprint(File work, String packageName, String projectName,
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1,8,0)));
scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,17,2)))
.include(dependency("org.jsoup", "jsoup", version(1,18,1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,3)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,3)));
scope(standalone)
Expand Down

0 comments on commit 89820f5

Please sign in to comment.