diff --git a/ci-cd/package.json b/ci-cd/package.json index 45fba3af..d07de321 100644 --- a/ci-cd/package.json +++ b/ci-cd/package.json @@ -4,8 +4,8 @@ "description": "Create build/deploy vars for one or more DSB apps", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", - "fast-xml-parser": "5.8.0" + "@actions/github": "6.0.1", + "fast-xml-parser": "5.9.3" }, "type": "module", "main": "src/main.ts" diff --git a/ci-cd/testdata/python-app/pyproject.toml b/ci-cd/testdata/python-app/pyproject.toml index 0a77fe89..053e5089 100644 --- a/ci-cd/testdata/python-app/pyproject.toml +++ b/ci-cd/testdata/python-app/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - 'ruff==0.6.9', + 'ruff==0.15.20', ] [dependency-groups] diff --git a/ci-cd/testdata/spring-boot-app/pom.xml b/ci-cd/testdata/spring-boot-app/pom.xml index 52d5e746..2c0e7e85 100644 --- a/ci-cd/testdata/spring-boot-app/pom.xml +++ b/ci-cd/testdata/spring-boot-app/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.4 + 3.5.16 @@ -20,8 +20,8 @@ 21 - 2.1.20 - 8.0 + 2.4.0 + 8.1 2024.11.29.4648 2024.12.20.7382 @@ -32,12 +32,12 @@ See: Mapping from Spring Boot / Spring Cloud version to Spring Cloud Azure / azure-sdk-bom version https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping#which-version-of-spring-cloud-azure-should-i-use --> - 5.21.0 + 5.25.0 3.0.5 - 1.20.6 - 0.8.12 + 1.21.4 + 0.8.15 dsb-norge_test-application @@ -130,7 +130,7 @@ io.netty netty-resolver-dns-native-macos - 4.1.119.Final + 4.2.16.Final osx-aarch_64 diff --git a/get-github-app-installation-token/package.json b/get-github-app-installation-token/package.json index 053a6da2..00a15c3c 100644 --- a/get-github-app-installation-token/package.json +++ b/get-github-app-installation-token/package.json @@ -4,7 +4,7 @@ "description": "Given the required input this action returns a GitHub App installation access token that enables a GitHub App to make authenticated API requests for the app's installation on an organization or individual account.", "dependencies": { "@actions/core": "1.11.1", - "jose": "6.0.10" + "jose": "6.2.3" }, "type": "module" }