update dependencies
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -7,7 +7,7 @@
|
|||||||
<component name="JavaScriptSettings">
|
<component name="JavaScriptSettings">
|
||||||
<option name="languageLevel" value="ES6" />
|
<option name="languageLevel" value="ES6" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="adopt-openjdk-11" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="adopt-openjdk-11" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -6,7 +6,6 @@ val kotlin_version: String by project
|
|||||||
val coroutinesVersion: String by project
|
val coroutinesVersion: String by project
|
||||||
val logback_version: String by project
|
val logback_version: String by project
|
||||||
val koinVersion: String by project
|
val koinVersion: String by project
|
||||||
val postgresjson_version: String by project
|
|
||||||
val jackson_version: String by project
|
val jackson_version: String by project
|
||||||
val cucumber_version: String by project
|
val cucumber_version: String by project
|
||||||
|
|
||||||
@@ -32,7 +31,7 @@ application {
|
|||||||
|
|
||||||
tasks.withType<KotlinCompile> {
|
tasks.withType<KotlinCompile> {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tasks.withType<Jar> {
|
tasks.withType<Jar> {
|
||||||
@@ -63,6 +62,7 @@ repositories {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url = uri("https://kotlin.bintray.com/ktor") }
|
maven { url = uri("https://kotlin.bintray.com/ktor") }
|
||||||
|
maven { url = uri("https://jitpack.io") }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@@ -86,8 +86,8 @@ dependencies {
|
|||||||
implementation("net.pearx.kasechange:kasechange-jvm:1.1.0")
|
implementation("net.pearx.kasechange:kasechange-jvm:1.1.0")
|
||||||
implementation("com.auth0:java-jwt:3.8.2")
|
implementation("com.auth0:java-jwt:3.8.2")
|
||||||
implementation("com.github.jasync-sql:jasync-postgresql:1.0.7")
|
implementation("com.github.jasync-sql:jasync-postgresql:1.0.7")
|
||||||
implementation("fr.postgresjson:postgresjson:$postgresjson_version")
|
implementation("com.github.flecomte:postgres-json:1.0.4")
|
||||||
implementation("fr.ktor-voter:ktor-voter:1.0.0")
|
implementation("com.github.flecomte:ktor-voter:1.0.1")
|
||||||
implementation("com.sendgrid:sendgrid-java:4.4.1")
|
implementation("com.sendgrid:sendgrid-java:4.4.1")
|
||||||
implementation("io.lettuce:lettuce-core:5.2.2.RELEASE")
|
implementation("io.lettuce:lettuce-core:5.2.2.RELEASE")
|
||||||
implementation("com.rabbitmq:amqp-client:5.8.0")
|
implementation("com.rabbitmq:amqp-client:5.8.0")
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ kotlin.code.style=official
|
|||||||
kotlin_version=1.3.40
|
kotlin_version=1.3.40
|
||||||
coroutinesVersion=1.3.3
|
coroutinesVersion=1.3.3
|
||||||
logback_version=1.2.1
|
logback_version=1.2.1
|
||||||
postgresjson_version=0.1
|
|
||||||
koinVersion=2.0.1
|
koinVersion=2.0.1
|
||||||
jackson_version=2.9.9
|
jackson_version=2.9.9
|
||||||
cucumber_version=5.1.3
|
cucumber_version=5.1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user