File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
#
18
18
group = com.redis
19
+ sourceCompatibility = 1.8
20
+ targetCompatibility = 1.8
21
+ testSourceCompatibility = 11
22
+ testTargetCompatibility = 11
19
23
reproducibleBuild = true
20
24
21
25
asciidoctorVersion = 3.3.2
26
+ bootPluginVersion = 2.7.16
22
27
gitPluginVersion = 3.0.0
23
28
kordampPluginVersion = 0.51.0
24
29
kordampBuildVersion = 3.1.0
25
30
shadowPluginVersion = 7.1.2
26
31
27
- awaitilityVersion = 4.2.0
28
32
checkerVersion = 3.12.0
29
- commonsPoolVersion = 2.11.1
30
- connectUtilsVersion = 0.7.177
31
- guavaVersion = 31.1-jre
32
33
jacocoVersion = 0.8.10
33
- jacksonVersion = 2.13.5
34
- kafkaVersion = 2.6.0
35
34
lettucemodVersion = 3.5.1
36
35
lettuceVersion = 6.2.3.RELEASE
37
- mockitoVersion = 4.8.1
38
- slf4jVersion = 1.7.36
39
36
springBatchRedisVersion = 3.4.0
37
+ testcontainersVersion = 1.18.3
40
38
testcontainersRedisVersion = 1.6.4
41
- testcontainersVersion = 1.18.1
42
39
43
40
org.gradle.daemon = true
44
41
org.gradle.caching = false
You can’t perform that action at this time.
0 commit comments