|
83 | 83 | <dependency>
|
84 | 84 | <groupId>com.fasterxml.jackson.core</groupId>
|
85 | 85 | <artifactId>jackson-annotations</artifactId>
|
86 |
| - <version>2.17.1</version> |
| 86 | + <version>2.17.2</version> |
87 | 87 | <type>jar</type>
|
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>com.fasterxml.jackson.core</groupId>
|
91 | 91 | <artifactId>jackson-core</artifactId>
|
92 |
| - <version>2.17.1</version> |
| 92 | + <version>2.17.2</version> |
93 | 93 | <type>jar</type>
|
94 | 94 | </dependency>
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>com.fasterxml.jackson.core</groupId>
|
97 | 97 | <artifactId>jackson-databind</artifactId>
|
98 |
| - <version>2.17.1</version> |
| 98 | + <version>2.17.2</version> |
99 | 99 | <type>jar</type>
|
100 | 100 | </dependency>
|
101 | 101 | <dependency>
|
102 | 102 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
103 | 103 | <artifactId>jackson-datatype-guava</artifactId>
|
104 |
| - <version>2.17.1</version> |
| 104 | + <version>2.17.2</version> |
105 | 105 | <type>jar</type>
|
106 | 106 | </dependency>
|
107 | 107 | <dependency>
|
108 | 108 | <groupId>com.fasterxml.jackson.module</groupId>
|
109 | 109 | <artifactId>jackson-module-jaxb-annotations</artifactId>
|
110 |
| - <version>2.17.1</version> |
| 110 | + <version>2.17.2</version> |
111 | 111 | <type>jar</type>
|
112 | 112 | </dependency>
|
113 | 113 | <dependency>
|
114 | 114 | <groupId>com.fasterxml.jackson.module</groupId>
|
115 | 115 | <artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
|
116 |
| - <version>2.17.1</version> |
| 116 | + <version>2.17.2</version> |
117 | 117 | <type>jar</type>
|
118 | 118 | </dependency>
|
119 | 119 | <dependency>
|
|
162 | 162 | <dependency>
|
163 | 163 | <groupId>com.google.guava</groupId>
|
164 | 164 | <artifactId>guava</artifactId>
|
165 |
| - <version>33.2.0-jre</version> |
| 165 | + <version>33.2.1-jre</version> |
166 | 166 | <type>jar</type>
|
167 | 167 | </dependency>
|
168 | 168 | <dependency>
|
|
186 | 186 | <dependency>
|
187 | 187 | <groupId>org.glassfish.hk2</groupId>
|
188 | 188 | <artifactId>hk2-api</artifactId>
|
189 |
| - <version>3.1.0</version> |
| 189 | + <version>3.1.1</version> |
190 | 190 | <type>jar</type>
|
191 | 191 | </dependency>
|
192 | 192 | <dependency>
|
193 | 193 | <groupId>org.glassfish.hk2</groupId>
|
194 | 194 | <artifactId>hk2-locator</artifactId>
|
195 |
| - <version>3.1.0</version> |
| 195 | + <version>3.1.1</version> |
196 | 196 | <type>jar</type>
|
197 | 197 | </dependency>
|
198 | 198 | <dependency>
|
199 | 199 | <groupId>org.glassfish.hk2</groupId>
|
200 | 200 | <artifactId>hk2-utils</artifactId>
|
201 |
| - <version>3.1.0</version> |
| 201 | + <version>3.1.1</version> |
202 | 202 | <type>jar</type>
|
203 | 203 | </dependency>
|
204 | 204 | <dependency>
|
|
0 commit comments