gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated (daecfe6 -> d575f54)


From: gnunet
Subject: [libeufin] branch master updated (daecfe6 -> d575f54)
Date: Mon, 08 Jun 2020 11:55:04 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository libeufin.

    from daecfe6  make test case pass
     new a67728d  add argument to sandbox
     new d575f54  exposed version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 integration-tests/test-ebics-highlevel.py | 2 +-
 nexus/build.gradle                        | 2 +-
 sandbox/build.gradle                      | 2 +-
 util/build.gradle                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/integration-tests/test-ebics-highlevel.py 
b/integration-tests/test-ebics-highlevel.py
index f096f1a..3192fa1 100755
--- a/integration-tests/test-ebics-highlevel.py
+++ b/integration-tests/test-ebics-highlevel.py
@@ -124,7 +124,7 @@ for i in range(10):
     break
 # Start sandbox
 checkPorts([5000])
-sandbox = Popen(["./gradlew", "sandbox:run"], stdout=PIPE, stderr=PIPE)
+sandbox = Popen(["./gradlew", "sandbox:run", "--args=serve"], stdout=PIPE, 
stderr=PIPE)
 for i in range(10):
     try:
         get("http://localhost:5000/";)
diff --git a/nexus/build.gradle b/nexus/build.gradle
index a52ce34..cca0bf3 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -54,7 +54,7 @@ compileTestKotlin {
 
 
 def ktor_version = "1.3.2"
-def exposed_version = "0.24.1"
+def exposed_version = "0.25.1"
 
 dependencies {
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index 59f33dc..f187e99 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -41,7 +41,7 @@ sourceSets {
 }
 
 def ktor_version = "1.3.2"
-def exposed_version = "0.24.1"
+def exposed_version = "0.25.1"
 
 dependencies {
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
diff --git a/util/build.gradle b/util/build.gradle
index fb647bb..6157967 100644
--- a/util/build.gradle
+++ b/util/build.gradle
@@ -26,7 +26,7 @@ sourceSets {
     main.java.srcDirs = ['src/main/java', 'src/main/kotlin']
 }
 
-def exposed_version = "0.24.1"
+def exposed_version = "0.25.1"
 
 dependencies {
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]