|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>me.goudham</groupId>
|
|
|
|
|
<artifactId>MyWaifuWrapper</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<version>1.0.1</version>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>MyWaifuWrapper</name>
|
|
|
|
@ -56,13 +56,13 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
|
<artifactId>junit-jupiter-api</artifactId>
|
|
|
|
|
<version>5.7.2</version>
|
|
|
|
|
<version>5.8.2</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
|
<version>3.11.2</version>
|
|
|
|
|
<version>4.4.0</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
@ -73,23 +73,23 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jetbrains</groupId>
|
|
|
|
|
<artifactId>annotations</artifactId>
|
|
|
|
|
<version>21.0.1</version>
|
|
|
|
|
<version>23.0.0</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>2.12.3</version>
|
|
|
|
|
<version>2.13.2.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
<version>2.12.3</version>
|
|
|
|
|
<version>2.13.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
<version>2.12.3</version>
|
|
|
|
|
<version>2.13.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
@ -184,4 +184,4 @@
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|
|
|
|
|
</project>
|