Skip to content

Commit

Permalink
selftest-android: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Sep 27, 2023
1 parent 01dde77 commit ddf1b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions junixsocket-selftest-android/SelftestApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ dependencies {
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-native-common"
exclude group: "com.kohlschutter.junixsocket", module: "junixsocket-native-custom"
}
implementation 'com.kohlschutter:kohlschutter-util:1.5.8'
implementation 'com.kohlschutter:kohlschutter-test-util:1.5.8'
implementation 'com.kohlschutter:kohlschutter-util:1.6.1'
implementation 'com.kohlschutter:kohlschutter-test-util:1.6.1'
implementation 'org.junit.platform:junit-platform-console:1.9.3'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
implementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
Expand Down

0 comments on commit ddf1b76

Please sign in to comment.