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:
Gregory Bragg
2022-04-21 20:19:25 -04:00
committed by Artem Bilan
parent 72f54ea0a4
commit 3bd896caed
2 changed files with 2 additions and 2 deletions

View File

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

View File

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