Skip to content

Commit

Permalink
Update dsl-json which fixes a memory leak
Browse files Browse the repository at this point in the history
See ngs-doo/dsl-json#102 for details
  • Loading branch information
felixbarny committed Nov 20, 2018
1 parent e9fcb6e commit 6f815c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Features

## Bug Fixes
* Update dsl-json which fixes a memory leak.
See [ngs-doo/dsl-json#102](https://github.com/ngs-doo/dsl-json/pull/102) for details.

# 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.dslplatform</groupId>
<artifactId>dsl-json</artifactId>
<version>1.7.4</version>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 6f815c2

Please sign in to comment.