Skip to content

Commit

Permalink
fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
leleuj committed May 24, 2024
1 parent 0f9dc92 commit c97db29
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 @@ -54,7 +54,7 @@

<properties>
<javalin.version>5.6.5</javalin.version>
<pac4j.version>6.0.2</pac4j.version>
<pac4j.version>6.0.3</pac4j.version>
<java.version>17</java.version>
</properties>

Expand Down Expand Up @@ -174,6 +174,12 @@
<scope>test</scope>
<version>5.12.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c97db29

Please sign in to comment.