Upgrade to nohttp 0.0.10

This upgrade avoids warnings about the following on Gradle 7.1+.

- The Report.destination property has been deprecated.
- The JavaExec.main property has been deprecated.

See gh-26870
This commit is contained in:
Sam Brannen 2021-09-14 11:24:28 +02:00
parent 18ee308e4e
commit 8c14251a1a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
plugins {
id 'io.spring.dependency-management' version '1.0.11.RELEASE' apply false
id 'io.spring.nohttp' version '0.0.5.RELEASE'
id 'io.spring.nohttp' version '0.0.10'
id 'org.jetbrains.kotlin.jvm' version '1.5.30' apply false
id 'org.jetbrains.dokka' version '1.5.0' apply false
id 'org.asciidoctor.jvm.convert' version '3.3.2'