From 8a7ceeae51d945aea22c101ce97d4ef9f36ceff3 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Thu, 23 Apr 2020 12:38:33 -0500 Subject: [PATCH] Upgrade spring-doc-resources Upgraade spring-doc-resources from version 0.2.0 to version 0.2.1 to get a bug fix (setting the display width for the HTML output). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 867e16ba..83e2518a 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ ext { linkScmUrl = 'https://github.com/spring-projects/spring-amqp' linkScmConnection = 'git://github.com/spring-projects/spring-amqp.git' linkScmDevConnection = 'git@github.com:spring-projects/spring-amqp.git' - docResourcesVersion = '0.2.0.RELEASE' + docResourcesVersion = '0.2.1.RELEASE' modifiedFiles = files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }