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 @@ -21,7 +21,7 @@ Add it as a maven dependency:
2121<dependency >
2222 <groupId >com.stackify</groupId >
2323 <artifactId >stackify-metrics</artifactId >
24- <version >INSERT_LATEST_MAVEN_CENTRAL_VERSION </version >
24+ <version >2.1.1 </version >
2525</dependency >
2626```
2727
@@ -210,7 +210,7 @@ counterAndTimer.autoReportZeroValue();
210210
211211## License
212212
213- Copyright 2014 Stackify, LLC.
213+ Copyright 2020 Stackify, LLC.
214214
215215Licensed under the Apache License, Version 2.0 (the "License");
216216you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 6666 <dependency >
6767 <groupId >com.fasterxml.jackson.core</groupId >
6868 <artifactId >jackson-core</artifactId >
69- <version >2.8.11 </version >
69+ <version >2.9.10 </version >
7070 </dependency >
7171
7272 <dependency >
7373 <groupId >com.fasterxml.jackson.core</groupId >
7474 <artifactId >jackson-annotations</artifactId >
75- <version >2.8.11 </version >
75+ <version >2.9.10 </version >
7676 </dependency >
7777
7878 <dependency >
7979 <groupId >com.fasterxml.jackson.core</groupId >
8080 <artifactId >jackson-databind</artifactId >
81- <version >2.8.11.1 </version >
81+ <version >2.9.10.5 </version >
8282 </dependency >
8383
8484 <!-- Runtime dependencies -->
You can’t perform that action at this time.
0 commit comments