Upgrade to nohttp 0.0.11

This commit is contained in:
Andy Wilkinson
2024-01-24 14:27:59 +00:00
parent 9b9cc208b5
commit 28bb36bdfc

View File

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