File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11image:https://travis-ci.org/esanchezros/quickfixj-spring-boot-starter-examples.svg?branch=2.0.x["Build Status",link="https://travis-ci.org/esanchezros/quickfixj-spring-boot-starter-examples"]
2- image:https://img.shields.io/badge/maven%20central-v2.15.3 -blue.svg["Maven Central",link="https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22quickfixj-spring-boot-starter-examples%22"]
2+ image:https://img.shields.io/badge/maven%20central-v2.16.1 -blue.svg["Maven Central",link="https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22quickfixj-spring-boot-starter-examples%22"]
33image:https://img.shields.io/hexpm/l/plug.svg["Apache 2",link="http://www.apache.org/licenses/LICENSE-2.0"]
44image:https://img.shields.io/badge/quickfixj-2.3.1-blue.svg["QuickFIX/J 2.3.1",link="https://github.com/quickfix-j/quickfixj"]
55
Original file line number Diff line number Diff line change 5959
6060 <skipDocker >true</skipDocker >
6161 <docker .image.prefix>allune</docker .image.prefix>
62- <quickfixj-spring-boot-starter .version>2.15.4 </quickfixj-spring-boot-starter .version>
62+ <quickfixj-spring-boot-starter .version>2.16.1 </quickfixj-spring-boot-starter .version>
6363 </properties >
6464
6565 <dependencyManagement >
6969 <!-- Import dependency management from Spring Boot -->
7070 <groupId >org.springframework.boot</groupId >
7171 <artifactId >spring-boot-dependencies</artifactId >
72- <version >2.7.12 </version >
72+ <version >2.7.15 </version >
7373 <type >pom</type >
7474 <scope >import</scope >
7575 </dependency >
76+
77+ <dependency >
78+ <groupId >org.yaml</groupId >
79+ <artifactId >snakeyaml</artifactId >
80+ <version >2.1</version >
81+ </dependency >
82+
7683 <dependency >
7784 <groupId >io.allune</groupId >
7885 <artifactId >quickfixj-spring-boot-starter</artifactId >
You can’t perform that action at this time.
0 commit comments