Skip to content

Commit

Permalink
Updated resource loader to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Jan 30, 2021
1 parent 2e77db9 commit a09e4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
ext {
artifactId = "lazysodium-java"
groupId = "com.goterl.lazycode"
version = '4.3.3'
version = '4.3.4'
description = "Lazysodium (Java) makes it effortless for Java " +
"developers to get started with Libsodium's cryptography."
}
Expand Down Expand Up @@ -50,7 +50,7 @@ sourceSets {
// Dependencies
dependencies {
implementation 'net.java.dev.jna:jna:5.5.0'
implementation 'co.libly:resource-loader:1.3.9'
implementation 'co.libly:resource-loader:1.3.10'
implementation 'org.slf4j:slf4j-api:2.0.0-alpha1'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit a09e4db

Please sign in to comment.