diff --git a/.github/workflows/DependencyReview.yml b/.github/workflows/DependencyReview.yml index a5747ea..6f491c8 100644 --- a/.github/workflows/DependencyReview.yml +++ b/.github/workflows/DependencyReview.yml @@ -16,10 +16,10 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@remove-warn-default with: # This argument supplies the configuration file in this repo to your action. config-file: './.github/dependency-review-config.yml' # You only need this if the repo containing the config file is not publicly accessible. # This currently includes all GHES repos. - #external-repo-token: ${{ secrets.GITHUB_TOKEN }} # or a personal access token \ No newline at end of file + #external-repo-token: ${{ secrets.GITHUB_TOKEN }} # or a personal access token diff --git a/my-app/pom.xml b/my-app/pom.xml index 8671f90..0807de5 100644 --- a/my-app/pom.xml +++ b/my-app/pom.xml @@ -19,6 +19,12 @@ + + + org.apache.logging.log4j + log4j-core + 2.17.0 + junit junit