Browse Source

Upgrade to nohttp 0.0.11

Closes gh-36074
pull/36620/head
Andy Wilkinson 3 years ago
parent
commit
92e488345d
  1. 2
      build.gradle

2
build.gradle

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
plugins {
id "base"
id "org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
id "io.spring.nohttp" version "0.0.10"
id "io.spring.nohttp" version "0.0.11"
}
description = "Spring Boot Build"

Loading…
Cancel
Save