Skip to content

Commit

Permalink
build(dependencies): bumped dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Sep 6, 2017
1 parent 23660b9 commit 022428c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* Renamed functional interfaces for transactions from TxHandler to TxAction to conform with Ferma 3.1.0 changes.
* Methods annotated with the Property annotation can now accept null arguments.
* Updated the following dependencies
* syncleus-pom: 3 -> 4
* guava: 22.0 -> 23.0
* byte-buddy: 1.7.1 -> 1.7.5

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To include Ferma in your project of choice include the following Maven dependenc
<dependency>
<groupId>com.syncleus.ferma</groupId>
<artifactId>ferma</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
<version>23.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand All @@ -182,7 +182,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.7.1</version>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 022428c

Please sign in to comment.