Skip to content

Commit e3697fc

Browse files
committed
Bump dependencies: Maven, Gradle, GitHub Actions, and docs
Maven: commons-io 2.22.0, jackson-databind 2.21.3, maven-plugin-api 3.9.16, maven-enforcer-plugin 3.6.3, maven-invoker-plugin 3.10.1. Gradle: agp 9.2.1, kotlin 2.3.21, junit-jupiter-api 6.0.3, gradle-wrapper 9.5.1. GitHub Actions: deploy-pages v5, upload-pages-artifact v5, action-gh-release v3. Docs: 11 npm dependency updates.
1 parent e86c177 commit e3697fc

10 files changed

Lines changed: 1277 additions & 1271 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm run build
5050

5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v4
52+
uses: actions/upload-pages-artifact@v5
5353
with:
5454
path: docs/build
5555

@@ -62,4 +62,4 @@ jobs:
6262
steps:
6363
- name: Deploy to GitHub Pages
6464
id: deployment
65-
uses: actions/deploy-pages@v4
65+
uses: actions/deploy-pages@v5

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
8282

8383
- name: Release to GH Action
84-
uses: softprops/action-gh-release@v2
84+
uses: softprops/action-gh-release@v3
8585
with:
8686
tag_name: ${{ github.event.inputs.release-version }}
8787
token: ${{ secrets.GH_TOKEN }}

android-tests/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
agp = "9.1.0"
2+
agp = "9.2.1"
33
junitJupiterApi = "5.14.3"
4-
kotlin = "2.3.20"
4+
kotlin = "2.3.21"
55
endive = "999-SNAPSHOT"
66

77
[libraries]
-504 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

android-tests/gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android-tests/gradlew.bat

100755100644
Lines changed: 10 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)