File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc
spring-session-samples/gradle Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
dependencyManagement {
2
2
imports {
3
3
mavenBom ' io.projectreactor:reactor-bom:2020.0.12'
4
- mavenBom ' org.junit:junit-bom:5.7.1 '
4
+ mavenBom ' org.junit:junit-bom:5.7.2 '
5
5
mavenBom ' org.springframework:spring-framework-bom:5.3.11'
6
6
mavenBom ' org.springframework.data:spring-data-bom:2020.0.14'
7
7
mavenBom ' org.springframework.security:spring-security-bom:5.4.9'
@@ -21,7 +21,7 @@ dependencyManagement {
21
21
dependency ' com.oracle.database.jdbc:ojdbc8:19.8.0.0'
22
22
dependency ' com.zaxxer:HikariCP:3.4.5'
23
23
dependency ' edu.umd.cs.mtc:multithreadedtc:1.01'
24
- dependency ' io.lettuce:lettuce-core:6.0.7 .RELEASE'
24
+ dependency ' io.lettuce:lettuce-core:6.0.8 .RELEASE'
25
25
dependency ' javax.annotation:javax.annotation-api:1.3.2'
26
26
dependency ' javax.servlet:javax.servlet-api:4.0.1'
27
27
dependency ' junit:junit:4.13.2'
@@ -31,6 +31,6 @@ dependencyManagement {
31
31
dependency ' org.hsqldb:hsqldb:2.5.1'
32
32
dependency ' org.mariadb.jdbc:mariadb-java-client:2.7.3'
33
33
dependency ' org.mockito:mockito-core:3.5.15'
34
- dependency ' org.postgresql:postgresql:42.2.23 '
34
+ dependency ' org.postgresql:postgresql:42.2.24 '
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2014-2019 the original author or authors.
2
+ * Copyright 2014-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -137,7 +137,7 @@ public String getDriverClassName() {
137
137
private static class MySql8Container extends MySQLContainer <MySql8Container > {
138
138
139
139
MySql8Container () {
140
- super ("mysql:8.0.25 " );
140
+ super ("mysql:8.0.27 " );
141
141
}
142
142
143
143
@ Override
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencyManagement {
4
4
}
5
5
6
6
dependencies {
7
- dependency ' ch.qos.logback:logback-classic:1.2.5 '
7
+ dependency ' ch.qos.logback:logback-classic:1.2.6 '
8
8
dependency ' com.maxmind.geoip2:geoip2:2.15.0'
9
9
dependency ' javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2'
10
10
dependency ' javax.servlet.jsp:javax.servlet.jsp-api:2.3.3'
You can’t perform that action at this time.
0 commit comments