From: <udi...@us...> - 2024-03-15 16:09:34
|
Revision: 1487 http://sourceforge.net/p/j-trac/code/1487 Author: udittmer Date: 2024-03-15 16:09:29 +0000 (Fri, 15 Mar 2024) Log Message: ----------- update dependencies Modified Paths: -------------- trunk/jtrac/pom.xml Modified: trunk/jtrac/pom.xml =================================================================== --- trunk/jtrac/pom.xml 2024-01-17 16:08:07 UTC (rev 1486) +++ trunk/jtrac/pom.xml 2024-03-15 16:09:29 UTC (rev 1487) @@ -67,7 +67,7 @@ <dependency> <groupId>org.htmlunit</groupId> <artifactId>htmlunit</artifactId> - <version>3.10.0</version> + <version>3.11.0</version> <scope>test</scope> </dependency> <dependency> @@ -511,8 +511,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> <maven.build.timestamp.format>yyyy-MM-dd HH:mm z</maven.build.timestamp.format> - <commonmark.version>0.21.0</commonmark.version> - <log4j2.version>2.22.1</log4j2.version> - <slf4j.version>2.0.11</slf4j.version> + <commonmark.version>0.22.0</commonmark.version> + <log4j2.version>2.23.0</log4j2.version> + <slf4j.version>2.0.12</slf4j.version> </properties> </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |