From 54a76199b74bfbecd4993274cc1159c184ee0e64 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:01:48 +0000 Subject: [PATCH] Upgrade to AssertJ 3.18.0 Closes gh-23888 --- 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 d25073ab64..7c05e412a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -102,7 +102,7 @@ bom { ] } } - library("AssertJ", "3.17.2") { + library("AssertJ", "3.18.0") { group("org.assertj") { modules = [ "assertj-core"