26 Commits

Author SHA1 Message Date
renovate[bot]
34add3c0d6 Update dependency gradle to v8.14.3 2025-07-04 17:02:01 +00:00
56c327cd97 Merge pull request #30 from InsanusMokrassar/renovate/tgbotapi
Update dependency dev.inmo:tgbotapi to v24.0.2
2025-03-30 22:45:45 +06:00
renovate[bot]
a767563a9a Update dependency dev.inmo:tgbotapi to v24.0.2 2025-03-30 16:45:32 +00:00
c997084d86 Merge pull request #31 from InsanusMokrassar/renovate/ktor-monorepo
Update dependency io.ktor:ktor-client-okhttp to v3.1.2
2025-03-30 22:44:56 +06:00
cef55f412a Merge pull request #29 from InsanusMokrassar/renovate/kotlin
Update kotlin to v2.1.20
2025-03-30 22:44:34 +06:00
renovate[bot]
0e4c009c09 Update dependency io.ktor:ktor-client-okhttp to v3.1.2 2025-03-27 16:52:47 +00:00
renovate[bot]
6d997e4fe0 Update kotlin to v2.1.20 2025-03-20 12:49:41 +00:00
c91fff9a97 Merge pull request #25 from InsanusMokrassar/renovate/major-tgbotapi
Update dependency dev.inmo:tgbotapi to v24
2025-03-09 18:14:10 +06:00
renovate[bot]
13b52ba699 Update dependency dev.inmo:tgbotapi to v24 2025-03-09 12:14:01 +00:00
36763aac7c Merge pull request #26 from InsanusMokrassar/renovate/ktor-monorepo
Update dependency io.ktor:ktor-client-okhttp to v3.1.1
2025-03-09 18:13:42 +06:00
renovate[bot]
84e5dce2f4 Update dependency io.ktor:ktor-client-okhttp to v3.1.1 2025-02-24 19:36:49 +00:00
235dbabe21 Update libs.versions.toml 2025-02-16 10:48:05 +06:00
1fa3d1d289 Update gradle-wrapper.properties 2025-02-02 09:16:49 +06:00
4b2c9863e1 Update libs.versions.toml 2025-02-02 09:16:36 +06:00
a35790afb0 Merge pull request #14 from InsanusMokrassar/renovate/major-tgbotapi
Update dependency dev.inmo:tgbotapi to v23
2025-01-03 12:19:33 +06:00
renovate[bot]
413f732c43 Update dependency dev.inmo:tgbotapi to v23 2025-01-03 06:19:22 +00:00
fefc185605 Merge pull request #11 from InsanusMokrassar/renovate/major-ktor-monorepo
Update dependency io.ktor:ktor-client-okhttp to v3
2025-01-03 12:18:53 +06:00
b3d54ac79a Merge pull request #19 from InsanusMokrassar/renovate/kotlin
Update kotlin to v2.1.0
2025-01-03 12:17:08 +06:00
renovate[bot]
15b0d8fff7 Update dependency io.ktor:ktor-client-okhttp to v3 2024-12-18 23:38:57 +00:00
renovate[bot]
9266bc68dd Update dependency org.jetbrains.kotlin.jvm to v2.1.0 2024-11-27 17:08:34 +00:00
a596620ea5 Merge pull request #10 from InsanusMokrassar/renovate/tgbotapi
Update dependency dev.inmo:tgbotapi to v18.2.2
2024-10-22 15:36:16 +06:00
renovate[bot]
3824cf2a8b Update dependency dev.inmo:tgbotapi to v18.2.2 2024-10-22 09:35:58 +00:00
6e4f31ad22 Merge pull request #12 from InsanusMokrassar/renovate/kotlin-monorepo
Update kotlin monorepo to v2.0.21
2024-10-22 15:35:43 +06:00
renovate[bot]
f176a18308 Update kotlin monorepo to v2.0.21 2024-10-10 10:22:17 +00:00
1a0fd756e6 Merge pull request #9 from InsanusMokrassar/renovate/major-tgbotapi
Update dependency dev.inmo:tgbotapi to v18
2024-09-26 07:59:59 +06:00
renovate[bot]
3ae0c9e21e Update dependency dev.inmo:tgbotapi to v18 2024-09-08 23:08:02 +00:00
5 changed files with 10 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
[versions] [versions]
kotlin = "2.0.20" kotlin = "2.1.20"
tgbotapi = "16.0.0" tgbotapi = "24.0.2"
ktor = "2.3.12" ktor = "3.1.2"
[libraries] [libraries]

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

9
gradlew vendored
View File

@@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum
@@ -115,7 +114,7 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;; NONSTOP* ) nonstop=true ;;
esac esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar CLASSPATH="\\\"\\\""
# Determine the Java command to use to start the JVM. # Determine the Java command to use to start the JVM.
@@ -206,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command: # Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, # * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped. # and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line. # treated as '${Hostname}' itself on the command line.
@@ -214,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
set -- \ set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \ "-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \ -classpath "$CLASSPATH" \
org.gradle.wrapper.GradleWrapperMain \ -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@" "$@"
# Stop when "xargs" is not available. # Stop when "xargs" is not available.

4
gradlew.bat vendored
View File

@@ -70,11 +70,11 @@ goto fail
:execute :execute
@rem Setup the command line @rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar set CLASSPATH=
@rem Execute Gradle @rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
:end :end
@rem End local scope for the variables with windows NT shell @rem End local scope for the variables with windows NT shell