File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 7575 <!-- Import dependency management from Spring Boot -->
7676 <groupId >org.springframework.boot</groupId >
7777 <artifactId >spring-boot-dependencies</artifactId >
78- <version >2.7.15 </version >
78+ <version >2.7.18 </version >
7979 <type >pom</type >
8080 <scope >import</scope >
8181 </dependency >
82-
83- <dependency >
84- <groupId >org.yaml</groupId >
85- <artifactId >snakeyaml</artifactId >
86- <version >2.1</version >
87- </dependency >
88-
8982 <dependency >
9083 <groupId >io.allune</groupId >
9184 <artifactId >quickfixj-spring-boot-dependencies</artifactId >
9285 <version >${project.version} </version >
9386 <type >pom</type >
9487 <scope >import</scope >
9588 </dependency >
89+ <dependency >
90+ <groupId >org.yaml</groupId >
91+ <artifactId >snakeyaml</artifactId >
92+ <version >2.1</version >
93+ </dependency >
9694 </dependencies >
9795 </dependencyManagement >
9896
You can’t perform that action at this time.
0 commit comments