Skip to content

Commit 6ef0aee

Browse files
committed
#1461 - Dependency upgrades prior to release.
AssertJ 3.18.0 -> 3.19.0 Docs resources 0.2.2 -> 0.2.5 Hibernate validator 6.1.7 -> 6.2.0 Jodatime 2.9.9 -> 2.10.10 JSONPath 2.4.0 -> 2.5.0 Kotlin 1.4.10 -> 1.4.30 Kotlin Coroutines 1.4.0 -> 1.4.2 Lombok 1.18.12 -> 1.18.18 Mockk 1.10.2 -> 1.10.6 Reactor 2020.0.0 -> 2020.0.3
1 parent 919b202 commit 6ef0aee

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

Diff for: pom.xml

+18-15
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,23 @@
7070
<properties>
7171
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7272
<source.level>1.8</source.level>
73-
<assertj.version>3.18.0</assertj.version>
74-
<docs.resources.version>0.2.2.RELEASE</docs.resources.version>
73+
<assertj.version>3.19.0</assertj.version>
74+
<docs.resources.version>0.2.5</docs.resources.version>
7575
<evo.version>1.2.2</evo.version>
7676
<logback.version>1.2.3</logback.version>
7777
<jacoco>0.8.5</jacoco>
7878
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
7979
<jackson-bom.version>2.11.2</jackson-bom.version>
8080
<java-module-name>spring.hateoas</java-module-name>
81-
<jsonpath.version>2.4.0</jsonpath.version>
81+
<jsonpath.version>2.5.0</jsonpath.version>
8282
<junit.version>5.7.0</junit.version>
83-
<reactor-bom.version>2020.0.0</reactor-bom.version>
83+
<reactor-bom.version>2020.0.3</reactor-bom.version>
8484
<slf4j.version>1.7.30</slf4j.version>
8585
<spring.version>5.3.4-SNAPSHOT</spring.version>
8686
<spring-plugin.version>2.0.0.RELEASE</spring-plugin.version>
87-
<kotlin.version>1.4.10</kotlin.version>
88-
<kotlinx-coroutines.version>1.4.0</kotlinx-coroutines.version>
89-
<mockk.version>1.10.2</mockk.version>
87+
<kotlin.version>1.4.30</kotlin.version>
88+
<kotlinx-coroutines.version>1.4.2</kotlinx-coroutines.version>
89+
<mockk.version>1.10.6</mockk.version>
9090
</properties>
9191

9292
<profiles>
@@ -895,18 +895,18 @@
895895
<version>2.0.1.Final</version>
896896
<optional>true</optional>
897897
</dependency>
898-
898+
899899
<dependency>
900900
<groupId>org.hibernate.validator</groupId>
901901
<artifactId>hibernate-validator</artifactId>
902-
<version>6.1.7.Final</version>
902+
<version>6.2.0.Final</version>
903903
<scope>test</scope>
904904
</dependency>
905905

906906
<dependency>
907907
<groupId>org.projectlombok</groupId>
908908
<artifactId>lombok</artifactId>
909-
<version>1.18.12</version>
909+
<version>1.18.18</version>
910910
<scope>test</scope>
911911
</dependency>
912912

@@ -972,7 +972,7 @@
972972
<dependency>
973973
<groupId>joda-time</groupId>
974974
<artifactId>joda-time</artifactId>
975-
<version>2.9.9</version>
975+
<version>2.10.10</version>
976976
<scope>test</scope>
977977
</dependency>
978978

@@ -1198,13 +1198,16 @@
11981198
<id>spring-snapshot</id>
11991199
<url>https://repo.spring.io/snapshot</url>
12001200
</repository>
1201+
<repository>
1202+
<id>spring-release</id>
1203+
<url>https://repo.spring.io/release</url>
1204+
<snapshots>
1205+
<enabled>false</enabled>
1206+
</snapshots>
1207+
</repository>
12011208
</repositories>
12021209

12031210
<pluginRepositories>
1204-
<pluginRepository>
1205-
<id>spring-release</id>
1206-
<url>https://repo.spring.io/release</url>
1207-
</pluginRepository>
12081211
<pluginRepository>
12091212
<id>bintray-plugins</id>
12101213
<name>bintray-plugins</name>

0 commit comments

Comments
 (0)