Browse Source

Merge pull request #18 from larsw/dependabot/maven/examples/quarkus/com.fasterxml.jackson.core-jackson-databind-2.13.2.1

Bump jackson-databind from 2.13.1 to 2.13.2.1 in /examples/quarkus
custom-downloader
larsw GitHub 3 years ago
parent
commit
29744158d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/quarkus/pom.xml

+ 1
- 1
examples/quarkus/pom.xml View File

@@ -124,7 +124,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.13.1</version>
<version>2.13.2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId> <groupId>com.fasterxml.jackson.dataformat</groupId>


Loading…
Cancel
Save