diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 283c778e..d0c28bd8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ Hi, - OS: [e.g. Ubuntu 18.04.1, Windows 10 Pro, Mac OS X] - JDK: [e.g. Oracle JDK 11 64 bits] - Gradle: [e.g. Gradle 6.8] -- Frontend Gradle plugin: [e.g. 5.2.0 JDK 11] +- Frontend Gradle plugin: [e.g. 5.3.0 JDK 11] Settings in `build.gradle[.kts]` file: ```groovy diff --git a/README.md b/README.md index 9e146213..5bf4200d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
@@ -48,6 +48,7 @@ With their feedback, plugin improvement is possible. Special thanks to:
@[ckosloski](https://github.com/ckosloski),
@[davidkron](https://github.com/davidkron),
@[fdw](https://github.com/fdw),
+@[Griefed](https://github.com/Griefed),
@[joschi](https://github.com/joschi),
@[jorgheymans](https://github.com/jorgheymans),
@[ludik0](https://github.com/ludik0),
diff --git a/build.gradle.kts b/build.gradle.kts
index cf14e9d1..c83f5ac1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -51,15 +51,15 @@ configurations["intTestRuntimeOnly"]
dependencies {
implementation(gradleApi())
- implementation("org.apache.httpcomponents.client5:httpclient5:5.0.3")
- implementation("org.apache.commons:commons-compress:1.20")
+ implementation("org.apache.httpcomponents.client5:httpclient5:5.1")
+ implementation("org.apache.commons:commons-compress:1.21")
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.0")
- testImplementation("org.mockito:mockito-core:3.7.7")
- testImplementation("org.mockito:mockito-junit-jupiter:3.7.7")
- testImplementation("org.assertj:assertj-core:3.18.1")
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.2")
+ testImplementation("org.mockito:mockito-core:3.11.2")
+ testImplementation("org.mockito:mockito-junit-jupiter:3.11.2")
+ testImplementation("org.assertj:assertj-core:3.20.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2")
intTestImplementation("com.github.tomakehurst:wiremock:2.27.2")
}
@@ -123,7 +123,7 @@ sonarqube {
property("sonar.organization", "siouan")
property("sonar.projectKey", "siouan_frontend-gradle-plugin")
property("sonar.projectName", "frontend-gradle-plugin")
- property("sonar.projectVersion", "5.2.0")
+ property("sonar.projectVersion", "5.3.0")
property("sonar.links.homepage", "https://github.com/siouan/frontend-gradle-plugin")
property("sonar.links.ci", "https://travis-ci.com/siouan/frontend-gradle-plugin")
diff --git a/docs/200.html b/docs/200.html
index 74d86b29..9d333d61 100644
--- a/docs/200.html
+++ b/docs/200.html
@@ -1,9 +1,9 @@