File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ buildscript {
2626 classpath(" org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.4.0.202509020913-r" )
2727 classpath(" org.kohsuke:github-api:1.305" )
2828
29- classpath(" io.ktor:ktor-client-core:3.3.3 " )
30- classpath(" io.ktor:ktor-client-cio:3.3.3 " )
31- classpath(" io.ktor:ktor-client-auth:3.3.3 " )
32- classpath(" io.ktor:ktor-client-content-negotiation:3.3.3 " )
33- classpath(" io.ktor:ktor-serialization-kotlinx-json:3.3.3 " )
29+ classpath(" io.ktor:ktor-client-core:3.4.0 " )
30+ classpath(" io.ktor:ktor-client-cio:3.4.0 " )
31+ classpath(" io.ktor:ktor-client-auth:3.4.0 " )
32+ classpath(" io.ktor:ktor-client-content-negotiation:3.4.0 " )
33+ classpath(" io.ktor:ktor-serialization-kotlinx-json:3.4.0 " )
3434
3535 // This comes from the changelog plugin
3636// classpath("org.jetbrains:markdown:0.3.1")
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ dependencies {
2626 testImplementation(" org.junit.jupiter:junit-jupiter:6.0.1" )
2727 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2828
29- implementation(" io.ktor:ktor-client-core:3.3.3 " )
30- implementation(" io.ktor:ktor-client-cio:3.3.3 " )
31- implementation(" io.ktor:ktor-client-content-negotiation:3.3.3 " )
32- implementation(" io.ktor:ktor-serialization-kotlinx-json:3.3.3 " )
33- implementation(" io.ktor:ktor-client-auth:3.3.3 " )
29+ implementation(" io.ktor:ktor-client-core:3.4.0 " )
30+ implementation(" io.ktor:ktor-client-cio:3.4.0 " )
31+ implementation(" io.ktor:ktor-client-content-negotiation:3.4.0 " )
32+ implementation(" io.ktor:ktor-serialization-kotlinx-json:3.4.0 " )
33+ implementation(" io.ktor:ktor-client-auth:3.4.0 " )
3434 implementation(" org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r" )
3535
3636 // This is needed for jgit to connect to ssh
You can’t perform that action at this time.
0 commit comments