Skip to content

Commit 212892d

Browse files
authored
Polish spring-boot-kotlin-redis example (#6305)
* Update spring boot version to 2.7.6 * Remove unused import
1 parent 52b6949 commit 212892d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/spring-boot-kotlin-redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "2.7.5"
2+
id("org.springframework.boot") version "2.7.6"
33
id("org.jetbrains.kotlin.jvm") version "1.7.22"
44
id("org.jetbrains.kotlin.plugin.spring") version "1.7.22"
55
}

examples/spring-boot-kotlin-redis/src/test/kotlin/com/example/redis/RedisTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get
88
import org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post
99
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.content
1010
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.status
11-
import org.springframework.test.web.servlet.setup.MockMvcBuilders
1211

1312

1413
class RedisTest : AbstractIntegrationTest() {

0 commit comments

Comments
 (0)