@@ -2,7 +2,7 @@ plugins {
2
2
id ' java-library'
3
3
}
4
4
5
- version = " 1.23.0 "
5
+ version = " 1.23.1 "
6
6
7
7
repositories {
8
8
mavenCentral()
@@ -17,13 +17,13 @@ dependencies {
17
17
implementation group : ' org.mongodb' , name : ' mongodb-driver-sync' , version : ' 4.0.0'
18
18
19
19
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
20
- compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.14.0 '
20
+ compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1 '
21
21
22
22
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
23
- compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.0 '
23
+ compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.1 '
24
24
25
25
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
26
- compileOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3 '
26
+ compileOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14 '
27
27
28
28
// https://mvnrepository.com/artifact/com.google.code.gson/gson
29
29
compileOnly group : ' com.google.code.gson' , name : ' gson' , version : ' 2.3.1'
@@ -37,10 +37,10 @@ dependencies {
37
37
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.1.0'
38
38
39
39
// https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
40
- testImplementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 10.1.1 '
40
+ testImplementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 10.1.18 '
41
41
42
42
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
43
- testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3 '
43
+ testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14 '
44
44
45
45
// https://mvnrepository.com/artifact/com.google.code.gson/gson
46
46
testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.3.1'
0 commit comments