Skip to content

Commit c9c7219

Browse files
committed
#117 - Upgrade spring version
1 parent 435f69f commit c9c7219

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,22 @@
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

0 commit comments

Comments
 (0)