9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-06 15:51:31 +00:00

Updated Upstream (Leaves/Dependencies)

This commit is contained in:
Dreeam
2024-01-21 11:00:34 -05:00
parent a923ad4c71
commit 5eabf46171
4 changed files with 28 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
diff --git a/build.gradle.kts b/build.gradle.kts
index 0d9531a62d7667b98a57bd6b8e627a3e2f105001..bd863ad35b4ed1da320ab6276ebedbaf52ab2d67 100644
index 0d9531a62d7667b98a57bd6b8e627a3e2f105001..087cb047c73d8cecdea32d16175bebf19b95ef1e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -9,11 +9,11 @@ java {
@@ -74,7 +74,7 @@ index 0d9531a62d7667b98a57bd6b8e627a3e2f105001..bd863ad35b4ed1da320ab6276ebedbaf
testImplementation("org.hamcrest:hamcrest:2.2")
- testImplementation("org.mockito:mockito-core:5.5.0")
- testImplementation("org.ow2.asm:asm-tree:9.5")
+ testImplementation("org.mockito:mockito-core:5.8.0")
+ testImplementation("org.mockito:mockito-core:5.9.0")
+ testImplementation("org.ow2.asm:asm-tree:9.6")
+ // Leaf end
}