From 4146f07feb8fa2d1e46c0c0fd391f301f2e127b1 Mon Sep 17 00:00:00 2001 From: andrei_olariu_ro Date: Thu, 12 May 2022 16:37:06 +0300 Subject: [PATCH] Updated more OSS libs and changed version to 3.0.3 --- build.gradle | 22 +++++++++++----------- pom.xml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build.gradle b/build.gradle index 2f8d3ae..69b8808 100644 --- a/build.gradle +++ b/build.gradle @@ -68,21 +68,21 @@ eclipse { dependencies { implementation("org.quartz-scheduler:quartz:2.3.2") - implementation("org.mongodb:mongodb-driver-sync:4.0.5") - implementation("commons-codec:commons-codec:1.10") - implementation("org.apache.commons:commons-lang3:3.8") - implementation("org.apache.httpcomponents:httpcore:4.4.10") - implementation("org.slf4j:slf4j-api:1.7.21") + implementation("org.mongodb:mongodb-driver-sync:4.4.2") + implementation("commons-codec:commons-codec:1.15") + implementation("org.apache.commons:commons-lang3:3.12.0") + implementation("org.apache.httpcomponents:httpcore:4.4.15") + implementation("org.slf4j:slf4j-api:1.7.36") compileOnly("org.clojure:clojure:1.10.0") testImplementation("org.clojure:clojure:1.10.0") - testImplementation("joda-time:joda-time:2.8.2") - testImplementation("org.slf4j:slf4j-simple:1.7.10") - testImplementation("org.codehaus.groovy:groovy-all:2.5.12") - testImplementation("org.spockframework:spock-core:1.3-groovy-2.5") - testRuntimeOnly("cglib:cglib-nodep:3.1") - testRuntimeOnly("org.objenesis:objenesis:2.1") + testImplementation("joda-time:joda-time:2.10.14") + testImplementation("org.slf4j:slf4j-simple:1.7.36") + testImplementation("org.codehaus.groovy:groovy-all:3.0.10") + testImplementation("org.spockframework:spock-core:2.2-M1-groovy-4.0") + testRuntimeOnly("cglib:cglib-nodep:3.3.0") + testRuntimeOnly("org.objenesis:objenesis:3.2") } release { diff --git a/pom.xml b/pom.xml index a62097f..7db245d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ 4.0.0 io.boomerang lib-scheduling - 0.0.1 - lib-jetstream + 3.0.3 + Boomerang Lib Scheduling https://www.useboomerang.io UTF-8