Skip to content

Commit ad64aef

Browse files
martin-kubajricher
authored andcommitted
updated dependencies patchlevels
1 parent 703c341 commit ad64aef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
<dependency>
366366
<groupId>org.springframework</groupId>
367367
<artifactId>spring-framework-bom</artifactId>
368-
<version>4.3.7.RELEASE</version>
368+
<version>4.3.22.RELEASE</version>
369369
<type>pom</type>
370370
<scope>import</scope>
371371
</dependency>
@@ -374,19 +374,19 @@
374374
<dependency>
375375
<groupId>com.fasterxml.jackson.core</groupId>
376376
<artifactId>jackson-databind</artifactId>
377-
<version>2.9.0.pr2</version>
377+
<version>2.9.8</version>
378378
</dependency>
379379
<dependency>
380380
<groupId>com.fasterxml.jackson.core</groupId>
381381
<artifactId>jackson-annotations</artifactId>
382-
<version>2.9.0.pr2</version>
382+
<version>2.9.8</version>
383383
</dependency>
384384

385385
<!-- Spring Security -->
386386
<dependency>
387387
<groupId>org.springframework.security</groupId>
388388
<artifactId>spring-security-bom</artifactId>
389-
<version>4.2.4.RELEASE</version>
389+
<version>4.2.11.RELEASE</version>
390390
<type>pom</type>
391391
<scope>import</scope>
392392
</dependency>

0 commit comments

Comments
 (0)