File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
examples/spring-boot-kotlin-redis Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" org.springframework.boot" ) version " 2.4.1"
3- id(" org.jetbrains.kotlin.jvm" ) version " 1.4.32 "
3+ id(" org.jetbrains.kotlin.jvm" ) version " 1.5.10 "
44 id(" org.jetbrains.kotlin.plugin.spring" ) version " 1.5.10"
55}
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 compile project(' :database-commons' )
55 testCompile project(' :test-support' )
66
7- compileOnly ' org.jetbrains:annotations:20.1.0 '
7+ compileOnly ' org.jetbrains:annotations:21.0.1 '
88 testCompile ' commons-dbutils:commons-dbutils:1.7'
99 testCompile ' org.vibur:vibur-dbcp:25.0'
1010 testCompile ' org.apache.tomcat:tomcat-jdbc:10.0.6'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66
77 testCompile project(' :mysql' )
88 testCompile project(' :postgresql' )
9- testCompile ' com.zaxxer:HikariCP:3.4.5 '
9+ testCompile ' com.zaxxer:HikariCP:4.0.3 '
1010 testCompile ' redis.clients:jedis:3.6.0'
1111 testCompile ' org.apache.httpcomponents:httpclient:4.5.13'
1212 testCompile (' org.mockito:mockito-core:3.10.0' ) {
@@ -16,7 +16,7 @@ dependencies {
1616 testCompile ' org.junit.jupiter:junit-jupiter-params:5.7.1'
1717
1818 testRuntime ' org.postgresql:postgresql:42.2.20'
19- testRuntime ' mysql:mysql-connector-java:8.0.22 '
19+ testRuntime ' mysql:mysql-connector-java:8.0.25 '
2020 testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.7.2'
2121}
2222
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55
66 compileOnly ' com.amazonaws:aws-java-sdk-s3:1.11.1030'
77 testCompile ' com.amazonaws:aws-java-sdk-s3:1.11.1030'
8- testCompile ' com.amazonaws:aws-java-sdk-sqs:1.11.1018 '
8+ testCompile ' com.amazonaws:aws-java-sdk-sqs:1.12.1 '
99 testCompile ' com.amazonaws:aws-java-sdk-logs:1.11.807'
1010 testCompile ' software.amazon.awssdk:s3:2.16.62'
1111 testCompile ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ description = "Testcontainers :: Nginx"
22
33dependencies {
44 compile project(' :testcontainers' )
5- compileOnly ' org.jetbrains:annotations:20.1.0 '
5+ compileOnly ' org.jetbrains:annotations:21.0.1 '
66 testCompile ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
77}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ dependencies {
1616 testCompile testFixtures(project(' :r2dbc' ))
1717 testCompile ' io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
1818
19- compileOnly ' org.jetbrains:annotations:20.1.0 '
19+ compileOnly ' org.jetbrains:annotations:21.0.1 '
2020}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 testCompile project(' :nginx' )
1313 testCompile ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
1414
15- compileOnly ' org.jetbrains:annotations:20.1.0 '
16- testCompileClasspath ' org.jetbrains:annotations:20 .0.0 '
15+ compileOnly ' org.jetbrains:annotations:21.0.1 '
16+ testCompileClasspath ' org.jetbrains:annotations:21 .0.1 '
1717}
You can’t perform that action at this time.
0 commit comments