Skip to content

Commit

Permalink
#1461 - Dependency upgrades prior to release.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
odrotbohm committed Feb 15, 2021
1 parent 919b202 commit 6ef0aee
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<source.level>1.8</source.level>
<assertj.version>3.18.0</assertj.version>
<docs.resources.version>0.2.2.RELEASE</docs.resources.version>
<assertj.version>3.19.0</assertj.version>
<docs.resources.version>0.2.5</docs.resources.version>
<evo.version>1.2.2</evo.version>
<logback.version>1.2.3</logback.version>
<jacoco>0.8.5</jacoco>
<jacoco.destfile>${project.build.directory}/jacoco.exec</jacoco.destfile>
<jackson-bom.version>2.11.2</jackson-bom.version>
<java-module-name>spring.hateoas</java-module-name>
<jsonpath.version>2.4.0</jsonpath.version>
<jsonpath.version>2.5.0</jsonpath.version>
<junit.version>5.7.0</junit.version>
<reactor-bom.version>2020.0.0</reactor-bom.version>
<reactor-bom.version>2020.0.3</reactor-bom.version>
<slf4j.version>1.7.30</slf4j.version>
<spring.version>5.3.4-SNAPSHOT</spring.version>
<spring-plugin.version>2.0.0.RELEASE</spring-plugin.version>
<kotlin.version>1.4.10</kotlin.version>
<kotlinx-coroutines.version>1.4.0</kotlinx-coroutines.version>
<mockk.version>1.10.2</mockk.version>
<kotlin.version>1.4.30</kotlin.version>
<kotlinx-coroutines.version>1.4.2</kotlinx-coroutines.version>
<mockk.version>1.10.6</mockk.version>
</properties>

<profiles>
Expand Down Expand Up @@ -895,18 +895,18 @@
<version>2.0.1.Final</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.1.7.Final</version>
<version>6.2.0.Final</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<version>1.18.18</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -972,7 +972,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.9</version>
<version>2.10.10</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -1198,13 +1198,16 @@
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
</repository>
<repository>
<id>spring-release</id>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-release</id>
<url>https://repo.spring.io/release</url>
</pluginRepository>
<pluginRepository>
<id>bintray-plugins</id>
<name>bintray-plugins</name>
Expand Down

0 comments on commit 6ef0aee

Please sign in to comment.