Skip to content

Commit 0c25722

Browse files
author
Krystian Panek
committed
Version bumps
1 parent fca49f1 commit 0c25722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ dependencies {
2626
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
2727
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2828

29-
implementation("com.cognifide.gradle:common-plugin:0.1.44")
29+
implementation("com.cognifide.gradle:common-plugin:0.1.45")
3030
implementation("org.buildobjects:jproc:2.3.0")
31-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3")
31+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5")
3232
implementation("org.apache.commons:commons-lang3:3.9")
3333
implementation("commons-io:commons-io:2.6")
34-
implementation("org.apache.httpcomponents:httpclient:4.5.10")
34+
implementation("org.apache.httpcomponents:httpclient:4.5.12")
3535

3636
testImplementation("org.junit.jupiter:junit-jupiter:5.5.2")
3737

0 commit comments

Comments
 (0)