Skip to content

Commit

Permalink
Update: pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius Spakovskij committed Apr 4, 2024
1 parent ec64fec commit fec25f1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.redfroggy.keycloak</groupId>
<artifactId>keycloak-verify-email-by-code</artifactId>
<version>23.0.0-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Action to verify email by code for Keycloak</description>
Expand Down Expand Up @@ -53,11 +53,11 @@
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.5.0</maven.javadoc.plugin.version>

<keycloak.version>23.0.4</keycloak.version>
<keycloak.version>24.0.0</keycloak.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>

<junit-jupiter.version>5.10.0</junit-jupiter.version>
<mockito.version>5.3.1</mockito.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<mockito.version>5.11.0</mockito.version>
<assertj.version>3.24.2</assertj.version>
</properties>

Expand Down Expand Up @@ -172,6 +172,12 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down

0 comments on commit fec25f1

Please sign in to comment.