Skip to content

Commit

Permalink
Updated dependencies and RIFE2 core
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jan 31, 2024
1 parent 40d18b8 commit a6572da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ lib/bld/**
!lib/bld/bld-wrapper.jar
!lib/bld/bld-wrapper.properties
lib/compile/
lib/provided
lib/runtime/
lib/standalone/
lib/test/
Expand Down
6 changes: 3 additions & 3 deletions src/bld/java/rife/Rife2Build.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public Rife2Build()
version = version(FileUtils.readString(new File(srcMainResourcesDirectory(), "RIFE_VERSION")));

var imagej_version = version("1.54g");
var jetty_version = version(12,0,3);
var jsoup_version = version(1,16,2);
var tomcat_version = version(10,1,16);
var jetty_version = version(12,0,5);
var jsoup_version = version(1,17,2);
var tomcat_version = version(10,1,18);

scope(provided)
.include(dependency("org.jsoup", "jsoup", jsoup_version))
Expand Down

0 comments on commit a6572da

Please sign in to comment.