|
29 | 29 |
|
30 | 30 | <properties> |
31 | 31 | <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> |
33 | 33 | <spotbugs.version>3.1.12</spotbugs.version> |
34 | 34 | <spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError> |
35 | 35 | <hamcrest.version>2.1</hamcrest.version> |
|
48 | 48 |
|
49 | 49 | <plugin> |
50 | 50 | <artifactId>maven-surefire-plugin</artifactId> |
51 | | - <version>2.22.1</version> |
| 51 | + <version>2.22.2</version> |
52 | 52 | </plugin> |
53 | 53 | <plugin> |
54 | 54 | <groupId>org.codehaus.mojo</groupId> |
|
127 | 127 | <dependency> |
128 | 128 | <groupId>org.apache.commons</groupId> |
129 | 129 | <artifactId>commons-lang3</artifactId> |
130 | | - <version>3.7</version> |
| 130 | + <version>3.9</version> |
131 | 131 | </dependency> |
132 | 132 | <dependency> |
133 | 133 | <groupId>commons-codec</groupId> |
134 | 134 | <artifactId>commons-codec</artifactId> |
135 | | - <version>1.7</version> |
| 135 | + <version>1.13</version> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
138 | 138 | <groupId>org.hamcrest</groupId> |
|
162 | 162 | <dependency> |
163 | 163 | <groupId>com.fasterxml.jackson.core</groupId> |
164 | 164 | <artifactId>jackson-databind</artifactId> |
165 | | - <version>2.9.9.3</version> |
| 165 | + <version>2.9.10</version> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
168 | 168 | <groupId>commons-io</groupId> |
169 | 169 | <artifactId>commons-io</artifactId> |
170 | | - <version>1.4</version> |
| 170 | + <version>2.6</version> |
171 | 171 | </dependency> |
172 | 172 | <dependency> |
173 | 173 | <groupId>com.infradna.tool</groupId> |
174 | 174 | <artifactId>bridge-method-annotation</artifactId> |
175 | | - <version>1.17</version> |
| 175 | + <version>1.18</version> |
176 | 176 | <optional>true</optional> |
177 | 177 | </dependency> |
178 | 178 | <dependency> |
|
184 | 184 | <dependency> |
185 | 185 | <groupId>org.eclipse.jgit</groupId> |
186 | 186 | <artifactId>org.eclipse.jgit</artifactId> |
187 | | - <version>4.9.0.201710071750-r</version> |
| 187 | + <version>5.5.0.201909110433-r</version> |
188 | 188 | <scope>test</scope> |
189 | 189 | </dependency> |
190 | 190 | <dependency> |
|
0 commit comments