Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Updated JavaParser to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alankstewart committed Jun 6, 2017
1 parent 003d180 commit 1c388ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased]: https://github.com/atomist/rug/compare/1.0.0-m.4...HEAD

### Changed

- Updated JavaParser to 3.2.6

### Fixed

- Ensure index and original array are also passed to map callback
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
Expand Down

0 comments on commit 1c388ba

Please sign in to comment.