Skip to content

Commit

Permalink
update resilience4j
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Jul 9, 2017
1 parent e41af48 commit 0f88fe1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -13,4 +13,5 @@ angular2-ui/node
node_modules
dist
npm-debug.log
classes
classes
out
9 changes: 5 additions & 4 deletions build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.5.3.RELEASE'
springBootVersion = '1.5.4.RELEASE'
}
repositories {
mavenCentral()
Expand All @@ -16,7 +16,7 @@ apply plugin: 'org.springframework.boot'

jar {
baseName = 'resilience4j-spring-boot-demo'
version = '0.9.0'
version = '0.10.0'
}

sourceCompatibility = 1.8
Expand All @@ -31,20 +31,21 @@ configurations.all {
}

ext{
resilience4jVersion = '0.9.0'
resilience4jVersion = '0.10.0'
}


dependencies {
compile("io.github.resilience4j:resilience4j-spring-boot:${resilience4jVersion}")
compile("io.github.resilience4j:resilience4j-metrics:${resilience4jVersion}") // Optional
compile("io.github.resilience4j:resilience4j-prometheus:${resilience4jVersion}") // Optional
compile("io.github.resilience4j:resilience4j-rxjava2:${resilience4jVersion}")
compile('io.prometheus:simpleclient_spring_boot:0.0.21') // Optional
compile("io.vavr:vavr-jackson:0.9.0")
compile("net.logstash.logback:logstash-logback-encoder:4.7")
testCompile('org.springframework.boot:spring-boot-starter-test')
}

task wrapper(type: Wrapper) {
gradleVersion = '3.5'
gradleVersion = '4.0.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon May 15 10:26:00 CEST 2017
#Thu Jul 06 20:32:20 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

0 comments on commit 0f88fe1

Please sign in to comment.