File tree Expand file tree Collapse file tree 14 files changed +22
-22
lines changed
redis-backed-cache-testng Expand file tree Collapse file tree 14 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ configurations.all {
95
95
}
96
96
97
97
dependencies {
98
- baseline ' org.testcontainers:testcontainers:1.15.3 ' , {
98
+ baseline ' org.testcontainers:testcontainers:1.16.0 ' , {
99
99
exclude group : " *" , module : " *"
100
100
}
101
101
102
102
api ' junit:junit:4.12'
103
- api ' org.slf4j:slf4j-api:1.7.30 '
103
+ api ' org.slf4j:slf4j-api:1.7.32 '
104
104
compileOnly ' org.jetbrains:annotations:21.0.1'
105
105
testCompileClasspath ' org.jetbrains:annotations:21.0.1'
106
106
api ' org.apache.commons:commons-compress:1.20'
@@ -138,9 +138,9 @@ dependencies {
138
138
}
139
139
140
140
testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
141
- testImplementation ' redis.clients:jedis:3.6.1 '
141
+ testImplementation ' redis.clients:jedis:3.6.3 '
142
142
testImplementation ' com.rabbitmq:amqp-client:5.12.0'
143
- testImplementation ' org.mongodb:mongo-java-driver:3.12.7 '
143
+ testImplementation ' org.mongodb:mongo-java-driver:3.12.9 '
144
144
145
145
testImplementation (' org.mockito:mockito-core:3.11.2' ) {
146
146
exclude(module : ' hamcrest-core' )
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ repositories {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- compileOnly ' org.slf4j:slf4j-api:1.7.30 '
9
+ compileOnly ' org.slf4j:slf4j-api:1.7.32 '
10
10
implementation ' com.squareup.okhttp3:okhttp:4.9.1'
11
11
implementation ' org.json:json:20210307'
12
- testImplementation ' org.postgresql:postgresql:42.2.22 '
12
+ testImplementation ' org.postgresql:postgresql:42.2.23 '
13
13
testImplementation ' ch.qos.logback:logback-classic:1.2.3'
14
14
testImplementation ' org.testcontainers:postgresql'
15
15
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- compileOnly ' org.slf4j:slf4j-api:1.7.30 '
10
+ compileOnly ' org.slf4j:slf4j-api:1.7.32 '
11
11
implementation ' redis.clients:jedis:3.6.1'
12
12
implementation ' com.google.code.gson:gson:2.8.7'
13
13
implementation ' com.google.guava:guava:23.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- compileOnly ' org.slf4j:slf4j-api:1.7.30 '
10
+ compileOnly ' org.slf4j:slf4j-api:1.7.32 '
11
11
implementation ' redis.clients:jedis:3.6.1'
12
12
implementation ' com.google.code.gson:gson:2.8.7'
13
13
implementation ' com.google.guava:guava:23.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
implementation ' redis.clients:jedis:3.6.1'
12
12
implementation ' com.google.code.gson:gson:2.8.7'
13
13
implementation ' com.google.guava:guava:23.0'
14
- compileOnly ' org.slf4j:slf4j-api:1.7.30 '
14
+ compileOnly ' org.slf4j:slf4j-api:1.7.32 '
15
15
16
16
testImplementation ' ch.qos.logback:logback-classic:1.2.3'
17
17
testImplementation ' org.testcontainers:testcontainers'
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" org.springframework.boot" ) version " 2.5.2"
3
3
id(" org.jetbrains.kotlin.jvm" ) version " 1.5.10"
4
- id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.5.20 "
4
+ id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.5.21 "
5
5
}
6
6
7
7
apply plugin : ' io.spring.dependency-management'
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: Couchbase"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
6
- testImplementation ' com.couchbase.client:java-client:3.1.6 '
6
+ testImplementation ' com.couchbase.client:java-client:3.2.0 '
7
7
testImplementation ' org.awaitility:awaitility:4.1.0'
8
8
}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "TestContainers :: elasticsearch"
3
3
dependencies {
4
4
api project(' :testcontainers' )
5
5
testImplementation " org.elasticsearch.client:elasticsearch-rest-client:7.13.0"
6
- testImplementation " org.elasticsearch.client:transport:7.13.2 "
6
+ testImplementation " org.elasticsearch.client:transport:7.13.4 "
7
7
testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
8
8
}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ dependencies {
16
16
17
17
api ' org.apache.tomcat:tomcat-jdbc:10.0.7'
18
18
api ' org.vibur:vibur-dbcp:25.0'
19
- api ' mysql:mysql-connector-java:8.0.25 '
19
+ api ' mysql:mysql-connector-java:8.0.26 '
20
20
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
testImplementation project(' :mysql' )
8
8
testImplementation project(' :postgresql' )
9
9
testImplementation ' com.zaxxer:HikariCP:4.0.3'
10
- testImplementation ' redis.clients:jedis:3.6.1 '
10
+ testImplementation ' redis.clients:jedis:3.6.3 '
11
11
testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
12
12
testImplementation (' org.mockito:mockito-core:3.11.2' ) {
13
13
exclude(module : ' hamcrest-core' )
@@ -16,7 +16,7 @@ dependencies {
16
16
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.7.2'
17
17
18
18
testRuntimeOnly ' org.postgresql:postgresql:42.2.22'
19
- testRuntimeOnly ' mysql:mysql-connector-java:8.0.25 '
19
+ testRuntimeOnly ' mysql:mysql-connector-java:8.0.26 '
20
20
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.7.2'
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments