Upgrade to NoHttp 0.0.10

Closes gh-754
This commit is contained in:
Andy Wilkinson
2021-09-28 19:11:11 +01:00
parent ea3ac32701
commit 4ce282f18b

View File

@@ -1,6 +1,6 @@
plugins {
id 'io.spring.javaformat' version "$javaFormatVersion" apply false
id 'io.spring.nohttp' version '0.0.6.RELEASE' apply false
id 'io.spring.nohttp' version '0.0.10' apply false
id 'maven-publish'
}