|
84 | 84 | <dependency>
|
85 | 85 | <groupId>com.fasterxml.jackson.core</groupId>
|
86 | 86 | <artifactId>jackson-annotations</artifactId>
|
87 |
| - <version>2.17.2</version> |
| 87 | + <version>2.18.0</version> |
88 | 88 | <type>jar</type>
|
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
91 | 91 | <groupId>com.fasterxml.jackson.core</groupId>
|
92 | 92 | <artifactId>jackson-core</artifactId>
|
93 |
| - <version>2.17.2</version> |
| 93 | + <version>2.18.0</version> |
94 | 94 | <type>jar</type>
|
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>com.fasterxml.jackson.core</groupId>
|
98 | 98 | <artifactId>jackson-databind</artifactId>
|
99 |
| - <version>2.17.2</version> |
| 99 | + <version>2.18.0</version> |
100 | 100 | <type>jar</type>
|
101 | 101 | </dependency>
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
104 | 104 | <artifactId>jackson-datatype-guava</artifactId>
|
105 |
| - <version>2.17.2</version> |
| 105 | + <version>2.18.0</version> |
106 | 106 | <type>jar</type>
|
107 | 107 | </dependency>
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>com.fasterxml.jackson.module</groupId>
|
110 | 110 | <artifactId>jackson-module-jaxb-annotations</artifactId>
|
111 |
| - <version>2.17.2</version> |
| 111 | + <version>2.18.0</version> |
112 | 112 | <type>jar</type>
|
113 | 113 | </dependency>
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>com.fasterxml.jackson.module</groupId>
|
116 | 116 | <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
|
117 |
| - <version>2.17.2</version> |
| 117 | + <version>2.18.0</version> |
118 | 118 | <type>jar</type>
|
119 | 119 | </dependency>
|
120 | 120 | <dependency>
|
|
163 | 163 | <dependency>
|
164 | 164 | <groupId>com.google.guava</groupId>
|
165 | 165 | <artifactId>guava</artifactId>
|
166 |
| - <version>33.3.0-jre</version> |
| 166 | + <version>33.3.1-jre</version> |
167 | 167 | <type>jar</type>
|
168 | 168 | </dependency>
|
169 | 169 | <dependency>
|
|
0 commit comments