Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testingbot-teamcity-agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(project(":testingbot-teamcity-common"))
// Launched as a separate process, never loaded into the agent JVM
runtimeOnly("com.testingbot:TestingBotTunnel:4.0")
runtimeOnly("com.testingbot:TestingBotTunnel:4.8")
provided("org.jetbrains.teamcity:agent-api:${property("teamcityVersion")}")
}

Expand All @@ -14,7 +14,7 @@ dependencies {
val tunnelJar: Configuration by configurations.creating

dependencies {
tunnelJar("com.testingbot:TestingBotTunnel:4.0")
tunnelJar("com.testingbot:TestingBotTunnel:4.8")
testImplementation("org.jetbrains.teamcity:agent-api:${property("teamcityVersion")}")
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down
Loading