Skip to content

Commit c96c8f8

Browse files
committed
Upgrade version of qfj spring boot starter and fix snakeyaml vulnerability
1 parent 20c6fe4 commit c96c8f8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: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"]
33
image:https://img.shields.io/hexpm/l/plug.svg["Apache 2",link="http://www.apache.org/licenses/LICENSE-2.0"]
44
image:https://img.shields.io/badge/quickfixj-2.3.1-blue.svg["QuickFIX/J 2.3.1",link="https://github.com/quickfix-j/quickfixj"]
55

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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>
@@ -69,10 +69,17 @@
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>

0 commit comments

Comments
 (0)