Skip to content

Commit af1c3c6

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 8.12.1 | 8.14.2 | | maven | org.sonarqube:org.sonarqube.gradle.plugin | 6.0.1.5171 | 6.2.0.5505 | | maven | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.2 | 7.0.4 | | maven | com.diffplug.spotless:spotless-plugin-gradle | 7.0.2 | 7.0.4 | | maven | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 4.0 | 4.0.2 | | maven | org.junit.jupiter:junit-jupiter-api | 5.12.0 | 5.13.0 | | maven | org.junit:junit-bom | 5.12.0 | 5.13.0 | | maven | org.apache.commons:commons-text | 1.13.0 | 1.13.1 | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.1.5 | 6.1.13 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.1.5 | 6.1.13 | | maven | io.freefair.lombok:io.freefair.lombok.gradle.plugin | 8.12.1 | 8.13.1 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.1.10 | 2.1.21 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.10 | 2.1.21 |
1 parent 794cdb7 commit af1c3c6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
alias(libs.plugins.lombok.gradle) apply false
1616
id(libs.plugins.kover.pluginId)
1717
alias(libs.plugins.nexus.publish)
18-
id("org.sonarqube") version "6.0.1.5171"
18+
id("org.sonarqube") version "6.2.0.5505"
1919
}
2020

2121
allprojects { apply(plugin = "vador.root-conventions") }

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -205,15 +205,15 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.
212212

213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
set CLASSPATH=
7474

7575

7676
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
77+
"%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" %*
7878

7979
:end
8080
@rem End local scope for the variables with windows NT shell

libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
22
jdk = "11"
3-
kotlin = "2.1.10"
3+
kotlin = "2.1.21"
44
java-vavr = "0.10.6"
55
kotlin-vavr = "0.10.2"
6-
lombok-gradle = "8.12.1"
6+
lombok-gradle = "8.13.1"
77
hamcrest-core = "3.0"
88
hamcrest-date = "2.0.8"
99
typeTools = "0.6.3"
10-
spotbugs = "6.1.5"
10+
spotbugs = "6.1.13"
1111
assertj-vavr = "0.4.3"
1212
reflection-util = "2.15.0" # 2.15.0 is Compatable with Java 11
1313
nexus-publish = "2.0.0"
14-
apache-common-text-version = "1.13.0"
14+
apache-common-text-version = "1.13.1"
1515

1616
# Common dependencies
17-
junit = "5.12.0"
17+
junit = "5.13.0"
1818
kover = "0.9.1"
1919
kotest = "5.9.1"
2020
assertj-core = "3.27.3"
2121
detekt = "1.23.8"
22-
spotless = "7.0.2"
22+
spotless = "7.0.4"
2323
apache-log4j = "2.24.3"
2424
testLogger = "4.0.0"
2525
jetbrains-annotations = "26.0.2"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* https://opensource.org/licenses/BSD-3-Clause
66
* ****************************************************************************
77
*/
8-
plugins { id("com.gradle.develocity") version "4.0" }
8+
plugins { id("com.gradle.develocity") version "4.0.2" }
99

1010
dependencyResolutionManagement {
1111
versionCatalogs { create("libs") { from(files("libs.versions.toml")) } }

0 commit comments

Comments
 (0)