Skip to content

Commit

Permalink
SDGF-124: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Kohlmeyer authored and kohlmu-pivotal committed Oct 12, 2023
1 parent 8e54f44 commit 9dc7e1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
springBootVersion=2.6.14
gemfireVersion=9.15.4
gemfireVersion=9.15.8
springShellVersion=1.2.0.RELEASE

gemfireBaseVersion=9.15
version=1.1.0-build.9999
version=1.1.2-build.9999

springSessionDataGemFireVersion=1.1.0-build.9999
springDataGemFireVersion=1.1.0-build.9999
springTestGemFireVersion=1.0.0
springSessionDataGemFireVersion=1.1.2
springDataGemFireVersion=1.1.2
springTestGemFireVersion=1.0.1

additionalMavenRepoURLs=''

Expand Down
2 changes: 1 addition & 1 deletion spring-gemfire-actuator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation "org.mockito:mockito-core"
testImplementation "org.projectlombok:lombok"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "com.vmware.gemfire:spring-test-gemfire-9.15-2.6:1.0.0-build.6"
testImplementation "com.vmware.gemfire:spring-test-gemfire-9.15-2.6:$springTestGemFireVersion"
testImplementation "edu.umd.cs.mtc:multithreadedtc"
}

Expand Down
8 changes: 4 additions & 4 deletions spring-gemfire/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ project.ext.set("pomProjectDescription",description)

dependencies {
implementation project(':spring-gemfire-extensions')
api "org.springframework:spring-context:5.3.26"
implementation "org.springframework:spring-context-support:5.3.26"
implementation "org.springframework:spring-jcl:5.3.26"
api "org.springframework:spring-context:5.3.28"
implementation "org.springframework:spring-context-support:5.3.28"
implementation "org.springframework:spring-jcl:5.3.28"
api "org.springframework.boot:spring-boot-starter:$springBootVersion"

api "com.vmware.gemfire:spring-data-2.6-gemfire-$gemfireBaseVersion:$springDataGemFireVersion"
Expand All @@ -35,7 +35,7 @@ dependencies {
exclude group: 'com.vmware.gemfire', module: 'geode-log4j'
}

testImplementation "org.springframework:spring-test:5.3.26"
testImplementation "org.springframework:spring-test:5.3.28"
testImplementation "junit:junit"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"
Expand Down

0 comments on commit 9dc7e1a

Please sign in to comment.