Skip to content

Commit

Permalink
chore(deps): Align dependencies with Spring Boot 3.2.7 managed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitz committed Jul 16, 2024
1 parent 37f67fe commit fc9b3ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018-2023 innoQ Deutschland GmbH
Copyright 2018-2024 innoQ Deutschland GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.14.2</version>
<version>2.15.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.0.8</version>
<version>6.1.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit fc9b3ec

Please sign in to comment.