id 'io.spring.nohttp' version '0.0.5.RELEASE'

This commit is contained in:
Rob Winch 2020-10-28 14:20:45 -05:00
parent 97509418e0
commit 280d1e33ca

View File

@ -1,7 +1,7 @@
plugins { plugins {
id "checkstyle" id "checkstyle"
id "io.spring.javaformat" version "0.0.25" id "io.spring.javaformat" version "0.0.25"
id 'io.spring.nohttp' version '0.0.3.RELEASE' id 'io.spring.nohttp' version '0.0.5.RELEASE'
} }
allprojects { allprojects {