@@ -2,7 +2,7 @@ plugins {
2
2
id ' java-library'
3
3
}
4
4
5
- version = " 3.0.0 "
5
+ version = " 3.0.1 "
6
6
7
7
repositories {
8
8
mavenCentral()
@@ -17,16 +17,16 @@ dependencies {
17
17
implementation group : ' com.zaxxer' , name : ' HikariCP' , version : ' 3.4.1'
18
18
19
19
// https://mvnrepository.com/artifact/org.postgresql/postgresql
20
- implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.2.10 '
20
+ implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.7.2 '
21
21
22
22
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
23
- compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.14.0 '
23
+ compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1 '
24
24
25
25
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
26
- compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.0 '
26
+ compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.1 '
27
27
28
28
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
29
- compileOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3 '
29
+ compileOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14 '
30
30
31
31
// https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
32
32
compileOnly group : ' com.google.code.findbugs' , name : ' jsr305' , version : ' 3.0.2'
@@ -43,21 +43,21 @@ dependencies {
43
43
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.1.0'
44
44
45
45
// https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
46
- testImplementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 10.1.1 '
46
+ testImplementation group : ' org.apache.tomcat.embed' , name : ' tomcat-embed-core' , version : ' 10.1.18 '
47
47
48
48
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
49
- testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3 '
49
+ testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.4.14 '
50
50
51
51
// https://mvnrepository.com/artifact/com.google.code.gson/gson
52
52
testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.3.1'
53
53
54
54
testImplementation ' com.tngtech.archunit:archunit-junit4:0.22.0'
55
55
56
56
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
57
- testImplementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.14.0 '
57
+ testImplementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1 '
58
58
59
59
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
60
- testImplementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.0 '
60
+ testImplementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.1 '
61
61
}
62
62
63
63
jar {
0 commit comments