GH-249: Upgrade JCIFS to the latest version
Fixes https://github.com/spring-projects/spring-integration-extensions/issues/249 * Fix JCIFS in the README to `https` * With this upgrade the project can be used with Java 17
This commit is contained in:
committed by
Artem Bilan
parent
72f54ea0a4
commit
3bd896caed
@@ -9,7 +9,7 @@ This module adds Spring Integration support for [Server Message Block][] (SMB).
|
||||
|
||||
## Version
|
||||
|
||||
[Versions in Maven Repository](http://central.maven.org/maven2/org/springframework/integration/spring-integration-smb/)
|
||||
[Versions in Maven Repository](https://repo1.maven.org/maven2/org/springframework/integration/spring-integration-smb/)
|
||||
|
||||
## Using Maven
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ compileTestJava {
|
||||
ext {
|
||||
idPrefix = 'smb'
|
||||
|
||||
jcifsVersion = '2.1.19'
|
||||
jcifsVersion = '2.1.29'
|
||||
log4jVersion = '2.13.3'
|
||||
springIntegrationVersion = '5.3.1.RELEASE'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user