Skip to content

Commit b56d100

Browse files
committed
Bump ml-app-deployer dependency to patch Spring4Shell
1 parent bd4892d commit b56d100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "com.marklogic"
15-
version = "4.3.3"
15+
version = "4.3.4"
1616

1717
sourceCompatibility = "8"
1818
targetCompatibility = "8"
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
implementation gradleApi()
2727
implementation localGroovy()
28-
api "com.marklogic:ml-app-deployer:4.3.2"
28+
api "com.marklogic:ml-app-deployer:4.3.3"
2929
implementation "com.marklogic:mlcp-util:1.0"
3030
implementation "com.marklogic:marklogic-data-movement-components:2.4.0"
3131
implementation "commons-io:commons-io:2.11.0"

examples/corb2-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
corbVersion=2.5.3
1+
corbVersion=2.5.4
22
mlHost=localhost
33
mlAppName=corb2-project
44
mlRestPort=8140

0 commit comments

Comments
 (0)