From 6c50aa1f3f0d2ebd3dcf5dd2d13c94ec4fd221d0 Mon Sep 17 00:00:00 2001 From: Thijsiez Date: Thu, 18 Apr 2024 23:57:15 +0200 Subject: [PATCH] Upgrade dependencies --- gradle.properties | 14 +++++++------- gradle/wrapper/gradle-wrapper.properties | 18 +----------------- gradlew | 18 +++++++++--------- 3 files changed, 17 insertions(+), 33 deletions(-) mode change 100644 => 100755 gradlew diff --git a/gradle.properties b/gradle.properties index e4b1311..ef2687c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,20 +15,20 @@ # #https://github.com/quarkusio/quarkus -quarkusVersion=3.6.4 +quarkusVersion=3.9.4 #https://github.com/JetBrains/kotlin -kotlinVersion=1.9.21 +kotlinVersion=1.9.23 #https://github.com/google/ksp -kspVersion=1.9.21-1.0.16 +kspVersion=1.9.23-1.0.20 #https://github.com/square/kotlinpoet -kotlinPoetVersion=1.15.3 +kotlinPoetVersion=1.16.0 #https://github.com/mockk/mockk -mockkVersion=1.13.8 +mockkVersion=1.13.10 #https://github.com/tschuchortdev/kotlin-compile-testing compileTestingVersion=1.5.0 #https://github.com/Kotlin/kotlinx-kover -koverVersion=0.7.5 +koverVersion=0.7.6 #https://github.com/SonarSource/sonar-scanner-gradle -sonarqubeVersion=4.4.1.3373 +sonarqubeVersion=5.0.0.4638 kotlin.code.style=official diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f5e3876..b82aa23 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,22 +1,6 @@ -# -# Copyright 2023 Thijs Koppen -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 index fe48aae..1aa94a4 --- a/gradlew +++ b/gradlew @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright 2023 Thijs Koppen +# Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -145,7 +145,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC3045 + # shellcheck disable=SC2039,SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac @@ -153,7 +153,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then '' | soft) :;; #( *) # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC3045 + # shellcheck disable=SC2039,SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac @@ -202,11 +202,11 @@ fi # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' -# Collect all arguments for the java command; -# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of -# shell script including quotes and variable substitutions, so put them in -# double quotes to make sure that they get re-expanded; and -# * put everything else in single quotes, so that it's not re-expanded. +# Collect all arguments for the java command: +# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# 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 +# treated as '${Hostname}' itself on the command line. set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \