From 9636a155c083d131fc9a22456e60ac349310ef05 Mon Sep 17 00:00:00 2001 From: Gregory Bragg Date: Thu, 6 Jun 2019 11:05:16 -0400 Subject: [PATCH] GH-214: Update jCIFS library to the latest 2.1.8 release --- spring-integration-smb/README.md | 2 +- spring-integration-smb/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-integration-smb/README.md b/spring-integration-smb/README.md index 70f9124..77115b3 100644 --- a/spring-integration-smb/README.md +++ b/spring-integration-smb/README.md @@ -18,7 +18,7 @@ Put the following block into pom.xml if using Maven: org.springframework.integration spring-integration-smb - 1.0.0.RELEASE + 1.2.0.RELEASE ## Changes diff --git a/spring-integration-smb/build.gradle b/spring-integration-smb/build.gradle index f299607..4475f4c 100644 --- a/spring-integration-smb/build.gradle +++ b/spring-integration-smb/build.gradle @@ -42,7 +42,7 @@ compileTestJava { ext { idPrefix = 'smb' - jcifsVersion = '2.1.7' + jcifsVersion = '2.1.8' log4jVersion = '2.11.2' springIntegrationVersion = '5.2.0.BUILD-SNAPSHOT'