File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,21 @@ For maven:
31
31
<dependency >
32
32
<groupId >de.peetzen.dropwizard</groupId >
33
33
<artifactId >dropwizard-metrics-prometheus-servlet-bundle</artifactId >
34
- <version >4.0.0 </version >
34
+ <version >4.0.1 </version >
35
35
</dependency >
36
36
```
37
37
38
38
For gradle:
39
39
``` yaml
40
- implementation group : ' de.peetzen.dropwizard' , name: 'dropwizard-metrics-prometheus-servlet-bundle', version: '4.0.0 '
40
+ implementation group : ' de.peetzen.dropwizard' , name: 'dropwizard-metrics-prometheus-servlet-bundle', version: '4.0.1 '
41
41
` ` `
42
42
43
43
Due to breaking changes between Dropwizard versions different versions of this library are provided:
44
44
45
45
| Dropwizard Version | Library Version | Comment |
46
46
|--------------------|-----------------|--------------------------------|
47
- | ` v4.x` | `4.0.0 ` | For latest Dropwizard version. |
48
- | `v3.x` | `3.0.0 ` | |
47
+ | ` v4.x` | `4.0.1 ` | For latest Dropwizard version. |
48
+ | `v3.x` | `3.0.1 ` | |
49
49
| `v1.x` & `v2.x` | `1.0.0` | |
50
50
51
51
# ## Required Changes
Original file line number Diff line number Diff line change 1
- version =4.0.1 -SNAPSHOT
1
+ version =4.0.2 -SNAPSHOT
2
2
org.gradle.warning.mode =all
3
3
systemProp.org.gradle.internal.publish.checksums.insecure =true
You can’t perform that action at this time.
0 commit comments