Skip to content

Commit

Permalink
Upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Feb 20, 2025
1 parent 243e761 commit 02feb96
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-rust-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-rust-{0}', github.sha) || format('unit-tests-rust-{0}', github.ref) }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
### # ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES

- name: Upload Rust Integration Test Report Log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: integration-test-rust-error-results
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ buildscript {
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929'
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
classpath "com.likethesalad.android:stem-plugin:2.9.0"
classpath 'org.owasp:dependency-check-gradle:11.1.0'
classpath 'org.owasp:dependency-check-gradle:12.1.0'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.4.0"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.5.0"
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
classpath libs.squareup.paparazziPlugin
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion docs/identity_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Settings](#settings)
* [Discovery screen](#discovery-screen)
* [Set identity server screen](#set-identity-server-screen)
* [Ref:](#ref:)
* [Ref:](#ref)

<!--- END -->

Expand Down
2 changes: 1 addition & 1 deletion docs/integration_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [Stop Synapse](#stop-synapse)
* [Troubleshoot](#troubleshoot)
* [Android Emulator does cannot reach the homeserver](#android-emulator-does-cannot-reach-the-homeserver)
* [Tests partially run but some fail with "Unable to contact localhost:8080"](#tests-partially-run-but-some-fail-with-"unable-to-contact-localhost:8080")
* [Tests partially run but some fail with "Unable to contact localhost:8080"](#tests-partially-run-but-some-fail-with-"unable-to-contact-localhost8080")
* [virtualenv command fails](#virtualenv-command-fails)

<!--- END -->
Expand Down
4 changes: 2 additions & 2 deletions docs/signin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document describes the flow of signin to a homeserver, and also the flow wh
* [Get the flow](#get-the-flow)
* [Login with username](#login-with-username)
* [Incorrect password](#incorrect-password)
* [Correct password:](#correct-password:)
* [Correct password](#correct-password)
* [Login with email](#login-with-email)
* [Unknown email](#unknown-email)
* [Known email, wrong password](#known-email-wrong-password)
Expand Down Expand Up @@ -76,7 +76,7 @@ curl -X POST --data $'{"identifier":{"type":"m.id.user","user":"alice"},"passwor
}
```

#### Correct password:
#### Correct password

We get credential (200)

Expand Down
12 changes: 6 additions & 6 deletions docs/signup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This document describes the flow of registration to a homeserver. Examples come

* [Sign up flows](#sign-up-flows)
* [First step](#first-step)
* [Step 1: entering user name and password](#step-1:-entering-user-name-and-password)
* [Step 1: entering user name and password](#step-1-entering-user-name-and-password)
* [If username already exists](#if-username-already-exists)
* [Step 2: entering email](#step-2:-entering-email)
* [Step 2 bis: user enters an email](#step-2-bis:-user-enters-an-email)
* [Step 3: Accepting T&C](#step-3:-accepting-t&c)
* [Step 4: Captcha](#step-4:-captcha)
* [Step 5: MSISDN](#step-5:-msisdn)
* [Step 2: entering email](#step-2-entering-email)
* [Step 2 bis: user enters an email](#step-2-bis-user-enters-an-email)
* [Step 3: Accepting T&C](#step-3-accepting-t&c)
* [Step 4: Captcha](#step-4-captcha)
* [Step 5: MSISDN](#step-5-msisdn)

<!--- END -->

Expand Down
2 changes: 1 addition & 1 deletion docs/ui-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Currently the test are covering a small set of application flows:

<!--- TOC -->

* [Prerequisites:](#prerequisites:)
* [Prerequisites:](#prerequisites)
* [Run the tests](#run-the-tests)
* [From the source code](#from-the-source-code)
* [From command line](#from-command-line)
Expand Down

0 comments on commit 02feb96

Please sign in to comment.