Skip to content

Commit

Permalink
Merge pull request #299 from ELIXIR-NO/dependabot/gradle/lib/crypt4gh…
Browse files Browse the repository at this point in the history
…/all-modules-c29726107e

[Crypt4gh]: Bump the all-modules group across 1 directory with 3 updates
  • Loading branch information
Parisa68 authored Nov 20, 2024
2 parents 67e7023 + e92fb6a commit 0fae64b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/crypt4gh/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("java")
id("extra-java-module-info")
id("io.freefair.lombok") version "8.10"
id("io.freefair.lombok") version "8.11"
id("formatting-conventions")
id("maven-publish")
}
Expand All @@ -18,11 +18,11 @@ dependencies {
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("commons-codec:commons-codec:1.17.1")
implementation("commons-cli:commons-cli:1.9.0")
implementation("commons-io:commons-io:2.16.1")
implementation("commons-io:commons-io:2.17.0")
implementation("com.rfksystems:blake2b:2.0.0")
implementation("at.favre.lib:bkdf:0.6.0")
implementation("com.lambdaworks:scrypt:1.4.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down

0 comments on commit 0fae64b

Please sign in to comment.