Skip to content

Commit 3ca0de7

Browse files
Update all dependencies
1 parent b2cfb76 commit 3ca0de7

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/publish_library.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Set up JDK 17
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
2525
java-version: '17'
2626
distribution: 'adopt'

.github/workflows/test_library.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Set up JDK 17
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: '17'
1818
distribution: 'adopt'

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22
activityCompose = "1.10.1"
3-
agp = "8.10.0"
4-
appcompat = "1.7.0"
5-
composeBom = "2025.05.01"
6-
coreKtx = "1.16.0"
7-
espressoCore = "3.6.1"
3+
agp = "8.12.2"
4+
appcompat = "1.7.1"
5+
composeBom = "2025.08.01"
6+
coreKtx = "1.17.0"
7+
espressoCore = "3.7.0"
88
junit = "4.13.2"
9-
junitVersion = "1.2.1"
10-
kotlin = "2.1.21"
11-
lifecycleRuntimeKtx = "2.9.0"
9+
junitVersion = "1.3.0"
10+
kotlin = "2.2.10"
11+
lifecycleRuntimeKtx = "2.9.3"
1212
material = "1.12.0"
13-
mavenPublishPlugin = "0.32.0"
13+
mavenPublishPlugin = "0.34.0"
1414

1515
[libraries]
1616
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)