Skip to content

Commit 3718fb5

Browse files
authored
dependency updates (#59)
1 parent 27ff545 commit 3718fb5

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ kotlinTarget = "2.1"
33
javaTarget = "17"
44

55
kotlin = "2.1.20"
6-
kotlinxCoroutines = "1.10.1"
6+
kotlinxCoroutines = "1.10.2"
77
kotlinxDatetime = "0.6.2"
8-
ktor = "3.1.1"
9-
kotest = "6.0.0.M2"
8+
ktor = "3.1.3"
9+
kotest = "6.0.0.M4"
1010

1111
xemanticKotlinTest = "1.9.0"
12-
xemanticAiToolSchema = "1.1.0"
12+
xemanticAiToolSchema = "1.1.2"
1313
xemanticAiMoney = "0.2"
1414
xemanticAiFileMagic = "0.3.1"
1515

1616
# logging is not used at the moment, might be enabled later
1717
log4j = "2.24.3"
18-
jackson = "2.18.3"
18+
jackson = "2.19.0"
1919

2020
versionsPlugin = "0.52.0"
2121
dokkaPlugin = "2.0.0"
22-
jreleaserPlugin = "1.17.0"
22+
jreleaserPlugin = "1.18.0"
2323
xemanticConventionsPlugin = "0.3.3"
2424

2525
[libraries]

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
#
2-
# Copyright 2025 Kazimierz Pogoda / Xemantic
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
171
distributionBase=GRADLE_USER_HOME
182
distributionPath=wrapper/dists
19-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
204
networkTimeout=10000
215
validateDistributionUrl=true
226
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ 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.

0 commit comments

Comments
 (0)