|
149 | 149 | <dependency>
|
150 | 150 | <groupId>org.jsonschema2pojo</groupId>
|
151 | 151 | <artifactId>jsonschema2pojo-core</artifactId>
|
152 |
| - <version>1.2.1</version> |
| 152 | + <version>1.2.2</version> |
153 | 153 | </dependency>
|
154 | 154 |
|
155 | 155 | <!-- Code generation with Sun CodeModel -->
|
|
159 | 159 | <version>2.6</version>
|
160 | 160 | </dependency>
|
161 | 161 |
|
162 |
| - <!-- YAML processing --> |
163 |
| - <dependency> |
164 |
| - <groupId>com.fasterxml.jackson.dataformat</groupId> |
165 |
| - <artifactId>jackson-dataformat-yaml</artifactId> |
166 |
| - <version>2.15.2</version> |
167 |
| - </dependency> |
168 |
| - |
169 | 162 | <!-- Commons IO for file operations -->
|
170 | 163 | <dependency>
|
171 | 164 | <groupId>commons-io</groupId>
|
172 | 165 | <artifactId>commons-io</artifactId>
|
173 |
| - <version>2.11.0</version> |
| 166 | + <version>2.17.0</version> |
174 | 167 | </dependency>
|
175 | 168 | </dependencies>
|
176 | 169 |
|
|
223 | 216 | <artifactId>ivy</artifactId>
|
224 | 217 | <version>2.5.3</version>
|
225 | 218 | </dependency>
|
| 219 | + <dependency> |
| 220 | + <groupId>org.yaml</groupId> |
| 221 | + <artifactId>snakeyaml</artifactId> |
| 222 | + <version>2.3</version> |
| 223 | + </dependency> |
| 224 | + <dependency> |
| 225 | + <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 226 | + <artifactId>jackson-dataformat-yaml</artifactId> |
| 227 | + <version>2.19.0</version> |
| 228 | + </dependency> |
| 229 | + <dependency> |
| 230 | + <groupId>org.jsonschema2pojo</groupId> |
| 231 | + <artifactId>jsonschema2pojo-core</artifactId> |
| 232 | + <version>1.2.2</version> |
| 233 | + </dependency> |
| 234 | + <dependency> |
| 235 | + <groupId>com.google.errorprone</groupId> |
| 236 | + <artifactId>error_prone_annotations</artifactId> |
| 237 | + <version>2.27.0</version> |
| 238 | + </dependency> |
| 239 | + <dependency> |
| 240 | + <groupId>com.google.code.gson</groupId> |
| 241 | + <artifactId>gson</artifactId> |
| 242 | + <version>2.11.0</version> |
| 243 | + </dependency> |
| 244 | + <dependency> |
| 245 | + <groupId>org.apache.commons</groupId> |
| 246 | + <artifactId>commons-text</artifactId> |
| 247 | + <version>1.13.1</version> |
| 248 | + </dependency> |
226 | 249 | </dependencies>
|
227 | 250 | </dependencyManagement>
|
228 | 251 |
|
|
0 commit comments