Skip to content

Commit

Permalink
Bump jackson-databind from 2.9.10.2 to 2.9.10.3 (#69)
Browse files Browse the repository at this point in the history
* Bump jackson-databind from 2.9.10.2 to 2.9.10.3

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.2 to 2.9.10.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

* dependencies

* changelog

* version bump

Signed-off-by: yyyogev <yogev.metzuyanim@logz.io>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: yyyogev <yogev.metzuyanim@logz.io>
  • Loading branch information
dependabot[bot] and yyyogev authored Mar 10, 2020
1 parent 581e9ac commit 7a1da02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Yogev Mets <yogev.metzuyanim@logz.io>

RUN apk add --no-cache --update bash curl vim

ADD target/jmx2graphite-1.4.2-javaagent.jar /jmx2graphite.jar
ADD target/jmx2graphite-1.4.3-javaagent.jar /jmx2graphite.jar
ADD slf4j-simple-1.7.25.jar /slf4j-simple-1.7.25.jar
ADD application.conf /application.conf
# Default Start
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ docker push logzio/jmx2graphite
# Changelog
- v1.4.3
- update dependencies
- v1.4.0
- add an option to filter out unwanted metrics with white/black-list regex
- v1.3.2
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.logz</groupId>
<artifactId>jmx2graphite</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>

<build>
<plugins>
Expand Down Expand Up @@ -120,14 +120,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.2</version>
<version>2.9.10.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
<version>2.6</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit 7a1da02

Please sign in to comment.