From 022428cbb4c164a319e830c8fcbc864d1e963c4a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 6 Sep 2017 18:46:08 -0400 Subject: [PATCH] build(dependencies): bumped dependency versions. --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20975452..680532d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 60e6ac8a..4758aea2 100644 --- a/README.md +++ b/README.md @@ -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> diff --git a/pom.xml b/pom.xml index 389a542c..af030515 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -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> -- GitLab