Skip to content

Commit f6457f1

Browse files
committed
chore: Don't declare the assertj library in the main catalog just yet
1 parent 3c28831 commit f6457f1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ testing {
7676
val integTest by registering(JvmTestSuite::class) {
7777
dependencies {
7878
implementation(gradleTestKit())
79-
implementation(libs.assertj)
79+
implementation("org.assertj:assertj-core:3.25.3")
8080
}
8181
// Makes the gradle plugin publish its declared plugins to this source set
8282
gradlePlugin.testSourceSet(sources)

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ okio = "1.17.6" # Datadog fork
99
spock = "2.3-groovy-3.0"
1010
spock24 = "2.4-M6-groovy-3.0"
1111
groovy = "3.0.24"
12-
assertj = "3.25.3" # Added latest AssertJ version
1312
junit5 = "5.9.2"
1413
logback = "1.2.3"
1514
bytebuddy = "1.17.5"
@@ -63,7 +62,6 @@ lz4 = { module = "org.lz4:lz4-java", version.ref = "lz4" }
6362
aircompressor = { module = 'io.airlift:aircompressor', version = '2.0.2'}
6463

6564
# Testing
66-
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
6765
spock-core = { module = "org.spockframework:spock-core", version.ref = "spock" }
6866
spock-junit4 = { module = "org.spockframework:spock-junit4", version.ref = "spock" }
6967
objenesis = { module = "org.objenesis:objenesis", version = "3.3" } # Used by Spock for mocking:

0 commit comments

Comments
 (0)