Skip to content

Commit

Permalink
#117 - Upgrade spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
esanchezros committed Dec 1, 2023
1 parent 435f69f commit c9c7219
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,22 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.7.15</version>
<version>2.7.18</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.1</version>
</dependency>

<dependency>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-dependencies</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c9c7219

Please sign in to comment.