Skip to content

Commit 6934ed4

Browse files
authored
Merge pull request #3 from AndreiOla/fix/updateOSSLibsCont
Updated more OSS libs and changed version to 3.0.3
2 parents 6b16c5a + 3fb03c9 commit 6934ed4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ eclipse {
6868

6969
dependencies {
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

8888
release {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.boomerang</groupId>
55
<artifactId>lib-scheduling</artifactId>
6-
<version>3.0.2</version>
7-
<name>lib-jetstream</name>
6+
<version>3.0.3</version>
7+
<name>Boomerang Lib Scheduling</name>
88
<url>https://www.useboomerang.io</url>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)