File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7777 <!-- conflicts resolution -->
7878 <micrometer .version>1.14.2</micrometer .version>
7979 <json .version>20250107</json .version>
80+ <snakeyaml .version>2.4</snakeyaml .version>
8081 <!-- Formatting -->
8182 <spotless .version>2.44.4</spotless .version>
8283 <spotless .skip>false</spotless .skip>
182183 <artifactId >json</artifactId >
183184 <version >${json.version} </version >
184185 </dependency >
186+ <dependency >
187+ <groupId >org.yaml</groupId >
188+ <artifactId >snakeyaml</artifactId >
189+ <version >${snakeyaml.version} </version >
190+ </dependency >
185191 <!-- scope "test" -->
186192 <dependency >
187193 <groupId >org.junit.jupiter</groupId >
Original file line number Diff line number Diff line change 170170 <groupId >ch.qos.logback</groupId >
171171 <artifactId >logback-classic</artifactId >
172172 </exclusion >
173- <exclusion >
174- <groupId >org.yaml</groupId >
175- <artifactId >snakeyaml</artifactId >
176- </exclusion >
177173 </exclusions >
178174 </dependency >
179175 <!-- scope "provided" -->
You can’t perform that action at this time.
0 commit comments