Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 58067a8 commit db62756
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
kotlin = "2.1.0"
compose = "1.7.3"
kotlin = "2.1.10"
compose = "1.8.0+check"
kotlin-coroutine = "1.10.1"
jackson = "2.18.2"
bouncycastle = "1.79"
bouncycastle = "1.80"
commons-io = "2.18.0"
jna = "5.16.0"
mslinks = "1.0.6.2"
bfme2-modding-utils = "1.0.26"
bfme2-modding-utils = "1.0.27"
kotlin-dll-injector = "1.0.10"
assertj = "3.27.0"
assertj = "3.27.3"
wiremock = "3.10.0"
launch4j = "3.0.6"

Expand Down
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.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit db62756

Please sign in to comment.