GH-214: Update jCIFS library to the latest 2.1.8 release

This commit is contained in:
Gregory Bragg
2019-06-06 11:05:16 -04:00
committed by Artem Bilan
parent 672a196da7
commit 9636a155c0
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ Put the following block into pom.xml if using Maven:
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-smb</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.2.0.RELEASE</version>
</dependency>
## Changes

View File

@@ -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'