Upgrade MongoDB and Spring Security versions

This commit is contained in:
Greg Turnquist
2017-09-13 16:46:04 -05:00
parent 54bda60243
commit 049c5abd36

15
pom.xml
View File

@@ -47,7 +47,7 @@
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
Copyright 2011 the original author or authors.
Copyright 2011-2017 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -68,14 +68,14 @@
<properties>
<source.level>1.8</source.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<assertj.version>3.6.2</assertj.version>
<assertj.version>3.8.0</assertj.version>
<flapdoodle.version>1.50.5</flapdoodle.version>
<hamcrest.version>1.3</hamcrest.version>
<jackson.version>2.9.1</jackson.version>
<junit.version>4.12</junit.version>
<mockito.version>2.7.22</mockito.version>
<mongo.version>3.4.2</mongo.version>
<mongo-reactivestreams.version>1.5.0</mongo-reactivestreams.version>
<mockito.version>2.10.0</mockito.version>
<mongo.version>3.5.0</mongo.version>
<mongo-reactivestreams.version>1.6.0</mongo-reactivestreams.version>
<reactor.version>Bismuth-M4</reactor.version>
<spring.version>5.0.0.RC4</spring.version>
<spring-data.version>Kay-RC3</spring-data.version>
@@ -88,9 +88,10 @@
<profile>
<id>spring5-next</id>
<properties>
<spring-data.version>Kay-BUILD-SNAPSHOT</spring-data.version>
<spring.version>5.0.0.BUILD-SNAPSHOT</spring.version>
<reactor.version>Bismuth-BUILD-SNAPSHOT</reactor.version>
<spring.version>5.0.0.BUILD-SNAPSHOT</spring.version>
<spring-data.version>Kay-BUILD-SNAPSHOT</spring-data.version>
<spring-security.version>5.0.0.BUILD-SNAPSHOT</spring-security.version>
</properties>
<repositories>
<repository>