Skip to content

Commit 34323a4

Browse files
Merge remote-tracking branch 'origin/main'
2 parents c5c7d49 + 061b996 commit 34323a4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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@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'
@@ -36,7 +36,7 @@ jobs:
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: |-
@@ -48,7 +48,7 @@ jobs:
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"

.github/workflows/dependabot-auto-approve-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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'}}

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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]
77
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
88
kotlin-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]
1414
cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper", version = "0.8.1" }
1515
pearx-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

1818
google-guava = { module = "com.google.guava:guava", version = "33.2.1-jre" }
1919
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.0" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pluginManagement {
2727

2828
plugins {
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

3333
include(":cdk-test")

0 commit comments

Comments
 (0)