Skip to content

Commit 9e5e5df

Browse files
authored
Explicitely pin dependencies (#13425)
1 parent 1448d9d commit 9e5e5df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jablib/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ tasks.withType<com.autonomousapps.tasks.CodeSourceExploderTask>().configureEach
4646
val mockitoAgent = configurations.create("mockitoAgent")
4747

4848
dependencies {
49+
implementation(enforcedPlatform(project(":versions")))
50+
4951
implementation("org.openjfx:javafx-base")
5052

5153
implementation("com.ibm.icu:icu4j")

0 commit comments

Comments
 (0)