Skip to content

Commit

Permalink
Merge pull request #48 from SnuK87/update-pom
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
SnuK87 authored Sep 18, 2024
2 parents dc7d10d + 1c12334 commit e86a615
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>

<repositories>
Expand Down Expand Up @@ -47,7 +48,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 e86a615

Please sign in to comment.