Skip to content

Commit

Permalink
Merge pull request #2810 from smallrye/dependabot/maven/main/jackson.…
Browse files Browse the repository at this point in the history
…version-2.18.1

Bump jackson.version from 2.18.0 to 2.18.1
  • Loading branch information
cescoffier authored Oct 30, 2024
2 parents 4eca942 + fb73821 commit 0bc45bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rabbitmq-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<system-stubs-jupiter.version>2.1.7</system-stubs-jupiter.version>

<jakarta.jms.api.version>3.1.0</jakarta.jms.api.version>
<jackson.version>2.18.0</jackson.version>
<jackson.version>2.18.1</jackson.version>
<yasson.version>2.0.3</yasson.version>

<jandex-maven-plugin.version>3.2.3</jandex-maven-plugin.version>
Expand Down

0 comments on commit 0bc45bd

Please sign in to comment.