Skip to content

Commit ab991ca

Browse files
dependabot[bot]Jose Enrique García Maciñeiras
andauthored
Bump jackson-databind from 2.13.3 to 2.13.4.1 (#77)
* Bump jackson-databind from 2.13.3 to 2.13.4.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * 001 Dependabot update Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Enrique García Maciñeiras <jegarcia@corunet.com>
1 parent 78dc266 commit ab991ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.coru</groupId>
88
<artifactId>scc-multiapi-converter</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.3.0</version>
1010
<name>SCC-MultiApi-Converter</name>
1111
<description>Generates Spring Cloud Contracts based on an OpenApi and AsyncApi document</description>
1212
<url>https://github.com/corunet/scc-multiapi-converter</url>
@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>com.fasterxml.jackson.core</groupId>
168168
<artifactId>jackson-databind</artifactId>
169-
<version>2.13.3</version>
169+
<version>2.13.4.1</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)