diff --git a/build.gradle b/build.gradle index 860f85f..c048d5b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { dependencies { classpath 'io.spring.gradle:spring-build-conventions:0.0.37' - classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE' + classpath 'io.spring.nohttp:nohttp-gradle:0.0.10' } repositories { maven { url 'https://plugins.gradle.org/m2/' } diff --git a/nohttp-cli/README.adoc b/nohttp-cli/README.adoc index c3914b4..373ea12 100644 --- a/nohttp-cli/README.adoc +++ b/nohttp-cli/README.adoc @@ -16,7 +16,7 @@ For example: [source,bash] ---- -export NOHTTP='~/Downloads/nohttp-cli-0.0.1.BUILD-SNAPSHOT.jar' +export NOHTTP='~/Downloads/nohttp-cli-0.0.10.jar' ---- == Compiling @@ -28,17 +28,17 @@ To use this app first create the jar ./gradlew :nohttp-cli:assemble ---- -The jar will now available at `nohttp-cli/build/libs/nohttp-cli-0.0.1.BUILD-SNAPSHOT.jar`. +The jar will now available at `nohttp-cli/build/libs/nohttp-cli-0.0.11-SNAPSHOT`. You can then export the full path to a variable. [source,bash] ---- -export NOHTTP=$(pwd)/nohttp-cli/build/libs/nohttp-cli-0.0.1.BUILD-SNAPSHOT.jar +export NOHTTP=$(pwd)/nohttp-cli/build/libs/nohttp-cli-0.0.11-SNAPSHOT.jar ---- The guide assumes that the jar is now available in the variable `$NOHTTP`. -If that is not true, you can substitute `$NOHTTP` for the absolute path of `nohttp-cli-0.0.1.BUILD-SNAPSHOT.jar`. +If that is not true, you can substitute `$NOHTTP` for the absolute path of `nohttp-cli-0.0.11-SNAPSHOT.jar`. == Running diff --git a/nohttp-gradle/README.adoc b/nohttp-gradle/README.adoc index 2f01370..4d424e7 100644 --- a/nohttp-gradle/README.adoc +++ b/nohttp-gradle/README.adoc @@ -103,7 +103,7 @@ The https://github.com/spring-io/nohttp/blob/main/nohttp-gradle/src/main/java/io nohttp { allowlistFile = project.file('src/nohttp/allowlist.lines') <1> source.exclude "**/test-output/**" <2> - toolVersion = '0.0.1.BUILD-SNAPSHOT' <3> + toolVersion = '0.0.10' <3> } ---- diff --git a/samples/nohttp-maven-sample/pom.xml b/samples/nohttp-maven-sample/pom.xml index ee8fdfc..4cef65e 100644 --- a/samples/nohttp-maven-sample/pom.xml +++ b/samples/nohttp-maven-sample/pom.xml @@ -32,17 +32,17 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 + 3.1.2 com.puppycrawl.tools checkstyle - 8.33 + 10.3.2 io.spring.nohttp nohttp-checkstyle - 0.0.4.RELEASE + 0.0.10 @@ -69,4 +69,4 @@ https://repo.spring.io/libs-snapshot - \ No newline at end of file +