File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66kotlin-dsl-jvmtarget = " 21"
77kotlin-api-version = " 2.3"
88kotlin-lang-version = " 2.3"
9- gradle = " 9.1.0-rc-3 "
9+ gradle = " 9.1.0-rc-4 "
1010java-vendor = " Oracle"
1111java-jvmargs = " --enable-preview"
1212java-addmodules = " jdk.incubator.vector"
@@ -100,7 +100,7 @@ koin-annotations = "2.2.0-RC1"
100100metro = " 0.4.0"
101101kotest = " 6.0.3"
102102mockk = " 1.14.5"
103- mokkery = " 3.0.0-Beta1 "
103+ mokkery = " 3.0.0-Beta2 "
104104wiremock = " 4.0.0-beta.15"
105105wiremock-kotlin = " 2.1.1"
106106okhttp = " 5.1.0"
@@ -192,7 +192,7 @@ langchain4j-jlama = "1.4.0-beta10"
192192langchain4j-kotlin = " 0.3.0"
193193jlama = " 0.8.4"
194194mcp-kotlin = " 0.7.0"
195- koog = " 0.4.1 "
195+ koog = " 0.4.2 "
196196mcp4k = " 0.4.4"
197197dflib = " 2.0.0-M4"
198198ldaptive = " 2.4.2"
@@ -248,7 +248,7 @@ kmpmt = "0.1.1"
248248tasktree = " 4.0.1"
249249sigstore = " 2.0.0-rc1"
250250reproducible-builds = " 1.0"
251- autonomousapps-depanalysis = " 3.0.2 "
251+ autonomousapps-depanalysis = " 3.0.3 "
252252autonomousapps-bestpractices = " 0.10"
253253graalvm-nativeimage = " 0.11.0"
254254github-depgraph = " 0.1.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0-rc-3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0-rc-4 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ dependencies {
104104 implementation(libs.plugins.semver.dep)
105105 implementation(libs.plugins.benmanes.dep)
106106 implementation(libs.plugins.tasktree.dep)
107- implementation(libs.plugins.mokkery.dep)
108107 implementation(libs.plugins.jte.dep)
109108 implementation(libs.plugins.jib.dep)
110109 implementation(libs.plugins.github.changelog.dep)
You can’t perform that action at this time.
0 commit comments