File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,30 +20,30 @@ jobs:
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@b8f9a25a51fe633d9215ac7734854dc11cd299cb ' # v3.0.13
23+ - uses : ' zgosalvez/github-actions-ensure-sha-pinned-actions@64418826697dcd77c93a8e4a1f7601a1942e57b5 ' # v3.0.18
2424
2525 # https://github.com/actions/checkout
2626 - name : ' checkout'
27- uses : ' actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 ' # v4.2.0
27+ uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 ' # v4.2.2
2828
2929 # https://github.com/actions/setup-java
3030 - name : ' Set up JDK'
31- uses : ' actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 ' # v4.4 .0
31+ uses : ' actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b ' # v4.5 .0
3232 with :
3333 java-version : 21
3434 distribution : " temurin"
3535
3636 # https://github.com/gradle/actions/tree/main/setup-gradle
3737 - name : ' Set up Gradle'
38- uses : ' gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 ' # v4
38+ uses : ' gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 ' # v4
3939 with :
4040 gradle-version : ' wrapper'
4141 gradle-home-cache-cleanup : true
4242 validate-wrappers : true
4343
4444 # https://github.com/gradle/actions/tree/main/dependency-submission
4545 - name : " Generate and submit dependency graph"
46- uses : " gradle/actions/dependency-submission@d156388eb19639ec20ade50009f3d199ce1e2808 " # v4
46+ uses : " gradle/actions/dependency-submission@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 " # v4
4747 env :
4848 DEPENDENCY_GRAPH_EXCLUDE_PROJECTS : " ^:(build-logic|buildSrc|.*[Tt]test.*)"
4949 DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS : " .*[Tt]est.*Classpath"
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ kotlin = "1.9.25"
77kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
88kotlin-plugin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
99jetbrains-binaryCompatibilityValidator = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.16.3" }
10- vanniktech-maven-publish = { id = " com.vanniktech.maven.publish" , version = " 0.29 .0" }
11- ktfmt = { id = " com.ncorti.ktfmt.gradle" , version = " 0.20.1 " }
10+ vanniktech-maven-publish = { id = " com.vanniktech.maven.publish" , version = " 0.30 .0" }
11+ ktfmt = { id = " com.ncorti.ktfmt.gradle" , version = " 0.21.0 " }
1212
1313[libraries ]
14- cloudshift-kotlin-cdk-wrapper = { module = " io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper" , version = " 0.8.1 " }
14+ cloudshift-kotlin-cdk-wrapper = { module = " io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper" , version = " 0.9.0 " }
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 .3" }
1717
1818google-guava = { module = " com.google.guava:guava" , version = " 33.3.1-jre" }
1919seancfoley-ipaddress = { module = " com.github.seancfoley:ipaddress" , version = " 5.5.1" }
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.18.1 "
30+ id(" com.gradle.develocity" ) version " 3.18.2 "
3131}
3232
3333include(" :cdk-test" )
You can’t perform that action at this time.
0 commit comments