@@ -2,7 +2,7 @@ plugins {
22 id ' java-library'
33}
44
5- version = " 3.0.0 "
5+ version = " 3.0.1 "
66
77repositories {
88 mavenCentral()
@@ -17,16 +17,16 @@ dependencies {
1717 implementation group : ' com.zaxxer' , name : ' HikariCP' , version : ' 3.4.1'
1818
1919 // 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 '
2121
2222 // 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 '
2424
2525 // 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 '
2727
2828 // 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 '
3030
3131 // https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305
3232 compileOnly group : ' com.google.code.findbugs' , name : ' jsr305' , version : ' 3.0.2'
@@ -43,21 +43,21 @@ dependencies {
4343 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.1.0'
4444
4545 // 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 '
4747
4848 // 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 '
5050
5151 // https://mvnrepository.com/artifact/com.google.code.gson/gson
5252 testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.3.1'
5353
5454 testImplementation ' com.tngtech.archunit:archunit-junit4:0.22.0'
5555
5656 // 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 '
5858
5959 // 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 '
6161}
6262
6363jar {
0 commit comments