Skip to content

Commit

Permalink
Bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
illarionov committed Apr 15, 2024
1 parent e8324c0 commit 73e4349
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
androidMinSdk = "21"
androidCompileSdk = "34"

kotlin = "1.9.22"
kotlin = "1.9.23"

agp = "8.3.0"
agp = "8.3.2"
androidx-activity = "1.8.2"
androidx-annotation = "1.7.1"
androidx-fragment = "1.6.2"
androidx-lifecycle = "2.7.0"
androidx-workmanager = "2.9.0"
anvil = "2.5.0-beta04"
anvil = "2.5.0-beta05"
auto-service = "1.1.1"
assertk = "0.28.0"
compose = "1.6.3"
composeCompiler = "1.5.10"
detekt = "1.23.5"
dagger = "2.51"
composeCompiler = "1.5.11"
detekt = "1.23.6"
dagger = "2.51.1"
diktat = "2.0.0"
gradle-maven-publish-plugin = "0.28.0"
junit5 = "5.10.2"
kotlin-compile-testing-fork = "0.4.0"
kotlin-compile-testing-fork = "0.4.1"
kotlinpoet = "1.16.0"
kotlinx-binary-compatibility-validator = "0.14.0"
kotlinx-binary-compatibility-validator = "0.15.0-Beta.2"
spotless = "6.25.0"

[libraries]
Expand Down
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<trusting group="com.gradle" name="gradle-enterprise-gradle-plugin"/>
<trusting group="org.gradle" name="github-dependency-graph-gradle-plugin"/>
</trusted-key>
<trusted-key id="475F3B8E59E6E63AA78067482C7B12F2A511E325" group="org.slf4j" name="slf4j-api"/>
<trusted-key id="4797B4F5DCC46CEA61059071A1AE06236CA2BA62" group="^com[.]diffplug($|([.].*))" regex="true"/>
<trusted-key id="5F6C2148AD4911FE308110E5F0D0AE433308B042" group="io.gitlab.arturbosch.detekt"/>
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
Expand Down Expand Up @@ -415,6 +416,11 @@
<pgp value="1BD97A6A154E7810EE0BC832E2F38302C8075E3D"/>
</artifact>
</component>
<component group="org.gradle.kotlin" name="gradle-kotlin-dsl-plugins" version="4.3.0">
<artifact name="gradle-kotlin-dsl-plugins-4.3.0.jar">
<pgp value="1BD97A6A154E7810EE0BC832E2F38302C8075E3D"/>
</artifact>
</component>
<component group="org.hamcrest" name="hamcrest-core" version="1.3">
<artifact name="hamcrest-core-1.3.jar">
<pgp value="4DB1A49729B053CAF015CEE9A6ADFC93EF34893E"/>
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down

0 comments on commit 73e4349

Please sign in to comment.