From be48875949d817b7230d751d9ff770b7c2df5517 Mon Sep 17 00:00:00 2001 From: Natan Silnitsky Date: Sun, 30 May 2021 11:32:41 +0300 Subject: [PATCH] update getting started app greyhound dependency version --- getting-started/greyhound-app/build.gradle | 2 +- getting-started/greyhound-app/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/greyhound-app/build.gradle b/getting-started/greyhound-app/build.gradle index f227aaf5..beb353ea 100644 --- a/getting-started/greyhound-app/build.gradle +++ b/getting-started/greyhound-app/build.gradle @@ -33,6 +33,6 @@ targetCompatibility = 1.8 dependencies { compile("org.springframework.boot:spring-boot-starter-web") testCompile("org.springframework.boot:spring-boot-starter-test") - implementation("com.wix:greyhound-java:0.1.2") + implementation("com.wix:greyhound-java:0.2.0") } diff --git a/getting-started/greyhound-app/pom.xml b/getting-started/greyhound-app/pom.xml index 66edd14e..1dc88a49 100644 --- a/getting-started/greyhound-app/pom.xml +++ b/getting-started/greyhound-app/pom.xml @@ -44,7 +44,7 @@ com.wix greyhound-java - 0.1.2 + 0.2.0