We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eca942 + fb73821 commit 0bc45bdCopy full SHA for 0bc45bd
examples/rabbitmq-quickstart/pom.xml
@@ -69,7 +69,7 @@
69
<dependency>
70
<groupId>com.fasterxml.jackson.core</groupId>
71
<artifactId>jackson-databind</artifactId>
72
- <version>2.18.0</version>
+ <version>2.18.1</version>
73
</dependency>
74
75
</dependencies>
pom.xml
@@ -106,7 +106,7 @@
106
<system-stubs-jupiter.version>2.1.7</system-stubs-jupiter.version>
107
108
<jakarta.jms.api.version>3.1.0</jakarta.jms.api.version>
109
- <jackson.version>2.18.0</jackson.version>
+ <jackson.version>2.18.1</jackson.version>
110
<yasson.version>2.0.3</yasson.version>
111
112
<jandex-maven-plugin.version>3.2.3</jandex-maven-plugin.version>
0 commit comments