Skip to content

Commit ab47896

Browse files
authored
Merge branch 'master' into cache-fix
2 parents 80741c7 + 4f13565 commit ab47896

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<spotbugs-maven-plugin.version>3.1.11</spotbugs-maven-plugin.version>
32+
<spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
3333
<spotbugs.version>3.1.12</spotbugs.version>
3434
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3535
<hamcrest.version>2.1</hamcrest.version>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>commons-codec</groupId>
134134
<artifactId>commons-codec</artifactId>
135-
<version>1.7</version>
135+
<version>1.13</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.hamcrest</groupId>
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>com.fasterxml.jackson.core</groupId>
164164
<artifactId>jackson-databind</artifactId>
165-
<version>2.9.9.3</version>
165+
<version>2.9.10</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>commons-io</groupId>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>com.infradna.tool</groupId>
174174
<artifactId>bridge-method-annotation</artifactId>
175-
<version>1.17</version>
175+
<version>1.18</version>
176176
<optional>true</optional>
177177
</dependency>
178178
<dependency>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>org.eclipse.jgit</groupId>
186186
<artifactId>org.eclipse.jgit</artifactId>
187-
<version>4.9.0.201710071750-r</version>
187+
<version>5.5.0.201909110433-r</version>
188188
<scope>test</scope>
189189
</dependency>
190190
<dependency>

0 commit comments

Comments
 (0)