Upgrade to nohttp 0.0.11

This commit is contained in:
Sam Brannen 2023-01-11 17:26:35 +01:00
parent 012b8f18c6
commit 1342837686
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'io.spring.nohttp' version '0.0.10'
id 'io.spring.nohttp' version '0.0.11'
id 'io.freefair.aspectj' version '6.5.0.3' apply false
// kotlinVersion is managed in gradle.properties
id 'org.jetbrains.kotlin.plugin.serialization' version "${kotlinVersion}" apply false