-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
22 lines (20 loc) · 952 Bytes
/
libs.versions.toml
File metadata and controls
22 lines (20 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[versions]
flyway = "9.22.3"
gradleJavaConventions = "0.1.4"
jacoco = "0.8.8"
junit = "5.11.4"
logback = "1.5.32"
postgresql = "42.7.4"
tap4j = "4.4.2"
testcontainers = "1.20.4"
[libraries]
flywayCore = { module = "org.flywaydb:flyway-core", version.ref = "flyway" }
junitJupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql" }
tap4j = { module = "org.tap4j:tap4j", version.ref = "tap4j" }
testcontainersBom = { module = "org.testcontainers:testcontainers-bom", version.ref = "testcontainers" }
testcontainersJunit = { module = "org.testcontainers:junit-jupiter" }
testcontainersPostgres = { module = "org.testcontainers:postgresql" }
[plugins]
gradleJavaConventions = { id = "com.opencastsoftware.gradle.java-conventions", version.ref = "gradleJavaConventions" }