diff --git a/CHANGELOG.md b/CHANGELOG.md index 20975452f064fccb842281c6155981b85ec65639..680532d99b5fbd06c22b30c3984ccf2f10827924 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 60e6ac8ac55a39ca34c02084e22e1894ebad57fc..4758aea216186ccfebff874b41835828558c699d 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 389a542ce1cbd1ba607860f205ca3d7961f426ea..af0305158e509c9cfbbae8f6fd68ece85ef45ca2 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>