|
|
|
|
@ -23,22 +23,22 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
|
<version>3.18.0</version> |
|
|
|
|
<version>3.20.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-text</artifactId> |
|
|
|
|
<version>1.12.0</version> |
|
|
|
|
<version>1.15.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-cli</groupId> |
|
|
|
|
<artifactId>commons-cli</artifactId> |
|
|
|
|
<version>1.8.0</version> |
|
|
|
|
<version>1.11.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.freemarker</groupId> |
|
|
|
|
<artifactId>freemarker</artifactId> |
|
|
|
|
<version>2.3.33</version> |
|
|
|
|
<version>2.3.34</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- LOGGING --> |
|
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>jakarta.annotation</groupId> |
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId> |
|
|
|
|
<version>1.3.5</version> |
|
|
|
|
<version>3.0.0</version> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -76,43 +76,43 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
<artifactId>junit-jupiter-api</artifactId> |
|
|
|
|
<version>5.11.0-RC1</version> |
|
|
|
|
<version>6.1.0-M1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId> |
|
|
|
|
<version>5.11.0-RC1</version> |
|
|
|
|
<version>6.1.0-M1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
|
<artifactId>junit-jupiter-params</artifactId> |
|
|
|
|
<version>5.11.0-RC1</version> |
|
|
|
|
<version>6.1.0-M1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
|
<artifactId>junit-platform-launcher</artifactId> |
|
|
|
|
<version>1.11.0-RC1</version> |
|
|
|
|
<version>6.1.0-M1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.junit.platform</groupId> |
|
|
|
|
<artifactId>junit-platform-runner</artifactId> |
|
|
|
|
<version>1.11.0-RC1</version> |
|
|
|
|
<version>1.14.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
|
<version>5.12.0</version> |
|
|
|
|
<version>5.21.0</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
<artifactId>mockito-junit-jupiter</artifactId> |
|
|
|
|
<version>5.12.0</version> |
|
|
|
|
<version>5.21.0</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -124,7 +124,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.assertj</groupId> |
|
|
|
|
<artifactId>assertj-core</artifactId> |
|
|
|
|
<version>3.26.3</version> |
|
|
|
|
<version>4.0.0-M1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|