Skip to content

Commit d49e4c4

Browse files
committed
update dependency version
1 parent 6827d51 commit d49e4c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

215215
Licensed under the Apache License, Version 2.0 (the "License");
216216
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@
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 -->

0 commit comments

Comments
 (0)