diff --git a/.circleci/config.yml b/.circleci/config.yml index 60cc48fe..b37b6814 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,6 @@ setup: true orbs: gravitee: gravitee-io/gravitee@4.1.1 - # our single workflow, that triggers the setup job defined above, filters on tag and branches are needed otherwise # some workflow and job will not be triggered for tags (default CircleCI behavior) workflows: @@ -33,4 +32,4 @@ workflows: - /.*/ tags: only: - - /^[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)\.[0-9]+)?$/ \ No newline at end of file + - /^[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta|rc)\.[0-9]+)?$/ diff --git a/.github/renovate.json b/.github/renovate.json index d50abf2d..2c1bf12b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,22 +1,20 @@ { - "extends": [ - "config:base" - ], - "rebaseWhen": "conflicted", - "packageRules": [ - { - "matchDatasources": ["orb"], - "matchUpdateTypes": ["patch", "minor"], - "automerge": true, - "automergeType": "branch", - "semanticCommitType": "ci" - }, - { - "matchDepTypes": ["provided", "test", "build", "import", "parent"], - "matchUpdateTypes": ["patch", "minor"], - "automerge": true, - "automergeType": "branch", - "semanticCommitType": "chore" - } - ] -} \ No newline at end of file + "extends": ["config:base"], + "rebaseWhen": "conflicted", + "packageRules": [ + { + "matchDatasources": ["orb"], + "matchUpdateTypes": ["patch", "minor"], + "automerge": true, + "automergeType": "branch", + "semanticCommitType": "ci" + }, + { + "matchDepTypes": ["provided", "test", "build", "import", "parent"], + "matchUpdateTypes": ["patch", "minor"], + "automerge": true, + "automergeType": "branch", + "semanticCommitType": "chore" + } + ] +} diff --git a/pom.xml b/pom.xml index 27df4cb2..e456c82f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ + 3.7.1 + 1.2.1 - 2.5.5 - 3.6 - 1.7 + graviteeio-apim/plugins/policies @@ -119,11 +125,26 @@ commons-net ${commons-net.version} + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + org.mockito mockito-core test + + org.mockito + mockito-junit-jupiter + test + @@ -175,7 +196,7 @@ maven-assembly-plugin - ${maven-assembly-plugin.version} + ${maven-plugin-assembly.version} false diff --git a/src/assembly/policy-assembly.xml b/src/assembly/policy-assembly.xml index 24372e90..32e3abb6 100644 --- a/src/assembly/policy-assembly.xml +++ b/src/assembly/policy-assembly.xml @@ -1,12 +1,12 @@