Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert Bevin committed May 1, 2024
1 parent 12ac2ed commit 15e615b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bld/java/rife/AbstractRife2Build.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ public AbstractRife2Build()

repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.slf4j", "slf4j-simple", version(2,0,12)))
.include(dependency("org.slf4j", "slf4j-simple", version(2,0,13)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,2)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,2)))
.include(dependency("com.h2database", "h2", version(2,2,224)))
.include(dependency("net.sourceforge.htmlunit", "htmlunit", version(2,70,0)))
.include(dependency("org.postgresql", "postgresql", version(42,7,2)))
.include(dependency("com.mysql", "mysql-connector-j", version(8,3,0)))
.include(dependency("org.postgresql", "postgresql", version(42,7,3)))
.include(dependency("com.mysql", "mysql-connector-j", version(8,4,0)))
.include(dependency("org.mariadb.jdbc", "mariadb-java-client", version(3,3,3)))
.include(dependency("org.hsqldb", "hsqldb", version(2,7,2)))
.include(dependency("org.apache.derby", "derby", version("10.16.1.1")))
Expand Down

0 comments on commit 15e615b

Please sign in to comment.