Skip to content

Commit

Permalink
Merge pull request #28 from SnuK87/update-dependencies
Browse files Browse the repository at this point in the history
Bump version and update dependencies
  • Loading branch information
SnuK87 committed May 25, 2023
2 parents a058d80 + 4c1aa21 commit 38865da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.snuk87.keycloak</groupId>
<artifactId>keycloak-kafka</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.version>21.0.1</keycloak.version>
<kafka.version>3.3.1</kafka.version>
<junit.version>5.8.1</junit.version>
<keycloak.version>21.1.1</keycloak.version>
<kafka.version>3.4.0</kafka.version>
<junit.version>5.9.2</junit.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.3.2.Final</version>
<version>3.5.0.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 38865da

Please sign in to comment.