|
42 | 42 | <dependency>
|
43 | 43 | <groupId>com.fasterxml.jackson.core</groupId>
|
44 | 44 | <artifactId>jackson-core</artifactId>
|
45 |
| - <version>2.14.2</version> |
| 45 | + <version>2.15.2</version> |
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>com.fasterxml.jackson.core</groupId>
|
49 | 49 | <artifactId>jackson-databind</artifactId>
|
50 |
| - <version>2.14.2</version> |
| 50 | + <version>2.15.2</version> |
51 | 51 | </dependency>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>com.fasterxml.jackson.core</groupId>
|
54 | 54 | <artifactId>jackson-annotations</artifactId>
|
55 |
| - <version>2.14.2</version> |
| 55 | + <version>2.15.2</version> |
56 | 56 | </dependency>
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>com.fasterxml.jackson.dataformat</groupId>
|
59 | 59 | <artifactId>jackson-dataformat-yaml</artifactId>
|
60 |
| - <version>2.14.2</version> |
| 60 | + <version>2.15.2</version> |
61 | 61 | </dependency>
|
62 | 62 | <dependency>
|
63 | 63 | <groupId>ch.qos.logback</groupId>
|
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.json</groupId>
|
114 | 114 | <artifactId>json</artifactId>
|
115 |
| - <version>20220924</version> |
| 115 | + <version>20230227</version> |
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>junit</groupId>
|
119 | 119 | <artifactId>junit</artifactId>
|
120 | 120 | <version>4.13.1</version>
|
121 | 121 | </dependency>
|
122 |
| - <dependency> |
123 |
| - <groupId>org.codehaus.jackson</groupId> |
124 |
| - <artifactId>jackson-core-asl</artifactId> |
125 |
| - <version>1.9.2</version> |
126 |
| - </dependency> |
127 |
| - <dependency> |
128 |
| - <groupId>org.codehaus.jackson</groupId> |
129 |
| - <artifactId>jackson-mapper-asl</artifactId> |
130 |
| - <version>1.9.2</version> |
131 |
| - </dependency> |
132 | 122 | <dependency>
|
133 | 123 | <groupId>commons-io</groupId>
|
134 | 124 | <artifactId>commons-io</artifactId>
|
|
137 | 127 | <dependency>
|
138 | 128 | <groupId>com.opencsv</groupId>
|
139 | 129 | <artifactId>opencsv</artifactId>
|
140 |
| - <version>5.7.1</version> |
| 130 | + <version>5.8</version> |
141 | 131 | </dependency>
|
142 | 132 | <dependency>
|
143 | 133 | <groupId>info.picocli</groupId>
|
|
169 | 159 | <groupId>com.github.javafaker</groupId>
|
170 | 160 | <artifactId>javafaker</artifactId>
|
171 | 161 | <version>1.0.2</version>
|
| 162 | + <exclusions> |
| 163 | + <exclusion> |
| 164 | + <groupId>org.yaml</groupId> |
| 165 | + <artifactId>snakeyaml</artifactId> |
| 166 | + </exclusion> |
| 167 | + </exclusions> |
172 | 168 | </dependency>
|
173 | 169 | </dependencies>
|
174 | 170 |
|
|
270 | 266 | <plugin>
|
271 | 267 | <groupId>org.jreleaser</groupId>
|
272 | 268 | <artifactId>jreleaser-maven-plugin</artifactId>
|
273 |
| - <version>1.0.0</version> |
| 269 | + <version>1.3.1</version> |
274 | 270 | <executions>
|
275 | 271 | <execution>
|
276 | 272 | <id>package</id>
|
|
0 commit comments