diff --git a/ws/Artifacts/Unitmarking/pom.xml b/ws/Artifacts/Unitmarking/pom.xml index 63cb973ef2f4cbfc8ce2153a150dd2e0d10254d3..60afdf645ec06859bdc1cc0b443efbeeb0e99aea 100644 --- a/ws/Artifacts/Unitmarking/pom.xml +++ b/ws/Artifacts/Unitmarking/pom.xml @@ -13,7 +13,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <oxygenxml.version>22.1.0.0</oxygenxml.version> + <oxygenxml.version>25.0.0.0</oxygenxml.version> </properties> <distributionManagement> @@ -45,17 +45,16 @@ <version>${oxygenxml.version}</version> </dependency> - <!-- Keep oxygenxml happy using legacy logging --> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>2.19.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13</version> + <version>4.13.2</version> </dependency> <dependency> @@ -67,7 +66,7 @@ <dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> - <version>2.0.6</version> + <version>2.0.6.1</version> </dependency> <dependency> @@ -83,15 +82,14 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> - <version>3.4.1</version> + <version>3.5.2</version> </extension> </extensions> <plugins> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.10.1</version> <configuration> <source>1.8</source> <target>1.8</target>