Skip to content

Commit

Permalink
chore: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovkirill committed Jan 16, 2019
1 parent 871bb2e commit e9c4575
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
</scm>

<properties>
<groovy.version>2.5.4</groovy.version>
<groovy.version>2.5.5</groovy.version>
<httpclient.version>4.5.6</httpclient.version>
<jackson-databind.version>2.9.7</jackson-databind.version>
<jackson-databind.version>2.9.8</jackson-databind.version>

<gmavenplus-plugin.version>1.6.2</gmavenplus-plugin.version>
<maven-failsafe-plugin.version>3.0.0-M1</maven-failsafe-plugin.version>
Expand All @@ -63,11 +63,11 @@
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>

<cglib-nodep.version>3.2.9</cglib-nodep.version>
<cglib-nodep.version>3.2.10</cglib-nodep.version>
<log4j.version>2.11.1</log4j.version>
<slf4j.version>1.7.25</slf4j.version>
<spock.version>1.2-groovy-2.5</spock.version>
<wiremock.version>2.19.0</wiremock.version>
<wiremock.version>2.20.0</wiremock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e9c4575

Please sign in to comment.