Skip to content

Commit 01f0f29

Browse files
committed
chore: dep updates
1 parent f8633fe commit 01f0f29

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
22
java = "25"
3-
kotlin = "2.2.0-RC"
4-
kotlin-ksp = "2.2.0-RC-2.0.1"
3+
kotlin = "2.2.0-RC2"
4+
kotlin-ksp = "2.2.0-RC2-2.0.1"
55
kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.2"
88
kotlin-lang-version = "2.2"
9-
gradle = "8.14.1"
9+
gradle = "8.14.2"
1010
java-vendor = "Oracle"
1111
java-jvmargs = "--enable-preview"
1212
java-addmodules = "jdk.incubator.vector"
@@ -39,7 +39,7 @@ kotlinx-benchmark = "0.4.14"
3939
kotlinx-fuzz = "0.2.2"
4040
kotlinx-metadata = "0.9.0"
4141
kotlinx-reflect-lite = "1.2.0-RC"
42-
kotlin-wrappers = "2025.6.0"
42+
kotlin-wrappers = "2025.6.2"
4343
kotlin-redacted = "1.14.0-alpha01"
4444
kotlin-serviceloader = "0.0.16"
4545
kotlinx-multik = "0.2.3"
@@ -61,7 +61,7 @@ akkurate = "0.11.0"
6161
kaml = "0.80.1"
6262
snakeyaml-engine-kmp = "3.1.1"
6363
konsist = "0.17.3"
64-
decoroutinator = "2.5.3"
64+
decoroutinator = "2.5.4"
6565
spring-boot = "3.5.0"
6666
spring-depmgmt = "1.1.7"
6767
ktor = "3.1.3"
@@ -86,11 +86,11 @@ classgraph = "4.8.179"
8686
cache4k = "0.14.0"
8787
intellij-coverage = "1.0.766"
8888
intellij-markdown = "0.7.3"
89-
jgit = "7.2.1.202505142326-r"
89+
jgit = "7.3.0.202506031305-r"
9090
jte = "3.2.1"
9191
sshj = "0.40.0"
9292
jsch = "2.27.0"
93-
pty4j = "0.13.6"
93+
pty4j = "0.13.7"
9494
oshi = "6.8.2"
9595
junit = "5.13.0"
9696
koin = "4.1.0-RC1"
@@ -134,7 +134,7 @@ uri-kmp = "0.0.19"
134134
urlencoder = "1.6.0"
135135
bytesize = "2.0.0-beta04"
136136
cash-turbine = "1.2.0"
137-
cardiologist = "0.4.0"
137+
cardiologist = "0.5.0"
138138
kmp-store5 = "5.1.0-alpha06"
139139
kmp-settings = "1.3.0"
140140
kmp-appdirs = "1.2.0"
@@ -148,7 +148,7 @@ hikariCP = "6.3.0"
148148
h2 = "2.3.232"
149149
micrometer = "1.15.0"
150150
swagger-ui = "5.17.14"
151-
hoplite = "2.9.0"
151+
hoplite = "3.0.0.RC1"
152152
config4k = "0.7.0"
153153
shedlock = "6.8.0"
154154
sherlock = "1.0.3"
@@ -168,7 +168,7 @@ async-profiler = "4.0"
168168
ap-loader-all = "4.0-10"
169169
openjdk-jmc = "9.1.0"
170170
airlift-aircompressor = "2.0.2"
171-
airlift-security = "335"
171+
airlift-security = "336"
172172
directory-keystore = "1.1.1"
173173
maven-mima = "3.0.0-alpha-3"
174174
maven-archeologist = "0.0.10"
@@ -187,7 +187,7 @@ langchain4j = "1.0.1"
187187
langchain4j-kotlin = "0.2.0"
188188
jlama = "0.8.4"
189189
mcp-kotlin = "0.5.1"
190-
koog = "0.1.0"
190+
koog = "0.2.0"
191191
mcp4k = "0.4.0"
192192
dflib = "2.0.0-M2"
193193
ldaptive = "2.4.1"
@@ -226,7 +226,7 @@ swagger-style = "https://unpkg.com/[email protected]/them
226226

227227
# Plugin versions
228228
benmanes = "0.52.0"
229-
caupain = "1.1.1"
229+
caupain = "1.2.0"
230230
foojay-resolver = "1.0.0"
231231
gradle-develocity = "4.0.2"
232232
nmcp = "0.1.5"
@@ -247,7 +247,7 @@ autonomousapps-bestpractices = "0.10"
247247
graalvm-nativeimage = "0.10.6"
248248
github-depgraph = "0.1.0"
249249
github-changelog = "2.2.0"
250-
wire-plugin = "5.3.2"
250+
wire-plugin = "5.3.3"
251251
buildkonfig = "0.17.1"
252252
gmazzo-buildconfig = "5.6.5"
253253
cyclonedx-plugin = "1.10.0"

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.14.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

0 commit comments

Comments
 (0)