|
From: <udi...@us...> - 2024-01-17 16:08:09
|
Revision: 1486
http://sourceforge.net/p/j-trac/code/1486
Author: udittmer
Date: 2024-01-17 16:08:07 +0000 (Wed, 17 Jan 2024)
Log Message:
-----------
update dependencies
Modified Paths:
--------------
trunk/jtrac/pom.xml
Modified: trunk/jtrac/pom.xml
===================================================================
--- trunk/jtrac/pom.xml 2023-10-05 07:46:13 UTC (rev 1485)
+++ trunk/jtrac/pom.xml 2024-01-17 16:08:07 UTC (rev 1486)
@@ -4,7 +4,7 @@
<groupId>info.jtrac</groupId>
<artifactId>jtrac</artifactId>
<packaging>war</packaging>
- <version>2.3.2</version>
+ <version>2.3.3</version>
<name>JTrac</name>
<description>
JTrac is a generic issue-tracking web-application that can be easily customized by adding custom fields
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
- <version>3.6.0</version>
+ <version>3.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -340,7 +340,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
- <version>5.2.3</version>
+ <version>5.2.5</version>
</dependency>
<dependency>
<groupId>org.tmate</groupId>
@@ -461,7 +461,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -488,7 +488,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.1.2</version>
+ <version>3.2.5</version>
<configuration>
<excludes>
<exclude>info/jtrac/test/**</exclude>
@@ -512,7 +512,7 @@
<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.20.0</log4j2.version>
- <slf4j.version>2.0.9</slf4j.version>
+ <log4j2.version>2.22.1</log4j2.version>
+ <slf4j.version>2.0.11</slf4j.version>
</properties>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|