Skip to content

Commit

Permalink
updated dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovacevic committed Jul 24, 2023
1 parent 7a16127 commit 9134daf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<maven.test.skip>true</maven.test.skip>

<lithium.version>3.5.2</lithium.version>
<dropwizard.version>2.1.4</dropwizard.version>
<dropwizard.version>2.1.5</dropwizard.version>
<jwt.version>0.11.5</jwt.version>
</properties>

Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -130,7 +130,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.23.1</version>
<version>3.24.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9134daf

Please sign in to comment.