Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/gradle/wrapper-val…
Browse files Browse the repository at this point in the history
…idation-action-3
  • Loading branch information
platan authored May 25, 2024
2 parents ac2b768 + deca777 commit 1542071
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import pl.allegro.tech.build.axion.release.domain.hooks.HookContext

plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.23"
id("org.jetbrains.kotlin.jvm") version "1.9.24"
`java-gradle-plugin`
`maven-publish`
groovy
id("com.gradle.plugin-publish") version "1.2.1"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("io.github.platan.tests-execution-chart") version "0.6.0"
kotlin("plugin.serialization") version "1.9.23"
id("pl.allegro.tech.build.axion-release") version "1.17.0"
kotlin("plugin.serialization") version "1.9.24"
id("pl.allegro.tech.build.axion-release") version "1.17.2"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1"
id("org.gradle.wrapper-upgrade") version "0.11.4"
Expand Down Expand Up @@ -107,7 +107,7 @@ dependencies {
exclude(group = "org.codehaus.groovy")
}
functionalTestImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
functionalTestImplementation("com.github.ajalt.clikt:clikt:4.3.0")
functionalTestImplementation("com.github.ajalt.clikt:clikt:4.4.0")
}

publishing {
Expand Down
6 changes: 3 additions & 3 deletions tests-execution-chart-commons/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.23"
kotlin("plugin.serialization") version "1.9.23"
id("org.jetbrains.kotlin.jvm") version "1.9.24"
kotlin("plugin.serialization") version "1.9.24"
`maven-publish`
id("org.jetbrains.kotlinx.kover") version "0.7.6"
signing
Expand All @@ -9,7 +9,7 @@ plugins {

dependencies {
api("org.jetbrains.kotlin:kotlin-stdlib")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")

testImplementation(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
Expand Down

0 comments on commit 1542071

Please sign in to comment.