Skip to content

Commit

Permalink
Merge pull request #3 from AndreiOla/fix/updateOSSLibsCont
Browse files Browse the repository at this point in the history
Updated more OSS libs and changed version to 3.0.3
  • Loading branch information
morarucostel authored May 12, 2022
2 parents 6b16c5a + 3fb03c9 commit 6934ed4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.boomerang</groupId>
<artifactId>lib-scheduling</artifactId>
<version>3.0.2</version>
<name>lib-jetstream</name>
<version>3.0.3</version>
<name>Boomerang Lib Scheduling</name>
<url>https://www.useboomerang.io</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 6934ed4

Please sign in to comment.