From 09e681ed8b89f514b027ad5fd3b9c0471f7116c7 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 26 Apr 2021 12:47:38 -0700 Subject: [PATCH] Updated dependencies. --- build.gradle.kts | 12 +- .../-akismet-comment/-akismet-comment.html | 2 +- .../-companion/-a-d-m-i-n_-r-o-l-e.html | 2 +- .../-t-y-p-e_-b-l-o-g_-p-o-s-t.html | 2 +- .../-companion/-t-y-p-e_-c-o-m-m-e-n-t.html | 2 +- .../-t-y-p-e_-c-o-n-t-a-c-t_-f-o-r-m.html | 2 +- .../-t-y-p-e_-f-o-r-u-m_-p-o-s-t.html | 2 +- .../-companion/-t-y-p-e_-m-e-s-s-a-g-e.html | 2 +- .../-companion/-t-y-p-e_-p-i-n-g-b-a-c-k.html | 2 +- .../-companion/-t-y-p-e_-r-e-p-l-y.html | 2 +- .../-companion/-t-y-p-e_-s-i-g-n-u-p.html | 2 +- .../-t-y-p-e_-t-r-a-c-k-b-a-c-k.html | 2 +- .../-companion/-t-y-p-e_-t-w-e-e-t.html | 2 +- .../-akismet-comment/-companion/index.html | 68 ++++----- .../-akismet-comment/author-email.html | 2 +- .../-akismet-comment/author-url.html | 2 +- .../-akismet-comment/author.html | 2 +- .../-akismet-comment/blog-charset.html | 2 +- .../-akismet-comment/blog-lang.html | 2 +- .../-akismet-comment/content.html | 2 +- .../-akismet-comment/date-gmt.html | 2 +- .../-akismet-comment/equals.html | 2 +- .../-akismet-comment/hash-code.html | 2 +- .../-akismet-comment/index.html | 140 +++++++++--------- .../-akismet-comment/is-test.html | 2 +- .../-akismet-comment/permalink.html | 2 +- .../-akismet-comment/post-modified-gmt.html | 2 +- .../-akismet-comment/recheck-reason.html | 2 +- .../-akismet-comment/referrer.html | 2 +- .../-akismet-comment/server-env.html | 2 +- .../-akismet-comment/to-json.html | 2 +- .../-akismet-comment/to-string.html | 2 +- .../-akismet-comment/type.html | 2 +- .../-akismet-comment/user-agent.html | 2 +- .../-akismet-comment/user-ip.html | 2 +- .../-akismet-comment/user-role.html | 2 +- .../-akismet/-akismet.html | 2 +- .../-akismet/-companion/date-to-gmt.html | 2 +- .../-akismet/-companion/index.html | 16 +- .../-akismet/-companion/json-comment.html | 2 +- .../-akismet/app-user-agent.html | 2 +- .../-akismet/blog.html | 2 +- .../-akismet/check-comment.html | 2 +- .../-akismet/debug-help.html | 2 +- .../-akismet/error-message.html | 2 +- .../-akismet/execute-method.html | 2 +- .../-akismet/http-status-code.html | 2 +- .../-akismet/index.html | 110 +++++++------- .../-akismet/is-discard.html | 2 +- .../-akismet/is-verified-key.html | 2 +- .../-akismet/logger.html | 2 +- .../-akismet/pro-tip.html | 2 +- .../-akismet/reset.html | 2 +- .../-akismet/response.html | 2 +- .../-akismet/submit-ham.html | 2 +- .../-akismet/submit-spam.html | 2 +- .../-akismet/verify-key.html | 2 +- .../net.thauvin.erik.akismet/index.html | 14 +- docs/index.html | 6 +- docs/navigation.html | 8 +- examples/build.gradle.kts | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- .../thauvin/erik/akismet/AkismetComment.kt | 2 +- 64 files changed, 243 insertions(+), 243 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 331c5e1..f442281 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,10 +9,10 @@ plugins { id("com.github.ben-manes.versions") version "0.38.0" id("io.gitlab.arturbosch.detekt") version "1.16.0" id("net.thauvin.erik.gradle.semver") version "1.0.4" - id("org.jetbrains.dokka") version "1.4.30" - id("org.jetbrains.kotlin.jvm") version "1.4.31" - id("org.jetbrains.kotlin.kapt") version "1.4.31" - id("org.jetbrains.kotlin.plugin.serialization") version "1.4.31" + id("org.jetbrains.dokka") version "1.4.32" + id("org.jetbrains.kotlin.jvm") version "1.5.0" + id("org.jetbrains.kotlin.kapt") version "1.5.0" + id("org.jetbrains.kotlin.plugin.serialization") version "1.5.0" id("org.sonarqube") version "3.1.1" } @@ -48,8 +48,8 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:${versions.okhttp}") implementation("com.squareup.okhttp3:logging-interceptor:${versions.okhttp}") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc") - testImplementation("org.mockito:mockito-core:3.8.0") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc-218") + testImplementation("org.mockito:mockito-core:3.9.0") testImplementation("org.testng:testng:7.4.0") } diff --git a/docs/akismet-kotlin/net.thauvin.erik.akismet/-akismet-comment/-akismet-comment.html b/docs/akismet-kotlin/net.thauvin.erik.akismet/-akismet-comment/-akismet-comment.html index 04b52e8..aee1f5d 100644 --- a/docs/akismet-kotlin/net.thauvin.erik.akismet/-akismet-comment/-akismet-comment.html +++ b/docs/akismet-kotlin/net.thauvin.erik.akismet/-akismet-comment/-akismet-comment.html @@ -13,7 +13,7 @@
-
+