[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: dependencies
From: |
gnunet |
Subject: |
[libeufin] branch master updated: dependencies |
Date: |
Thu, 21 Jan 2021 18:01:06 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 4b42ca5 dependencies
4b42ca5 is described below
commit 4b42ca558d2b2d55220a0356ed3feefda8681fea
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 21 18:01:00 2021 +0100
dependencies
---
build-system/taler-build-scripts | 2 +-
nexus/build.gradle | 4 ++--
parsing-tests/samples | 2 +-
sandbox/build.gradle | 6 +++---
util/build.gradle | 8 ++++++--
5 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index e08ea37..47f14fc 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit e08ea37979dcc17ac8e0987251771d771503cb56
+Subproject commit 47f14fcf1d03d9dad1bae59987488ea05ecd307b
diff --git a/nexus/build.gradle b/nexus/build.gradle
index e46e6cf..271b51f 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -102,8 +102,8 @@ dependencies {
// Unit testing
testImplementation 'junit:junit:4.12'
- testImplementation 'org.jetbrains.kotlin:kotlin-test:1.3.50'
- testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.50'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test:1.4.30-RC'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.4.30-RC'
}
application {
diff --git a/parsing-tests/samples b/parsing-tests/samples
index 6ab75e6..4e36caa 160000
--- a/parsing-tests/samples
+++ b/parsing-tests/samples
@@ -1 +1 @@
-Subproject commit 6ab75e63f095f3cfdf1080fa01e73909d7d5f5c2
+Subproject commit 4e36caa0b9557d7446488d7eec7c80e6f1e554ac
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index 1199150..3ad7ffe 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -40,7 +40,7 @@ sourceSets {
main.java.srcDirs = ['src/main/java', 'src/main/kotlin']
}
-def ktor_version = "1.3.2"
+def ktor_version = "1.5.0"
def exposed_version = "0.25.1"
dependencies {
@@ -66,8 +66,8 @@ dependencies {
implementation "io.ktor:ktor-server-netty:$ktor_version"
implementation "io.ktor:ktor-jackson:$ktor_version"
- testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.50'
- testImplementation 'org.jetbrains.kotlin:kotlin-test:1.3.50'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.4.30-RC'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test:1.4.30-RC'
testImplementation group: "junit", name: "junit", version: "4.12"
implementation project(":util")
diff --git a/util/build.gradle b/util/build.gradle
index 6157967..67a0b9a 100644
--- a/util/build.gradle
+++ b/util/build.gradle
@@ -41,12 +41,16 @@ dependencies {
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version:
'1.64'
implementation group: 'org.apache.commons', name: 'commons-compress',
version: '1.20'
+ // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-reflect
+ implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect',
version: '1.4.0'
+
+
implementation "org.jetbrains.exposed:exposed-core:$exposed_version"
implementation "org.jetbrains.exposed:exposed-dao:$exposed_version"
testImplementation group: 'junit', name: 'junit', version: '4.12'
- testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.50'
- testImplementation 'org.jetbrains.kotlin:kotlin-test:1.3.50'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.4.30-RC'
+ testImplementation 'org.jetbrains.kotlin:kotlin-test:1.4.30-RC'
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: dependencies,
gnunet <=