Skip to content

Commit

Permalink
build(deps): bump io.toolisticon.jackson.module:jackson-avro-module
Browse files Browse the repository at this point in the history
Bumps [io.toolisticon.jackson.module:jackson-avro-module](https://github.com/toolisticon/jackson-avro-module) from 0.1.3 to 0.2.0.
- [Release notes](https://github.com/toolisticon/jackson-avro-module/releases)
- [Commits](toolisticon/jackson-avro-module@0.1.3...0.2.0)

---
updated-dependencies:
- dependency-name: io.toolisticon.jackson.module:jackson-avro-module
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 6f064f1 commit 4c1080c
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 4c1080c

Please sign in to comment.