Skip to content

Commit

Permalink
Bump org.jetbrains.gradle.plugin.idea-ext from 1.0.1 to 1.1 (#3466)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.gradle.plugin.idea-ext from 1.0.1 to 1.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.gradle.plugin.idea-ext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2021
1 parent c5d7c11 commit 0c7aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'io.freefair.maven-plugin' version '5.3.3.3' apply false

// apply so we can correctly configure the test runner to be gradle at the project level
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.0.1'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1'

// apply so that we can collect quality metrics at the root project level
id 'org.sonarqube' version '3.3'
Expand Down

0 comments on commit 0c7aa76

Please sign in to comment.