Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerdaehn committed Aug 1, 2024
1 parent f8a324f commit 12517d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>kafkaavro</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<description>Convenience methods for using Avro with Kafka.</description>
<version>0.10.13</version>
<version>0.10.14</version>
<packaging>jar</packaging>
<url>https://www.rtdi.io/</url>
<scm>
Expand Down Expand Up @@ -127,12 +127,12 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.0</version>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.12.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 12517d7

Please sign in to comment.