Skip to content

Commit a09e4db

Browse files
committed
Updated resource loader to 1.3.10
1 parent 2e77db9 commit a09e4db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
ext {
2121
artifactId = "lazysodium-java"
2222
groupId = "com.goterl.lazycode"
23-
version = '4.3.3'
23+
version = '4.3.4'
2424
description = "Lazysodium (Java) makes it effortless for Java " +
2525
"developers to get started with Libsodium's cryptography."
2626
}
@@ -50,7 +50,7 @@ sourceSets {
5050
// Dependencies
5151
dependencies {
5252
implementation 'net.java.dev.jna:jna:5.5.0'
53-
implementation 'co.libly:resource-loader:1.3.9'
53+
implementation 'co.libly:resource-loader:1.3.10'
5454
implementation 'org.slf4j:slf4j-api:2.0.0-alpha1'
5555
testImplementation 'junit:junit:4.12'
5656
testImplementation 'org.mockito:mockito-core:2.28.2'

0 commit comments

Comments
 (0)