File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 - uses : ' hmarr/debug-action@cd1afbd7852b7ad7b1b7a9a1b03efebd3b0a1820' # v3.0.0
2121
2222 # https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions
23- - uses : ' zgosalvez/github-actions-ensure-sha-pinned-actions@74606c30450304eee8660aae751818321754feb1 ' # v3.0.9
23+ - uses : ' zgosalvez/github-actions-ensure-sha-pinned-actions@b88cd0aad2c36a63e42c71f81cb1958fed95ac87 ' # v3.0.10
2424
2525 # https://github.com/actions/checkout
2626 - name : ' checkout'
3636
3737 # https://github.com/gradle/actions/tree/main/setup-gradle
3838 - name : ' Set up Gradle'
39- uses : ' gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 ' # v3.4.1
39+ uses : ' gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 ' # v3.5.0
4040 with :
4141 gradle-version : ' wrapper'
4242 gradle-home-cache-includes : |-
4848
4949 # https://github.com/gradle/actions/tree/main/dependency-submission
5050 - name : " Generate and submit dependency graph"
51- uses : " gradle/actions/dependency-submission@31ae3562f68c96d481c31bc1a8a55cc1be162f83 " # v3.4.1
51+ uses : " gradle/actions/dependency-submission@d9c87d481d55275bb5441eef3fe0e46805f9ef70 " # v3.5.0
5252 env :
5353 DEPENDENCY_GRAPH_EXCLUDE_PROJECTS : " ^:(build-logic|buildSrc|.*[Tt]test.*)"
5454 DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS : " .*[Tt]est.*Classpath"
Original file line number Diff line number Diff line change 1414 # https://github.com/dependabot/fetch-metadata
1515 - name : Dependabot metadata
1616 id : dependabot-metadata
17- uses : " dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 " # v2.1 .0
17+ uses : " dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 " # v2.2 .0
1818
1919 - name : Automatically approve & merge Dependabot patch PRs
2020 if : ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
Original file line number Diff line number Diff line change 11# Reference: https://docs.gradle.org/current/userguide/platforms.html
22
33[versions ]
4- kotlin = " 1.9.24 "
4+ kotlin = " 1.9.25 "
55
66[plugins ]
77kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
88kotlin-plugin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
9- jetbrains-binaryCompatibilityValidator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.14.0 " }
10- vanniktech-maven-publish = { id = " com.vanniktech.maven.publish" , version = " 0.28 .0" }
11- ktfmt = { id = " com.ncorti.ktfmt.gradle" , version = " 0.18 .0" }
9+ jetbrains-binaryCompatibilityValidator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.16.2 " }
10+ vanniktech-maven-publish = { id = " com.vanniktech.maven.publish" , version = " 0.29 .0" }
11+ ktfmt = { id = " com.ncorti.ktfmt.gradle" , version = " 0.19 .0" }
1212
1313[libraries ]
1414cloudshift-kotlin-cdk-wrapper = { module = " io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper" , version = " 0.8.1" }
1515pearx-kasechange = { module = " net.pearx.kasechange:kasechange" , version = " 1.4.1" }
16- kotlinx-serialization = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json-jvm" , version = " 1.6.3 " }
16+ kotlinx-serialization = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json-jvm" , version = " 1.7.1 " }
1717
1818google-guava = { module = " com.google.guava:guava" , version = " 33.2.1-jre" }
1919seancfoley-ipaddress = { module = " com.github.seancfoley:ipaddress" , version = " 5.5.0" }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pluginManagement {
2727
2828plugins {
2929 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8.0"
30- id(" com.gradle.develocity" ) version " 3.17.5 "
30+ id(" com.gradle.develocity" ) version " 3.17.6 "
3131}
3232
3333include(" :cdk-test" )
You can’t perform that action at this time.
0 commit comments