File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed
resilience4j-spring-boot/src/test/resources Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -146,5 +146,12 @@ NOTE: Breaking changes:
146
146
* PR #206: Added support for Micrometer
147
147
* PR #208: Updated Retrofit version from 2.1 to 2.3
148
148
* PR #211: Make sure the Reactor operators can be used together on a Flux
149
+ * Updated Vavr from 0.9.1 to 0.9.2
150
+ * Updated RxJava from 2.1.3 to 2.1.10
151
+ * Updated Vertx from 3.4.1 to 3.5.1
152
+ * Updated Dropwizard Metrics from 3.1.2 to 3.2.5
153
+ * Updated Spring Boot from 1.4.3.RELEASE to 1.5.5.RELEASE
154
+ * Updated Ratpack from 1.4.6 to 1.5.4
155
+ * Updated Prometheus from 0.0.21 to 0.3.0
149
156
150
157
* Issue #47: OSGI Support. Fixed bnd configuration in publishing.gradle
Original file line number Diff line number Diff line change 1
1
// Allows centralized definition of the version of artifacts to
2
2
// use. In that respect it serves a role similar to <dependencyManagement> in Maven
3
3
ext {
4
- vavrVersion = ' 0.9.1 '
5
- rxJavaVersion = ' 2.1.3 '
4
+ vavrVersion = ' 0.9.2 '
5
+ rxJavaVersion = ' 2.1.10 '
6
6
reactorVersion = ' 3.0.7.RELEASE'
7
7
junitVersion = ' 4.12'
8
8
slf4jVersion = ' 1.7.24'
@@ -12,14 +12,14 @@ ext {
12
12
powermockVersion = ' 1.6.6'
13
13
jcacheVersion = ' 1.0.0'
14
14
awaitilityVersion = ' 1.7.0'
15
- metricsVersion = ' 3.1.2 '
16
- vertxVersion = ' 3.4 .1'
17
- springBootVersion = ' 1.4.3 .RELEASE'
18
- ratpackVersion = ' 1.4.6 '
15
+ metricsVersion = ' 3.2.5 '
16
+ vertxVersion = ' 3.5 .1'
17
+ springBootVersion = ' 1.5.5 .RELEASE'
18
+ ratpackVersion = ' 1.5.4 '
19
19
spockVersion = ' 1.1-groovy-2.4-rc-4'
20
20
retrofitVersion = ' 2.3.0'
21
- prometheusSimpleClientVersion = ' 0.0.21 '
22
- reactorVersion = ' 3.1.3 .RELEASE'
21
+ prometheusSimpleClientVersion = ' 0.3.0 '
22
+ reactorVersion = ' 3.1.5 .RELEASE'
23
23
reactiveStreamsVersion = ' 1.0.2'
24
24
micrometerVersion = ' 1.0.0'
25
25
Original file line number Diff line number Diff line change @@ -29,3 +29,5 @@ resilience4j.ratelimiter:
29
29
limitForPeriod : 6
30
30
limitRefreshPeriodInMillis : 500
31
31
timeoutInMillis : 3000
32
+
33
+ management.security.enabled : false
You can’t perform that action at this time.
0 commit comments