Update dependencies

pull/46/head
sgoudham 2 years ago
parent fbce1380d7
commit 6c917bd40d
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -56,7 +56,7 @@
<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>
@ -73,13 +73,13 @@
<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>
@ -184,4 +184,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Loading…
Cancel
Save