@@ -68,21 +68,21 @@ eclipse {
6868
6969dependencies {
7070 implementation(" org.quartz-scheduler:quartz:2.3.2" )
71- implementation(" org.mongodb:mongodb-driver-sync:4.0.5 " )
72- implementation(" commons-codec:commons-codec:1.10 " )
73- implementation(" org.apache.commons:commons-lang3:3.8 " )
74- implementation(" org.apache.httpcomponents:httpcore:4.4.10 " )
75- implementation(" org.slf4j:slf4j-api:1.7.21 " )
71+ implementation(" org.mongodb:mongodb-driver-sync:4.4.2 " )
72+ implementation(" commons-codec:commons-codec:1.15 " )
73+ implementation(" org.apache.commons:commons-lang3:3.12.0 " )
74+ implementation(" org.apache.httpcomponents:httpcore:4.4.15 " )
75+ implementation(" org.slf4j:slf4j-api:1.7.36 " )
7676
7777 compileOnly(" org.clojure:clojure:1.10.0" )
7878
7979 testImplementation(" org.clojure:clojure:1.10.0" )
80- testImplementation(" joda-time:joda-time:2.8.2 " )
81- testImplementation(" org.slf4j:slf4j-simple:1.7.10 " )
82- testImplementation(" org.codehaus.groovy:groovy-all:2.5.12 " )
83- testImplementation(" org.spockframework:spock-core:1.3- groovy-2.5 " )
84- testRuntimeOnly(" cglib:cglib-nodep:3.1 " )
85- testRuntimeOnly(" org.objenesis:objenesis:2.1 " )
80+ testImplementation(" joda-time:joda-time:2.10.14 " )
81+ testImplementation(" org.slf4j:slf4j-simple:1.7.36 " )
82+ testImplementation(" org.codehaus.groovy:groovy-all:3.0.10 " )
83+ testImplementation(" org.spockframework:spock-core:2.2-M1- groovy-4.0 " )
84+ testRuntimeOnly(" cglib:cglib-nodep:3.3.0 " )
85+ testRuntimeOnly(" org.objenesis:objenesis:3.2 " )
8686}
8787
8888release {
0 commit comments