mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
[briar-headless] update dependencies
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'idea'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.2.70'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.2.70'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.2.71'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.2.71'
|
||||
id 'witness'
|
||||
}
|
||||
apply from: 'witness.gradle'
|
||||
@@ -14,9 +14,9 @@ dependencies {
|
||||
implementation project(path: ':briar-core', configuration: 'default')
|
||||
implementation project(path: ':bramble-java', configuration: 'default')
|
||||
|
||||
implementation 'io.javalin:javalin:2.2.0'
|
||||
implementation 'io.javalin:javalin:2.3.0'
|
||||
implementation 'org.slf4j:slf4j-simple:1.7.25'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
|
||||
implementation 'com.github.ajalt:clikt:1.5.0'
|
||||
|
||||
kapt 'com.google.dagger:dagger-compiler:2.0.2'
|
||||
@@ -24,11 +24,11 @@ dependencies {
|
||||
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
|
||||
testImplementation project(path: ':bramble-core', configuration: 'testOutput')
|
||||
|
||||
def junitVersion = '5.2.0'
|
||||
def junitVersion = '5.3.1'
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
|
||||
testRuntime "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
testImplementation "io.mockk:mockk:1.8.6"
|
||||
testImplementation "io.mockk:mockk:1.8.9"
|
||||
testImplementation "org.skyscreamer:jsonassert:1.5.0"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user