GH-214: Update jCIFS library to the latest 2.1.8 release
This commit is contained in:
committed by
Artem Bilan
parent
672a196da7
commit
9636a155c0
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user