Skip to content

Commit

Permalink
flashcards-kt: update dependencies (kotlin -> 1.9.23; ktor -> 2.3.9; …
Browse files Browse the repository at this point in the history
…exposed -> 0.48.0; etc)
  • Loading branch information
sszuev committed Mar 8, 2024
1 parent d024056 commit e0c4b89
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,63 +2,63 @@
kotlin.code.style=official

# https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib
kotlinVersion=1.9.20
kotlinVersion=1.9.23
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-datetime
kotlinDatetimeVersion=0.4.1
kotlinDatetimeVersion=0.5.0
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core
kotlinCoroutinesVersion=1.7.3
kotlinCoroutinesVersion=1.8.0

## plugins
# https://plugins.gradle.org/plugin/org.openapi.generator
openapiVersion=7.1.0
openapiVersion=7.3.0
# https://plugins.gradle.org/plugin/com.bmuschko.docker-java-application
bmuschkoVersion=9.3.7
bmuschkoVersion=9.4.0

# https://mvnrepository.com/artifact/io.ktor/ktor-server-core
ktorVersion=2.3.6
ktorVersion=2.3.9
# https://mvnrepository.com/artifact/com.rabbitmq/amqp-client
rabbitVersion=5.20.0
# https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
jacksonVersion=2.16.0
jacksonVersion=2.16.1
# https://mvnrepository.com/artifact/org.apache.commons/commons-csv
commonsCSVVersion=1.10.0
# https://mvnrepository.com/artifact/com.typesafe/config
typesafeConfigVersion=1.4.3
# https://mvnrepository.com/artifact/com.github.ben-manes.caffeine/caffeine
caffeineVersion=3.1.8
# https://mvnrepository.com/artifact/org.apache.commons/commons-compress
commonsCompressVersion=1.25.0
commonsCompressVersion=1.26.0

# https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
logbackVersion=1.4.11
logbackVersion=1.5.3
# https://mvnrepository.com/artifact/org.slf4j/slf4j-api
slf4jVersion=2.0.9
slf4jVersion=2.0.12
# https://mvnrepository.com/artifact/net.logstash.logback/logstash-logback-encoder
logstashLogbackEncoderVersion=7.4
# https://mvnrepository.com/artifact/com.github.danielwegener/logback-kafka-appender
logbackKafkaVersion=0.2.0-RC2
# https://mvnrepository.com/artifact/org.codehaus.janino/janino
janinoVersion=3.1.10
janinoVersion=3.1.12

# https://mvnrepository.com/artifact/org.postgresql/postgresql
postgresDriverVersion=42.6.0
postgresDriverVersion=42.7.2
# https://mvnrepository.com/artifact/org.jetbrains.exposed/exposed-core
exposedVersion=0.44.1
exposedVersion=0.48.0
# https://mvnrepository.com/artifact/org.liquibase/liquibase-core
liquibaseVersion=4.25.0
liquibaseVersion=4.26.0
# https://mvnrepository.com/artifact/com.zaxxer/HikariCP
hikariCPVersion=5.1.0

# https://mvnrepository.com/artifact/org.webjars/jquery
jqueryVersion=3.7.1
# https://mvnrepository.com/artifact/org.webjars/bootstrap
bootstrapVersion=5.3.2
bootstrapVersion=5.3.3
# https://mvnrepository.com/artifact/org.webjars.npm/keycloak-js
keycloakJsVersion=19.0.3

# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
junitVersion=5.10.1
junitVersion=5.10.2
# https://mvnrepository.com/artifact/io.mockk/mockk
mockkVersion=1.13.8
mockkVersion=1.13.10
# https://mvnrepository.com/artifact/org.testcontainers/testcontainers
testContainersVersion=1.19.2
testContainersVersion=1.19.7

0 comments on commit e0c4b89

Please sign in to comment.