Skip to content

Commit

Permalink
chore: update dependency cuchaz:enigma to v2.3.1 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 30, 2023
1 parent 854406e commit 7d5c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation("com.fasterxml.jackson.core", "jackson-databind", jackson)
implementation("com.fasterxml.jackson.datatype", "jackson-datatype-jsr310", jackson)

val enigma = "2.3.0"
val enigma = "2.3.1"
implementation("cuchaz", "enigma", enigma)

val argparse4j = "0.9.0"
Expand Down

0 comments on commit 7d5c044

Please sign in to comment.