Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a46408f
chore(deps-dev): bump the junit-dependencies group with 2 updates
dependabot[bot] Apr 8, 2026
6f85ae9
chore(deps): bump actions/upload-artifact from 6 to 7
dependabot[bot] Apr 8, 2026
f384d3c
chore(deps): bump android-actions/setup-android from 3.2.2 to 4.0.1
dependabot[bot] Apr 8, 2026
9385d20
chore(deps): bump actions/create-github-app-token from 2 to 3
dependabot[bot] Apr 8, 2026
b1afa2b
chore(deps): bump org.junit.jupiter:junit-jupiter
dependabot[bot] Apr 8, 2026
150c8b1
chore(deps): bump the open-telemetry group in /android with 2 updates
dependabot[bot] Apr 8, 2026
a440f12
chore(deps): bump org.mockito:mockito-core in /android
dependabot[bot] Apr 8, 2026
02a6a07
chore(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
dependabot[bot] Apr 20, 2026
0b056fc
chore(deps): bump googleapis/release-please-action from 4 to 5
dependabot[bot] Apr 23, 2026
e3d62ce
fix(deps): bump com.google.code.gson:gson from 2.13.2 to 2.14.0
dependabot[bot] May 15, 2026
90e09c1
fix(deps): bump com.github.ben-manes:gradle-versions-plugin in /android
dependabot[bot] May 15, 2026
43c1dac
fix(deps): bump com.auth0:jwks-rsa from 0.23.0 to 0.24.1 in /android
dependabot[bot] May 15, 2026
0c88d8c
Merge branch 'main' into dependabot/gradle/android/com.github.ben-man…
ramsessanchez May 15, 2026
ec05fa6
Merge remote-tracking branch 'origin/dependabot/maven/com.google.code…
ramsessanchez May 15, 2026
823b600
Merge remote-tracking branch 'origin/dependabot/github_actions/google…
ramsessanchez May 15, 2026
1e7b244
Merge remote-tracking branch 'origin/dependabot/gradle/android/com.au…
ramsessanchez May 15, 2026
6f68094
Merge remote-tracking branch 'origin/dependabot/gradle/android/com.gi…
ramsessanchez May 15, 2026
95def06
Merge remote-tracking branch 'origin/dependabot/github_actions/depend…
ramsessanchez May 15, 2026
c32e8e1
Merge remote-tracking branch 'origin/dependabot/gradle/android/org.mo…
ramsessanchez May 15, 2026
75a027f
Merge remote-tracking branch 'origin/dependabot/gradle/android/junit-…
ramsessanchez May 15, 2026
2b4746e
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
ramsessanchez May 15, 2026
d24f86c
Merge remote-tracking branch 'origin/dependabot/github_actions/androi…
ramsessanchez May 15, 2026
03f72db
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
ramsessanchez May 15, 2026
2163044
Merge remote-tracking branch 'origin/dependabot/maven/junit-dependenc…
ramsessanchez May 15, 2026
f63cf7a
Merge remote-tracking branch 'origin/dependabot/gradle/android/open-t…
ramsessanchez May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/api-level-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 21
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v3.2.2
uses: android-actions/setup-android@v4.0.1
- name: Add execution right to the script
run: chmod +x gradlew
working-directory: ./android
Expand All @@ -28,7 +28,7 @@ jobs:
working-directory: ./android
- name: Upload linting results
if: failure() && steps.lint.outcome == 'failure'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: lint-report
path: ./android/build/reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 #3.0.0
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 #3.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: ./java-8
run: .././gradlew build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: drop
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-auto-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

- name: Release Please
uses: googleapis/release-please-action@v4
uses: googleapis/release-please-action@v5
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2"
classpath "com.android.tools.build:gradle:8.13.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.54.0"
}
}

Expand Down
10 changes: 5 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies {
// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.mockito:mockito-core:5.21.0'
testImplementation 'io.opentelemetry:opentelemetry-api:1.54.0'
testImplementation 'io.opentelemetry:opentelemetry-context:1.54.0'
testImplementation 'org.mockito:mockito-core:5.23.0'
testImplementation 'io.opentelemetry:opentelemetry-api:1.60.1'
testImplementation 'io.opentelemetry:opentelemetry-context:1.60.1'
testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6'
implementation 'com.google.code.gson:gson:2.14.0'

Expand All @@ -13,7 +13,7 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
implementation 'com.auth0:jwks-rsa:0.23.0'
implementation 'com.auth0:jwks-rsa:0.24.1'

api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'com.azure:azure-core:1.58.0'
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.2</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand All @@ -37,13 +37,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>6.0.2</version>
<version>6.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading