Browse Source

Upgrade to nohttp 0.0.11

pull/29807/head
Sam Brannen 2 years ago
parent
commit
1342837686
  1. 2
      build.gradle

2
build.gradle

@ -1,5 +1,5 @@ @@ -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

Loading…
Cancel
Save