diff --git a/action/package.json b/action/package.json index 5958d6c..f59e6aa 100644 --- a/action/package.json +++ b/action/package.json @@ -14,7 +14,7 @@ "@actions/tool-cache": "^4.0.0" }, "devDependencies": { - "@vercel/ncc": "^0.44.0" + "@vercel/ncc": "^0.45.0" }, "overrides": { "undici": "^8.0.0" diff --git a/cmd/gradle-cache/testdata/gradle-project/build.gradle.kts b/cmd/gradle-cache/testdata/gradle-project/build.gradle.kts index 6dd4308..e460990 100644 --- a/cmd/gradle-cache/testdata/gradle-project/build.gradle.kts +++ b/cmd/gradle-cache/testdata/gradle-project/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.3.20" + kotlin("jvm") version "2.4.10" id("com.example.included") } diff --git a/cmd/gradle-cache/testdata/gradle-project/gradle/wrapper/gradle-wrapper.properties b/cmd/gradle-cache/testdata/gradle-project/gradle/wrapper/gradle-wrapper.properties index 1e922f4..c42672d 100644 --- a/cmd/gradle-cache/testdata/gradle-project/gradle/wrapper/gradle-wrapper.properties +++ b/cmd/gradle-cache/testdata/gradle-project/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/cmd/gradle-cache/testdata/groovy-project/gradle/wrapper/gradle-wrapper.properties b/cmd/gradle-cache/testdata/groovy-project/gradle/wrapper/gradle-wrapper.properties index 1e922f4..c42672d 100644 --- a/cmd/gradle-cache/testdata/groovy-project/gradle/wrapper/gradle-wrapper.properties +++ b/cmd/gradle-cache/testdata/groovy-project/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/go.mod b/go.mod index e1e97e7..0ba7db2 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/alecthomas/errors v0.9.1 - github.com/alecthomas/kong v1.16.0 + github.com/alecthomas/kong v1.16.1 github.com/klauspost/compress v1.19.2 github.com/minio/crc64nvme v1.1.1 golang.org/x/sync v0.22.0 diff --git a/go.sum b/go.sum index 8ac0db2..e085e43 100644 --- a/go.sum +++ b/go.sum @@ -8,6 +8,8 @@ github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLV github.com/alecthomas/kong v1.15.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= github.com/alecthomas/kong v1.16.0 h1:g92/kUxBcdcTPOM79yE63viJgtcp5dNyrB3/O2cjYT4= github.com/alecthomas/kong v1.16.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= +github.com/alecthomas/kong v1.16.1 h1:ixhCt93XkJ98kGposQ54+bl0IK6XwqB40AsMynU7Z8E= +github.com/alecthomas/kong v1.16.1/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I= github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs= github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=