Skip to content

Commit

Permalink
SDGF-124: update patch versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Johnson committed Sep 29, 2023
1 parent 3c83fbd commit 82ae223
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = 'Spring Data for VMware GemFire'

minimumGradleVersion = 7.4

gemfireVersion=9.15.6
gemfireVersion=9.15.8

org.gradle.parallel=true
org.gradle.workers.max=3
Expand Down
12 changes: 6 additions & 6 deletions spring-data-vmware-gemfire/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ dependencies {
compileOnly "com.vmware.gemfire:geode-deployment-legacy:$gemfireVersion"

implementation 'javax.cache:cache-api:1.1.1'
api 'org.springframework:spring-context-support:5.3.28'
api 'org.springframework:spring-tx:5.3.28'
api 'org.springframework:spring-web:5.3.28'
api 'org.springframework:spring-context-support:5.3.30'
api 'org.springframework:spring-tx:5.3.30'
api 'org.springframework:spring-web:5.3.30'
api "org.springframework.data:spring-data-commons:$springDataVersion"
implementation 'org.apache.shiro:shiro-spring:1.11.0'
implementation 'org.aspectj:aspectjweaver:1.9.19'
implementation 'org.apache.shiro:shiro-spring:1.12.0'
implementation 'org.aspectj:aspectjweaver:1.9.20.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.3'
runtimeOnly 'antlr:antlr:2.7.7'
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
testImplementation 'org.apache.openwebbeans:openwebbeans-se:2.0.27'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.iq80.snappy:snappy:0.4'
testImplementation 'org.springframework:spring-test:5.3.28'
testImplementation 'org.springframework:spring-test:5.3.30'

testImplementation('com.vmware.gemfire:spring-test-gemfire-9.15-2.7:1.0.0')
testImplementation('org.springframework.shell:spring-shell:1.2.0.RELEASE') {
Expand Down
2 changes: 1 addition & 1 deletion spring-data-vmware-gemfire/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# SPDX-License-Identifier: Apache-2.0
#

springDataVersion=2.7.13
springDataVersion=2.7.16

0 comments on commit 82ae223

Please sign in to comment.