From eef0bd2d130166ed0c077f310b61516ec1778ad6 Mon Sep 17 00:00:00 2001 From: danielfeismann Date: Fri, 14 Oct 2022 21:51:15 +0200 Subject: [PATCH 1/2] update dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ec46550..b505eb2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,6 @@ updates: open-pull-requests-limit: 10 target-branch: main reviewers: - - ckittl - - johanneshiry - t-ober - sensarmad - sebastian-peter From 5555f26872a2f3e9c7d8b42f69ad8d0d3354a832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 10:49:48 +0000 Subject: [PATCH 2/2] Bump de.undercouch.download from 5.2.1 to 5.3.0 (#117) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7f9f262e..7280c4a0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'scala' // scala support id 'pmd' // code check, working on source code id 'com.diffplug.spotless' version '6.11.0'//code format - id "de.undercouch.download" version "5.2.1" // downloads plugin + id "de.undercouch.download" version "5.3.0" // downloads plugin id "org.sonarqube" version "3.4.0.2513" // sonarqube id "org.scoverage" version "7.0.1" // scala code coverage scoverage id "com.github.maiflai.scalatest" version "0.32" // run scalatest without specific spec task