Skip to content

Commit

Permalink
Chore: Update SpringBoot 2.6.6 (#180)
Browse files Browse the repository at this point in the history
* Update SpringBoot to 2.6.6

* Remove explicit dependency of jackson-databind
  • Loading branch information
bergmann-dierk committed Apr 1, 2022
1 parent ca82ca8 commit fb0eea3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.5</version>
<version>2.6.6</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -58,7 +58,6 @@
<h2.version>2.1.210</h2.version>
<hibernate.version>5.6.5.Final</hibernate.version>
<dgc.lib.version>1.3.1</dgc.lib.version>
<jackson.databind.version>2.13.2.1</jackson.databind.version>
<!-- plugins -->
<plugin.maven-assembly.version>3.3.0</plugin.maven-assembly.version>
<plugin.checkstyle.version>3.1.2</plugin.checkstyle.version>
Expand Down Expand Up @@ -267,12 +266,6 @@
<artifactId>shedlock-spring</artifactId>
<version>${shedlock.version}</version>
</dependency>
<!-- Explicitly needed due to https://nvd.nist.gov/vuln/detail/CVE-2020-36518 until core is updated -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fb0eea3

Please sign in to comment.