Skip to content

Commit

Permalink
πŸ“Œ : lock jackson-databind to ${jackson-bom.version}
Browse files Browse the repository at this point in the history
as spring-vault-core directly imports a hard-coded version
  • Loading branch information
juwit committed Aug 5, 2022
1 parent 895fa1e commit 891632d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,16 @@

</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-bom.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<testResources>
<testResource>
Expand Down

0 comments on commit 891632d

Please sign in to comment.