17 Commits

3 changed files with 29 additions and 10 deletions

View File

@@ -1 +1 @@
version=0.6.0 version=0.10.0

View File

@@ -12,34 +12,49 @@ jsonwebtoken = "0.12.6"
# hlaeja version # hlaeja version
hlaejaCorePlugin = "0.2.0" hlaejaCorePlugin = "0.2.0"
hlaejaCommonPlugin = "0.2.0" hlaejaCommonPlugin = "0.2.0"
hlaejaCommonMessages = "0.4.0" hlaejaCommonMessages = "0.8.0"
hlaejaJwt = "0.1.0"
hlaejaTest = "0.2.0"
[libraries] [libraries]
fasterxml-jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
influxdb-client-kotlin = { group = "com.influxdb", name = "influxdb-client-kotlin", version = "7.2.0" } influxdb-client-kotlin = { group = "com.influxdb", name = "influxdb-client-kotlin", version = "7.2.0" }
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version = "7.0.3" }
micrometer-registry-influx = { group = "io.micrometer", name = "micrometer-registry-influx", version = "1.14.2" }
fasterxml-jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
jjwt-api = { group = "io.jsonwebtoken", name = "jjwt-api", version.ref = "jsonwebtoken" } jjwt-api = { group = "io.jsonwebtoken", name = "jjwt-api", version.ref = "jsonwebtoken" }
jjwt-impl = { group = "io.jsonwebtoken", name = "jjwt-impl", version.ref = "jsonwebtoken" } jjwt-impl = { group = "io.jsonwebtoken", name = "jjwt-impl", version.ref = "jsonwebtoken" }
jjwt-jackson = { group = "io.jsonwebtoken", name = "jjwt-jackson", version.ref = "jsonwebtoken" } jjwt-jackson = { group = "io.jsonwebtoken", name = "jjwt-jackson", version.ref = "jsonwebtoken" }
kotlin-logging = { group = "io.github.microutils", name = "kotlin-logging-jvm", version = "3.0.5" }
kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" } kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect" }
kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" } kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-reactor" }
postgresql = { group = "org.postgresql", name = "postgresql" } postgresql = { group = "org.postgresql", name = "postgresql" }
postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" } postgresql-r2dbc = { group = "org.postgresql", name = "r2dbc-postgresql" }
projectreactor-kotlin-reactor-extensions = { group = "io.projectreactor.kotlin", name = "reactor-kotlin-extensions" }
springboot-redis-session = { group = "org.springframework.session", name = "spring-session-data-redis" }
springboot-starter = { group = "org.springframework.boot", name = "spring-boot-starter" }
springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" } springboot-starter-actuator = { group = "org.springframework.boot", name = "spring-boot-starter-actuator" }
springboot-starter-cassandra = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra"} springboot-starter-cache = { group = "org.springframework.boot", name = "spring-boot-starter-cache" }
springboot-starter-cassandra-reactive = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra-reactive"} springboot-starter-cassandra = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra" }
springboot-starter-cassandra-reactive = { group = "org.springframework.boot", name = "spring-boot-starter-data-cassandra-reactive" }
springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" } springboot-starter-r2dbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-r2dbc" }
springboot-starter-redis = { group = "org.springframework.boot", name = "spring-boot-starter-data-redis" }
springboot-starter-security = { group = "org.springframework.boot", name = "spring-boot-starter-security" }
springboot-starter-thymeleaf = { group = "org.springframework.boot", name = "spring-boot-starter-thymeleaf" }
springboot-starter-validation = { group = "org.springframework.boot", name = "spring-boot-starter-validation" }
springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" } springboot-starter-webflux = { group = "org.springframework.boot", name = "spring-boot-starter-webflux" }
thymeleaf-spring-security = { group = "org.thymeleaf.extras", name = "thymeleaf-extras-springsecurity6" }
# testing libraries # testing libraries
assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" } assertj-core = { group = "org.assertj", name = "assertj-core", version = "3.26.3" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
testcontainers-junit = { group = "org.testcontainers", name = "junit-jupiter" }
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" }
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" } junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" } kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" }
kotlin-test-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" } kotlin-test-junit5 = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test" } kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.13" }
projectreactor-reactor-test = { group = "io.projectreactor", name = "reactor-test" } projectreactor-reactor-test = { group = "io.projectreactor", name = "reactor-test" }
springboot-starter-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" } springboot-starter-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" }
@@ -55,16 +70,18 @@ org-jlleitschuh-ktlint-gradle-plugin = { group = "org.jlleitschuh.gradle", name
org-springframework-springboot-gradle-plugin = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version.ref = "springframeworkBoot" } org-springframework-springboot-gradle-plugin = { group = "org.springframework.boot", name = "spring-boot-gradle-plugin", version.ref = "springframeworkBoot" }
# plugin common dependencies hlaeja # plugin common dependencies hlaeja
library-hlaeja-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" } library-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" }
library-jwt = { group = "ltd.hlaeja.library", name = "hlaeja-jwt", version.ref = "hlaejaJwt" }
library-test = { group = "ltd.hlaeja.library", name = "hlaeja-test", version.ref = "hlaejaTest" }
[plugins] [plugins]
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
com-bmuschko-docker = { id = "com.bmuschko.docker-spring-boot-application", version.ref = "bmuschkoDocker" } com-bmuschko-docker = { id = "com.bmuschko.docker-spring-boot-application", version.ref = "bmuschkoDocker" }
io-gitlab-arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturboschDetektPlugin" } io-gitlab-arturbosch-detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "arturboschDetektPlugin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" } kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "jlleitschuhKtlintPlugin" } org-jlleitschuh-gradle-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "jlleitschuhKtlintPlugin" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
springframework-boot = { id = "org.springframework.boot", version.ref = "springframeworkBoot" } springframework-boot = { id = "org.springframework.boot", version.ref = "springframeworkBoot" }
# hlaeja plugin # hlaeja plugin

View File

@@ -86,6 +86,8 @@ check_differences master
un_snapshot_catalog "hlaejaCorePlugin" un_snapshot_catalog "hlaejaCorePlugin"
un_snapshot_catalog "hlaejaCommonPlugin" un_snapshot_catalog "hlaejaCommonPlugin"
un_snapshot_catalog "hlaejaCommonMessages" un_snapshot_catalog "hlaejaCommonMessages"
un_snapshot_catalog "hlaejaJwt"
un_snapshot_catalog "hlaejaTest"
# un-snapshot properties for release # un-snapshot properties for release
un_snapshot_version version un_snapshot_version version