Skip to content

Commit

Permalink
Updated jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
m-moris committed Jul 9, 2020
1 parent 71b1a51 commit 4b7032a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .factorypath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<factorypath>
<factorypathentry kind="VARJAR" id="M2_REPO/org/apache/logging/log4j/log4j-core/2.12.1/log4j-core-2.12.1.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/org/apache/logging/log4j/log4j-core/2.13.2/log4j-core-2.13.2.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/org/apache/logging/log4j/log4j-api/2.13.2/log4j-api-2.13.2.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/com/microsoft/azure/azure-storage/8.3.0/azure-storage-8.3.0.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.jar" enabled="true" runInBatchMode="false"/>
<factorypathentry kind="VARJAR" id="M2_REPO/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar" enabled="true" runInBatchMode="false"/>
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<url>https://github.com/m-moris/log4j2-azure-blob-appender</url>
<connection>scm:git:https://github.com/m-moris/log4j2-azure-blob-appender.git</connection>
<developerConnection>scm:git:https://github.com/m-moris/log4j2-azure-blob-appender.git</developerConnection>
<tag>v1.1.1</tag>
<tag>v1.1.2</tag>
</scm>
<url>https://github.com/m-moris/log4j2-azure-blob-appender</url>
<properties>
<revision>1.1.1</revision>
<revision>1.1.2</revision>
<changelist>-SNAPSHOT</changelist>
<sha1/>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.4</version>
<version>2.9.10.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -152,7 +152,8 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<!-- <plugin>
<!--
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
Expand Down

0 comments on commit 4b7032a

Please sign in to comment.