Skip to content

Commit bfece5b

Browse files
committed
⬆️ change lib version for avoiding NoClassDefFoundError derjust/spring-data-dynamodb#267 (comment)
1 parent e341733 commit bfece5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
9494

9595
testCompile('org.springframework.boot:spring-boot-starter-test')
96-
implementation 'com.github.derjust:spring-data-dynamodb:5.1.0'
96+
implementation 'io.github.boostchicken:spring-data-dynamodb:5.2.1'
9797

9898
compile("org.springframework.boot:spring-boot-starter-web")
9999

0 commit comments

Comments
 (0)