Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
- com.intershop.version:semantic-version
- com.intershop.gradle.test:test-gradle-plugin
  • Loading branch information
DevDavido committed Oct 8, 2024
1 parent bc306f7 commit 258b5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ testing {
suites.withType<JvmTestSuite> {
useSpock()
dependencies {
implementation("com.intershop.gradle.test:test-gradle-plugin:5.0.1")
implementation("com.intershop.gradle.test:test-gradle-plugin:5.0.2")
implementation(gradleTestKit())
}

Expand Down Expand Up @@ -335,5 +335,5 @@ dependencies {
implementation(gradleApi())
implementation(gradleKotlinDsl())

implementation("com.intershop.version:semantic-version:2.0.0")
implementation("com.intershop.version:semantic-version:2.0.1")
}

0 comments on commit 258b5b4

Please sign in to comment.