Skip to content

Commit 56d40f4

Browse files
update dependencies
1 parent 92a8567 commit 56d40f4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ dependencies {
4949
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
5050
testImplementation 'junit:junit:4.13.2'
5151
testImplementation 'org.mockito:mockito-core:5.21.0'
52-
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.2.2'
52+
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.2.3'
5353
testImplementation 'org.robolectric:robolectric:4.16.1'
5454
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
5555
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
5656
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
57-
testImplementation 'org.assertj:assertj-core:3.27.6'
57+
testImplementation 'org.assertj:assertj-core:3.27.7'
5858
testImplementation 'org.hamcrest:hamcrest:3.0'
5959
// Android Test Dependencies
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
6161
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.7.0'
6262
androidTestImplementation 'androidx.test.ext:junit-ktx:1.3.0'
6363
androidTestImplementation 'androidx.test:rules:1.7.0'
64-
androidTestImplementation 'org.assertj:assertj-core:3.27.6'
64+
androidTestImplementation 'org.assertj:assertj-core:3.27.7'
6565
androidTestImplementation 'org.hamcrest:hamcrest:3.0'
6666
}
6767

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Build Properties
2-
#Sat Jan 24 11:44:11 EST 2026
3-
version_build=3
2+
#Fri Jan 30 18:03:18 EST 2026
3+
version_build=4
44
version_major=3
55
version_minor=2
66
version_patch=2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildscript {
2222
ext {
23-
kotlin_version = '2.2.21'
23+
kotlin_version = '2.3.0'
2424
}
2525
repositories {
2626
google()

gradle/wrapper/gradle-wrapper.jar

-719 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)