|
| 1 | +[versions] |
| 2 | +aspectj = "1.9.22.1" |
| 3 | +assertj = "3.27.3" |
| 4 | +cron-utils = "9.2.1" |
| 5 | +hikaricp = "7.0.2" |
| 6 | +jackson = "2.21.2" |
| 7 | +java-websocket = "1.6.0" |
| 8 | +jspecify = "1.0.0" |
| 9 | +junit = "6.0.3" |
| 10 | +junit-pioneer = "2.3.0" |
| 11 | +kotlin = "2.3.10" |
| 12 | +logback = "1.5.32" |
| 13 | +maven-artifact = "3.9.13" |
| 14 | +maven-publish = "0.36.0" |
| 15 | +mockito = "5.23.0" |
| 16 | +picocli = "4.7.7" |
| 17 | +postgresql = "42.7.10" |
| 18 | +rest-assured = "6.0.0" |
| 19 | +shadow = "9.4.1" |
| 20 | +slf4j = "2.0.17" |
| 21 | +spotless = "8.4.0" |
| 22 | +spring-boot = "3.4.4" |
| 23 | +spring-framework = "6.2.5" |
| 24 | +system-stubs = "2.1.8" |
| 25 | +testcontainers = "2.0.4" |
| 26 | +versions = "0.53.0" |
| 27 | + |
| 28 | +[libraries] |
| 29 | +aspectjweaver = { module = "org.aspectj:aspectjweaver", version.ref = "aspectj" } |
| 30 | +assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" } |
| 31 | +cron-utils = { module = "com.cronutils:cron-utils", version.ref = "cron-utils" } |
| 32 | +hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" } |
| 33 | +jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } |
| 34 | +jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" } |
| 35 | +java-websocket = { module = "org.java-websocket:Java-WebSocket", version.ref = "java-websocket" } |
| 36 | +jspecify = { module = "org.jspecify:jspecify", version.ref = "jspecify" } |
| 37 | +junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" } |
| 38 | +junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } |
| 39 | +junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "junit-pioneer" } |
| 40 | +junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" } |
| 41 | +logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" } |
| 42 | +maven-artifact = { module = "org.apache.maven:maven-artifact", version.ref = "maven-artifact" } |
| 43 | +mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" } |
| 44 | +picocli = { module = "info.picocli:picocli", version.ref = "picocli" } |
| 45 | +postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresql" } |
| 46 | +rest-assured = { module = "io.rest-assured:rest-assured", version.ref = "rest-assured" } |
| 47 | +slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } |
| 48 | +slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" } |
| 49 | +spring-aop = { module = "org.springframework:spring-aop", version.ref = "spring-framework" } |
| 50 | +spring-boot-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring-boot" } |
| 51 | +spring-boot-configuration-processor = { module = "org.springframework.boot:spring-boot-configuration-processor", version.ref = "spring-boot" } |
| 52 | +spring-boot-test = { module = "org.springframework.boot:spring-boot-test", version.ref = "spring-boot" } |
| 53 | +system-stubs-jupiter = { module = "uk.org.webcompere:system-stubs-jupiter", version.ref = "system-stubs" } |
| 54 | +testcontainers-postgresql = { module = "org.testcontainers:testcontainers-postgresql", version.ref = "testcontainers" } |
| 55 | + |
| 56 | +[bundles] |
| 57 | +jackson = ["jackson-databind", "jackson-jsr310"] |
| 58 | + |
| 59 | +[plugins] |
| 60 | +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |
| 61 | +maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "maven-publish" } |
| 62 | +shadow = { id = "com.gradleup.shadow", version.ref = "shadow" } |
| 63 | +spotless = { id = "com.diffplug.spotless", version.ref = "spotless" } |
| 64 | +versions = { id = "com.github.ben-manes.versions", version.ref = "versions" } |
0 commit comments