File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spring-session-samples/gradle Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencyManagement {
2
2
imports {
3
3
mavenBom ' io.projectreactor:reactor-bom:2020.0.14'
4
4
mavenBom ' com.fasterxml.jackson:jackson-bom:2.13.0'
5
- mavenBom ' org.junit:junit-bom:5.8.1 '
5
+ mavenBom ' org.junit:junit-bom:5.8.2 '
6
6
mavenBom ' org.springframework:spring-framework-bom:5.3.14'
7
7
mavenBom ' org.springframework.data:spring-data-bom:2021.1.0'
8
8
mavenBom ' org.springframework.security:spring-security-bom:5.6.1'
@@ -16,11 +16,11 @@ dependencyManagement {
16
16
}
17
17
18
18
dependency ' org.aspectj:aspectjweaver:1.9.7'
19
- dependency ' ch.qos.logback:logback-core:1.2.3 '
19
+ dependency ' ch.qos.logback:logback-core:1.2.9 '
20
20
dependency ' com.google.code.findbugs:jsr305:3.0.2'
21
21
dependency ' com.h2database:h2:1.4.200'
22
22
dependency ' com.ibm.db2:jcc:11.5.6.0'
23
- dependency ' com.microsoft.sqlserver:mssql-jdbc:9.4.0 .jre8'
23
+ dependency ' com.microsoft.sqlserver:mssql-jdbc:9.4.1 .jre8'
24
24
dependency ' com.oracle.database.jdbc:ojdbc8:21.3.0.0'
25
25
dependency ' com.zaxxer:HikariCP:3.4.5'
26
26
dependency ' edu.umd.cs.mtc:multithreadedtc:1.01'
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.7 '
7
+ dependency ' ch.qos.logback:logback-classic:1.2.9 '
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