Skip to content

Commit

Permalink
ADBDEV-3209: Change version of the encryption lib
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaZe committed Nov 14, 2022
1 parent a73a6d5 commit a6e5b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ configure(javaProjects) {
dependency("org.xerial.snappy:snappy-java:1.1.8.4")

// Arenadata encryption
dependency("io.arenadata.security:encryption:1.0.0-SNAPSHOT")
dependency("io.arenadata.security:encryption:1.0.0")

// Hadoop dependencies
dependencySet(group:"org.apache.hadoop", version:"${hadoopVersion}") {
Expand Down

0 comments on commit a6e5b6a

Please sign in to comment.