From 7de3712e56a3eb02931709d7dc751db37a18087d Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Thu, 30 Jan 2020 08:01:50 +0100 Subject: [PATCH] Upgrade to AssertJ 3.15.0 See gh-19985 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f61c364d133..0819d480569 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -101,7 +101,7 @@ bom { ] } } - library("AssertJ", "3.14.0") { + library("AssertJ", "3.15.0") { group("org.assertj") { modules = [ "assertj-core"