Skip to content

Commit

Permalink
changed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilaghi committed May 7, 2024
1 parent b71a77d commit 413815b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-authorization</artifactId>
<version>0.9.3</version>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down Expand Up @@ -114,6 +114,12 @@
<version>22.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
</dependency>


<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 413815b

Please sign in to comment.