Skip to content

Commit

Permalink
Merge pull request #161 from holixon/dependabot/maven/io.toolisticon.…
Browse files Browse the repository at this point in the history
…jackson.module-jackson-avro-module-0.2.0
  • Loading branch information
zambrovski authored Oct 10, 2024
2 parents 6f064f1 + 4c1080c commit 8afd5c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/comparison-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Lib: comparison test</name>

<properties>
<jackson-avro-module.version>0.1.3</jackson-avro-module.version>
<jackson-avro-module.version>0.2.0</jackson-avro-module.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib/fixture-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>Lib: Test fixture application</name>

<properties>
<jackson-avro-module.version>0.1.3</jackson-avro-module.version>
<jackson-avro-module.version>0.2.0</jackson-avro-module.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib/fixture-events-avro-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>io.toolisticon.jackson.module</groupId>
<artifactId>jackson-avro-module</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8afd5c1

Please sign in to comment.