We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e77db9 commit a09e4dbCopy full SHA for a09e4db
build.gradle
@@ -20,7 +20,7 @@ plugins {
20
ext {
21
artifactId = "lazysodium-java"
22
groupId = "com.goterl.lazycode"
23
- version = '4.3.3'
+ version = '4.3.4'
24
description = "Lazysodium (Java) makes it effortless for Java " +
25
"developers to get started with Libsodium's cryptography."
26
}
@@ -50,7 +50,7 @@ sourceSets {
50
// Dependencies
51
dependencies {
52
implementation 'net.java.dev.jna:jna:5.5.0'
53
- implementation 'co.libly:resource-loader:1.3.9'
+ implementation 'co.libly:resource-loader:1.3.10'
54
implementation 'org.slf4j:slf4j-api:2.0.0-alpha1'
55
testImplementation 'junit:junit:4.12'
56
testImplementation 'org.mockito:mockito-core:2.28.2'
0 commit comments