Skip to content

Commit fd41f65

Browse files
author
markus.peetzen
committed
Recompile for Java 11
Previously Java 17 was used.
1 parent 7fcd129 commit fd41f65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ For maven:
3131
<dependency>
3232
<groupId>de.peetzen.dropwizard</groupId>
3333
<artifactId>dropwizard-metrics-prometheus-servlet-bundle</artifactId>
34-
<version>4.0.0</version>
34+
<version>4.0.1</version>
3535
</dependency>
3636
```
3737

3838
For gradle:
3939
```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'
4141
```
4242
4343
Due to breaking changes between Dropwizard versions different versions of this library are provided:
4444
4545
| Dropwizard Version | Library Version | Comment |
4646
|--------------------|-----------------|--------------------------------|
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` | |
4949
| `v1.x` & `v2.x` | `1.0.0` | |
5050

5151
### Required Changes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=4.0.1-SNAPSHOT
1+
version=4.0.2-SNAPSHOT
22
org.gradle.warning.mode=all
33
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 commit comments

Comments
 (0)