mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-07-28 00:49:24 +00:00
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.2 to 2.21.5. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
1.6 KiB
TOML
28 lines
1.6 KiB
TOML
[versions]
|
|
slf4j = "2.0.18"
|
|
junit = "6.1.0"
|
|
micronaut-json-schema = "2.0.1"
|
|
micronaut-core = "5.0.0"
|
|
signal-service = "2.15.3_unofficial_149"
|
|
|
|
[libraries]
|
|
bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.84"
|
|
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.21.5"
|
|
argparse4j = "net.sourceforge.argparse4j:argparse4j:0.9.0"
|
|
dbusjava = "com.github.hypfvieh:dbus-java-transport-native-unixsocket:5.0.0"
|
|
zxing = "com.google.zxing:core:3.5.4"
|
|
micronaut-json-schema-annotations = { module = "io.micronaut.jsonschema:micronaut-json-schema-annotations", version.ref = "micronaut-json-schema" }
|
|
micronaut-json-schema-processor = { module = "io.micronaut.jsonschema:micronaut-json-schema-processor", version.ref = "micronaut-json-schema" }
|
|
micronaut-json-schema-generator = { module = "io.micronaut.jsonschema:micronaut-json-schema-generator", version.ref = "micronaut-json-schema" }
|
|
micronaut-inject-java = { module = "io.micronaut:micronaut-inject-java", version.ref = "micronaut-core" }
|
|
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
|
slf4j-jul = { module = "org.slf4j:jul-to-slf4j", version.ref = "slf4j" }
|
|
logback = "ch.qos.logback:logback-classic:1.5.32"
|
|
|
|
signalnetwork = { module = "com.github.turasa:signal-network", version.ref = "signal-service" }
|
|
sqlite = "org.xerial:sqlite-jdbc:3.53.1.0"
|
|
hikari = "com.zaxxer:HikariCP:7.0.2"
|
|
junit-jupiter-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
|
|
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
|
|
junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" }
|