Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SnuK87/keycloak-kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
SnuK87 committed Sep 18, 2024
2 parents e6daed5 + e86a615 commit f20c64a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.snuk87.keycloak</groupId>
<artifactId>keycloak-kafka</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.version>21.1.1</keycloak.version>
<kafka.version>3.4.0</kafka.version>
<keycloak.version>25.0.5</keycloak.version>
<kafka.version>3.8.0</kafka.version>
<confluent.version>7.5.0</confluent.version>
<junit.version>5.9.2</junit.version>
<junit.version>5.11.0</junit.version>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -40,7 +41,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.5.0.Final</version>
<version>${jboss-logging.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f20c64a

Please sign in to comment.