From e2245f02bb275e80ec5ef0e126978baff965851d Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 11 Jul 2024 09:14:10 +0000 Subject: [PATCH] dependabot fort devcontainers --- .github/dependabot.yml | 12 ++++++++++++ criticality-prebuilt/pom.xml | 25 ++++++++++++++----------- 2 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f33a02c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot + +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly diff --git a/criticality-prebuilt/pom.xml b/criticality-prebuilt/pom.xml index 757d424..11e5eca 100644 --- a/criticality-prebuilt/pom.xml +++ b/criticality-prebuilt/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 com.sap.capire @@ -8,10 +9,12 @@ criticality http://maven.apache.org - 17 - 17 - 17 - 2.10.0 + 17 + 17 + 17 + 2.10.0 + 5.10.0 + 3.3.1 @@ -28,18 +31,18 @@ org.springframework.boot spring-boot-autoconfigure - 3.2.6 + ${spring.boot.version} com.sap.cds cds-services-api - 2.10.0 + ${cds.services.version} - junit - junit - 3.8.1 + org.junit.jupiter + junit-jupiter-engine + ${junit.version} test - + \ No newline at end of file