From 31c64d51060f18b887a3c9820f7fd0f673e38c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:20:33 +0000 Subject: [PATCH] Bump net.sf.jsignature.io-tools:easystream from 1.2.14 to 1.2.15 Bumps net.sf.jsignature.io-tools:easystream from 1.2.14 to 1.2.15. --- updated-dependencies: - dependency-name: net.sf.jsignature.io-tools:easystream dependency-version: 1.2.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index acfb9de..863175f 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { testImplementation 'commons-io:commons-io:2.4' testImplementation 'org.ini4j:ini4j:0.5.2' testImplementation 'junit:junit:4.9' - testImplementation 'net.sf.jsignature.io-tools:easystream:1.2.14' + testImplementation 'net.sf.jsignature.io-tools:easystream:1.2.15' testImplementation 'com.github.zafarkhaja:java-semver:0.9.0' testImplementation 'commons-codec:commons-codec:1.8'