Skip to content

Commit

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

Bump jackson.version from 2.15.1 to 2.15.2
  • Loading branch information
cescoffier authored Jun 1, 2023
2 parents 63539b3 + f5ce205 commit 97afce1
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 @@ -68,7 +68,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.1</version>
<version>2.15.2</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 @@ -104,7 +104,7 @@
<junit-platform-commons.version>1.9.3</junit-platform-commons.version>

<jakarta.jms.api.version>3.1.0</jakarta.jms.api.version>
<jackson.version>2.15.1</jackson.version>
<jackson.version>2.15.2</jackson.version>
<yasson.version>2.0.3</yasson.version>

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

0 comments on commit 97afce1

Please sign in to comment.