Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Jun 10, 2022
1 parent 2e65774 commit f2d00a5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "org.veupathdb.lib"
version = "1.1.0"
version = "1.1.1"

repositories {
mavenCentral()
Expand All @@ -35,11 +35,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.3")

// Logging
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
implementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.2")

implementation("org.veupathdb.lib:hash-id:1.0.2")
api("org.veupathdb.lib:hash-id:1.0.2")
implementation("com.rabbitmq:amqp-client:5.14.2")
}

Expand Down

0 comments on commit f2d00a5

Please sign in to comment.