|
@@ -33,21 +33,20 @@
|
|
|
|
|
|
<javafx.version>12</javafx.version>
|
|
|
|
|
|
- <commons-io.version>2.6</commons-io.version>
|
|
|
- <commons-lang3.version>3.8.1</commons-lang3.version>
|
|
|
+ <commons-lang3.version>3.9</commons-lang3.version>
|
|
|
|
|
|
<easybind.version>1.0.3</easybind.version>
|
|
|
|
|
|
- <guava.version>27.1-jre</guava.version>
|
|
|
- <dagger.version>2.22.1</dagger.version>
|
|
|
- <gson.version>2.8.5</gson.version>
|
|
|
+ <guava.version>28.1-jre</guava.version>
|
|
|
+ <dagger.version>2.24</dagger.version>
|
|
|
+ <gson.version>2.8.6</gson.version>
|
|
|
|
|
|
- <slf4j.version>1.7.26</slf4j.version>
|
|
|
+ <slf4j.version>1.7.28</slf4j.version>
|
|
|
<logback.version>1.2.3</logback.version>
|
|
|
|
|
|
- <junit.jupiter.version>5.4.2</junit.jupiter.version>
|
|
|
- <mockito.version>2.27.0</mockito.version>
|
|
|
- <hamcrest.version>2.1</hamcrest.version>
|
|
|
+ <junit.jupiter.version>5.5.2</junit.jupiter.version>
|
|
|
+ <mockito.version>3.1.0</mockito.version>
|
|
|
+ <hamcrest.version>2.2</hamcrest.version>
|
|
|
</properties>
|
|
|
|
|
|
<repositories>
|
|
@@ -163,11 +162,6 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!-- Apache Commons -->
|
|
|
- <dependency>
|
|
|
- <groupId>commons-io</groupId>
|
|
|
- <artifactId>commons-io</artifactId>
|
|
|
- <version>${commons-io.version}</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|