From 080ec1a9126f82a035d4f144fc27e1d116a01f51 Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Mon, 3 Jun 2024 22:03:31 +0800 Subject: [PATCH] update version and dependencies --- build.gradle | 5 +++-- gradle.properties | 16 +++++++++------- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index a436ee8..efb9383 100644 --- a/build.gradle +++ b/build.gradle @@ -88,11 +88,12 @@ dependencies { implementation group: 'com.softwaremill.sttp.client3', name: scala('core'), version: lib_sttp_v implementation group: 'com.softwaremill.sttp.client3', name: scala('okhttp-backend'), version: lib_sttp_v runtimeOnly group: 'com.squareup.okhttp3', name: 'okhttp', version: lib_okhttp_v + runtimeOnly group: 'com.squareup.okio', name: 'okio-jvm', version: lib_okio_v implementation group: 'com.google.code.gson', name: 'gson', version: lib_gson_v implementation group: 'io.circe', name: scala('circe-core'), version: lib_circe_v implementation group: 'io.circe', name: scala('circe-generic'), version: lib_circe_v implementation group: 'io.circe', name: scala('circe-parser'), version: lib_circe_v - implementation group: 'org.jsoup', name: 'jsoup', version: '1.16.2' + implementation group: 'org.jsoup', name: 'jsoup', version: lib_jsoup_v implementation group: 'com.cronutils', name: 'cron-utils', version: lib_cron_utils_v // used for disable slf4j @@ -106,7 +107,7 @@ dependencies { testImplementation group: 'org.scalatest', name: scala('scalatest-freespec'), version: lib_scalatest_v testRuntimeOnly group: 'org.scala-lang.modules', name: scala('scala-xml'), version: lib_scalamodule_xml_v // for generating HTML report: required by gradle-scalatest plugin - testRuntimeOnly group: 'com.vladsch.flexmark', name: 'flexmark-all', version: '0.64.6' + testRuntimeOnly group: 'com.vladsch.flexmark', name: 'flexmark-all', version: '0.64.8' } diff --git a/gradle.properties b/gradle.properties index 6cf6cfc..4ddcb15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ MORNY_ARCHIVE_NAME = morny-coeur MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s -VERSION = 1.3.4-dev2 +VERSION = 1.3.4 USE_DELTA = false VERSION_DELTA = @@ -14,19 +14,21 @@ CODENAME = guanggu # dependencies -lib_spotbugs_v = 4.7.3 +lib_spotbugs_v = 4.8.4 lib_scalamodule_xml_v = 2.2.0 lib_messiva_v = 0.2.0 lib_resourcetools_v = 0.2.2 -lib_slf4j_v = 2.0.9 +lib_slf4j_v = 2.0.13 -lib_javatelegramapi_v = 6.2.0 +lib_javatelegramapi_v = 6.9.1 lib_sttp_v = 3.9.0 -lib_okhttp_v = 4.11.0 -lib_gson_v = 2.10.1 +lib_okhttp_v = 4.12.0 +lib_okio_v = 3.9.0 +lib_gson_v = 2.11.0 lib_circe_v = 0.14.6 -lib_cron_utils_v = 9.2.0 +lib_cron_utils_v = 9.2.1 +lib_jsoup_v = 1.17.2 lib_scalatest_v = 3.2.17 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fce403e..28f5fcf 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists