1- // SPDX-FileCopyrightText: Copyright 2020-2025 Mark Rotteveel
1+ // SPDX-FileCopyrightText: Copyright 2020-2026 Mark Rotteveel
22// SPDX-License-Identifier: LGPL-2.1-or-later
33rootProject. name = ' jaybird'
44include ' chacha64-plugin'
@@ -11,31 +11,8 @@ dependencyResolutionManagement {
1111 }
1212
1313 versionCatalogs {
14- libs {
15- library(' jna' , ' net.java.dev.jna' , ' jna-jpms' ). version(' 5.18.1' )
16- library(' jakarta.servlet-api' , ' jakarta.servlet' , ' jakarta.servlet-api' ). version(' 5.0.0' )
17- library(' bcprov-jdk18on' , ' org.bouncycastle' , ' bcprov-jdk18on' ). version(' 1.83' )
18- library(' jspecify' , ' org.jspecify' , ' jspecify' ). version(' 1.0.0' )
19- }
20-
2114 testLibs {
22- version(' junit' , ' 6.0.3' )
23- version(' mockito' , ' 5.23.0' )
24-
25- library(' junit-bom' , ' org.junit' , ' junit-bom' ). versionRef(' junit' )
26- library(' junit-jupiter' , ' org.junit.jupiter' , ' junit-jupiter' ). withoutVersion()
27- library(' junit-platform-launcher' , ' org.junit.platform' , ' junit-platform-launcher' ). withoutVersion()
28- library(' hamcrest' , ' org.hamcrest' , ' hamcrest' ). version(' 3.0' )
29- library(' hamcrest-optional' , ' com.spotify' , ' hamcrest-optional' ). version(' 1.3.2' )
30- library(' assertj-core' , ' org.assertj' , ' assertj-core' ). version(' 3.27.7' )
31- library(' mockito-bom' , ' org.mockito' , ' mockito-bom' ). versionRef(' mockito' )
32- library(' mockito-core' , ' org.mockito' , ' mockito-core' ). withoutVersion()
33- library(' mockito-junit-jupiter' , ' org.mockito' , ' mockito-junit-jupiter' ). withoutVersion()
34- library(' awaitility' , ' org.awaitility' , ' awaitility' ). version(' 4.3.0' )
35-
36- bundle(' junit' , [' junit-jupiter' ])
37- bundle(' hamcrest' , [' hamcrest' , ' hamcrest-optional' ])
38- bundle(' mockito' , [' mockito-core' , ' mockito-junit-jupiter' ])
15+ from(files(' gradle/test-libs.versions.toml' ))
3916 }
4017 }
4118}
0 commit comments