Skip to content

Commit a1a9153

Browse files
authored
Merge branch 'master' into getKeysForUser
2 parents 22afb76 + 468f4f9 commit a1a9153

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 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>
@@ -48,7 +48,7 @@
4848

4949
<plugin>
5050
<artifactId>maven-surefire-plugin</artifactId>
51-
<version>2.22.1</version>
51+
<version>2.22.2</version>
5252
</plugin>
5353
<plugin>
5454
<groupId>org.codehaus.mojo</groupId>
@@ -127,12 +127,12 @@
127127
<dependency>
128128
<groupId>org.apache.commons</groupId>
129129
<artifactId>commons-lang3</artifactId>
130-
<version>3.7</version>
130+
<version>3.9</version>
131131
</dependency>
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,17 +162,17 @@
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>
169169
<artifactId>commons-io</artifactId>
170-
<version>1.4</version>
170+
<version>2.6</version>
171171
</dependency>
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)