Skip to content

Commit b104c7c

Browse files
committed
Merge branch 'release-5.5.3'
2 parents 8b041a2 + 0150962 commit b104c7c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# CHANGELOG
2+
## 5.5.3
3+
4+
#### Improvements and Bug Fixes
5+
- [#1340](https://github.com/marklogic/java-client-api/issues/1340) - Spring library upgrade for Spring4Shell security vulnerability
26

37
## 5.5.2
48
#### New Functionality

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=5.5.2
3-
releaseVersion=5.5.2
2+
version=5.5.3
3+
releaseVersion=5.5.3
44
describedName=MarkLogic Java Client API
55
publishUrl=file:../marklogic-java/releases

marklogic-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
compileOnly group: 'net.sourceforge.htmlcleaner', name: 'htmlcleaner', version:'2.24'
3434
compileOnly group: 'com.opencsv', name: 'opencsv', version: '4.6'
3535
compileOnly group: 'org.geonames', name: 'geonames', version:'1.0'
36-
compileOnly group: 'org.springframework', name: 'spring-jdbc', version: '5.2.7.RELEASE'
36+
compileOnly group: 'org.springframework', name: 'spring-jdbc', version: '5.3.18'
3737
}
3838

3939
jar {

0 commit comments

Comments
 (0)