Skip to content

Commit fbe8aa4

Browse files
chore(deps): update all non-major dependencies
1 parent b329bfe commit fbe8aa4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/standard-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
env:
1111
# renovate: datasource=github-releases depName=aquasecurity/trivy
12-
TRIVY_VERSION: 0.68.2
12+
TRIVY_VERSION: 0.69.1
1313
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
1414
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
1515

.github/workflows/standard-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
env:
1111
# renovate: datasource=pypi depName=zizmor
12-
ZIZMOR_VERSION: 1.20.0
12+
ZIZMOR_VERSION: 1.22.0
1313

1414
on:
1515
workflow_call:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/python:3.14.2-slim@sha256:d517cd31ec21949a453d42c6f2006e6fccdeca986aeb3dd61f85485fefcb299b AS base
1+
FROM docker.io/library/python:3.14.3-slim@sha256:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f AS base
22
WORKDIR /app
33
COPY src/hello_world.py .
44

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)