Michael Clarke
531f76adf2
#801 : Add support for Sonarqube 10.2
...
The `checkProjectPermission` on Sonarqube's UserSession has been
replaced with `hasEntityPermission`, and the `mainBranchProjectUuid`
has been dropped from ComponentDTO, which has required a fix to set the
right UUID as the project UUID for the branch. Additionally, the
`MoreCollectors` map/identity collectors have been dropped from
Sonarqube core, so their references have been replaced with equivalent
`toMap` collectors from the JRE.
2023-12-31 13:11:21 +00:00
Michael Clarke
851127def2
Upgrade to the latest Gradle and plugin versions
...
Bumps to the latest Gradle version, plus upgrades to the latest versions
of all plugins in the build.gradle.
2023-12-31 13:06:22 +00:00
Michael Clarke
b8087c946e
Remove references to deprecated Sonar logger
...
The Sonar logger has been deprecated in favour of SLF4J's Logger and
LoggerFactory, so the references have been replaced throughout the
plugin, and log lines updated to use formats and conditional execution.
Includes fixes to make Pi Test work in the Gradle build.
2023-12-31 12:51:28 +00:00
dependabot[bot]
18332f6a10
Update Wiremock to latest relocated version
...
Wiremock has relocated from `com.github.tomakehurst` to `org.wiremock`
so the Gradle reference has been updated, and the version bumped to the
latest release of this artefact.
2023-12-31 12:41:35 +00:00
bluebu
47899e861c
#782 : Add support for Sonarqube 10.1
...
Updates to the Sonarqube APIs for version 10.1
2023-12-29 19:49:22 +00:00
dependabot[bot]
32aace128b
Bump org.junit:junit-bom from 5.10.0 to 5.10.1
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 16:21:18 +00:00
dependabot[bot]
184f1f7e2c
Bump com.squareup.okhttp3:logging-interceptor from 4.11.0 to 4.12.0
...
Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp ) from 4.11.0 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:logging-interceptor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 16:16:41 +00:00
dependabot[bot]
fec93b192a
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
...
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.2 to 2.16.0.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 16:15:28 +00:00
dependabot[bot]
aeee133cee
Bump org.mockito:mockito-core from 5.4.0 to 5.8.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.4.0 to 5.8.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.4.0...v5.8.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 16:13:31 +00:00
Michael Clarke
0f5fbd8894
#753 : Add support for Sonarqube 10.0
...
Sonarqube 10 has removed legacy support for modules as well as removing
deprecated properties historically used for specifying branch targets.
Additionally, the interface for managing Sonarqube features has had a
method renamed, which makes the new version of Sonarqube binary
incompatible with the plugin. The references to Sonarqube's removed code
have been removed from the plugin, and the implementations of the
interface and Java agent that dynamically updates Sonarqube code that
also implements the interface have been updated to use the new method
name.
As the Sonarqube server binaries are now compiled against Java 17, the
build process has been bumped to JDK 17, but continues to produce Java
11 artefacts to allow scanner components to be compatible with the
ongoing Java 11 support in the scanner.
2023-09-16 12:44:00 +01:00
dependabot[bot]
8fed78748e
Bump org.junit:junit-bom from 5.9.2 to 5.10.0
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.9.2 to 5.10.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.10.0 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 12:10:50 +01:00
dependabot[bot]
069435e4aa
Bump org.mockito:mockito-core from 5.2.0 to 5.4.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.2.0 to 5.4.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 11:26:12 +01:00
dependabot[bot]
ece75bbb9f
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
...
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.14.2 to 2.15.2.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 11:25:48 +01:00
dependabot[bot]
56dfdc53a8
Bump com.squareup.okhttp3:logging-interceptor from 4.10.0 to 4.11.0
...
Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp ) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/square/okhttp/releases )
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.11.0 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:logging-interceptor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 11:24:31 +01:00
dependabot[bot]
344a37f1ad
Bump org.mockito:mockito-core from 4.11.0 to 5.2.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 4.11.0 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 22:00:22 +00:00
dependabot[bot]
197d399dfc
Bump jackson-datatype-jsr310 from 2.14.1 to 2.14.2
...
Bumps jackson-datatype-jsr310 from 2.14.1 to 2.14.2.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 14:06:43 +00:00
dependabot[bot]
dca18e69d3
Bump assertj-core from 3.24.0 to 3.24.2
...
Bumps assertj-core from 3.24.0 to 3.24.2.
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 14:06:22 +00:00
dependabot[bot]
7cba659341
Bump junit-bom from 5.9.1 to 5.9.2
...
Bumps [junit-bom](https://github.com/junit-team/junit5 ) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 14:06:00 +00:00
dependabot[bot]
c16bb51dc5
Bump assertj-core from 3.23.1 to 3.24.0
...
Bumps assertj-core from 3.23.1 to 3.24.0.
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-06 20:53:12 +00:00
Michael Clarke
ac575f0165
#704 : Add support for Sonarqube 9.8
...
The retrieval of the list of pull requests has been removed from the
scanner engine, as well as the issue metrics on the Pull Request web
service. The scanner has therefore been altered to implement the updated
APIs and drop the classes that implemented the removed interfaces, and
the Pull Request web service has had the gathering and population of the
issue metrics removed.
2022-12-31 15:14:36 +00:00
dependabot[bot]
2bcd905dfe
Bump mockito-core from 4.9.0 to 4.11.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.9.0 to 4.11.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.11.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 13:16:35 +00:00
Michael Clarke
a1f28e5df2
#674 : Add support for Sonarqube 9.7
...
Sonarqube has removed the use of the same external component key and
differing database IDs for different branches on the same projects and
now use different IDs in all cases. The pull request web service
endpoints have also been removed from community edition. To allow the
plugin to work with the new version of Sonarqube, the component key
generation for branches has been modified to save branch DTOs whenever a
new branch is created, and to remove the conditions around re-using the
same branch if the target branch details matched an existing branch. The
Pull Request endpoint actions have been copied from the old community
edition sources, and tidied up to use a cleaner abstraction model. As
the front-end only shows branch features if the implementation of
`BranchFeatureExtension` returns the name 'branch-support', the
`CommunityBranchFeatureExtension` has been altered to follow this
requirement, and an additional `MonoRepoFeature` has been implemented to
allow the mono-repo switches to be shown against the front-end.
Includes the migration of any altered unit tests to JUnit 5.
2022-12-11 15:33:06 +00:00
dependabot[bot]
1b65e44a80
Bump jackson-datatype-jsr310 from 2.13.3 to 2.14.1
...
Bumps jackson-datatype-jsr310 from 2.13.3 to 2.14.1.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 13:47:26 +00:00
dependabot[bot]
0b7a10e702
Bump mockito-core from 4.6.1 to 4.9.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.6.1 to 4.9.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 13:45:23 +00:00
dependabot[bot]
6c192143f2
Bump junit-bom from 5.8.2 to 5.9.1
...
Bumps [junit-bom](https://github.com/junit-team/junit5 ) from 5.8.2 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.1 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 13:44:21 +00:00
dependabot[bot]
f64aa2e4a1
Bump javassist from 3.29.0-GA to 3.29.2-GA
...
Bumps [javassist](https://github.com/jboss-javassist/javassist ) from 3.29.0-GA to 3.29.2-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases )
- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md )
- [Commits](https://github.com/jboss-javassist/javassist/commits )
---
updated-dependencies:
- dependency-name: org.javassist:javassist
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 13:39:21 +00:00
dependabot[bot]
02dbff3a4d
Bump logging-interceptor from 4.9.3 to 4.10.0
...
Bumps [logging-interceptor](https://github.com/square/okhttp ) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/square/okhttp/releases )
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:logging-interceptor
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-18 17:36:31 +01:00
dependabot[bot]
24da20e855
Bump mockito-core from 4.6.0 to 4.6.1
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.6.0...v4.6.1 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-18 17:36:02 +01:00
dependabot[bot]
577ab5b663
Bump assertj-core from 3.22.0 to 3.23.1
...
Bumps [assertj-core](https://github.com/assertj/assertj-core ) from 3.22.0 to 3.23.1.
- [Release notes](https://github.com/assertj/assertj-core/releases )
- [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.22.0...assertj-core-3.23.1 )
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-31 20:23:40 +01:00
dependabot[bot]
d27d0b614a
Bump mockito-core from 4.4.0 to 4.6.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-31 19:21:10 +01:00
dependabot[bot]
f158223a68
Bump jackson-datatype-jsr310 from 2.13.2 to 2.13.3
...
Bumps jackson-datatype-jsr310 from 2.13.2 to 2.13.3.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-31 19:20:33 +01:00
dependabot[bot]
9079500859
Bump javassist from 3.28.0-GA to 3.29.0-GA
...
Bumps [javassist](https://github.com/jboss-javassist/javassist ) from 3.28.0-GA to 3.29.0-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases )
- [Commits](https://github.com/jboss-javassist/javassist/commits )
---
updated-dependencies:
- dependency-name: org.javassist:javassist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-31 19:20:13 +01:00
Johno Crawford
6aba53bc4a
Fix unit tests on Windows
...
The character encoding is being set in Gradle to ensure that the build doesn't use Operating system specific encodings that will cause differences between builds of the same code on different machines.
2022-04-15 12:44:09 +01:00
dependabot[bot]
cbb42cf963
Bump mockito-core from 4.3.0 to 4.4.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 07:40:45 +00:00
dependabot[bot]
7d5fd6cdbb
Bump jackson-datatype-jsr310 from 2.13.1 to 2.13.2
...
Bumps jackson-datatype-jsr310 from 2.13.1 to 2.13.2.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 07:40:32 +00:00
dependabot[bot]
958feac311
Bump mockito-core from 4.2.0 to 4.3.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 19:32:45 +00:00
dependabot[bot]
83d3a7ffcc
Bump assertj-core from 3.21.0 to 3.22.0
...
Bumps [assertj-core](https://github.com/assertj/assertj-core ) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/assertj/assertj-core/releases )
- [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.21.0...assertj-core-3.22.0 )
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 09:11:37 +00:00
dependabot[bot]
b3f137922b
Bump jackson-datatype-jsr310 from 2.13.0 to 2.13.1
...
Bumps jackson-datatype-jsr310 from 2.13.0 to 2.13.1.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-30 13:59:11 +00:00
dependabot[bot]
33a5266cad
Bump mockito-core from 4.1.0 to 4.2.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-18 11:49:31 +00:00
dependabot[bot]
db17819193
Bump junit-bom from 5.8.1 to 5.8.2
...
Bumps [junit-bom](https://github.com/junit-team/junit5 ) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 09:11:21 +00:00
dependabot[bot]
fd4c16c009
Bump bcpkix-jdk15on from 1.69 to 1.70
...
Bumps [bcpkix-jdk15on](https://github.com/bcgit/bc-java ) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases )
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk15on
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 09:10:58 +00:00
dependabot[bot]
7586de564d
Bump logging-interceptor from 4.9.2 to 4.9.3
...
Bumps [logging-interceptor](https://github.com/square/okhttp ) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases )
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:logging-interceptor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 13:07:34 +00:00
dependabot[bot]
9d0a4bdc4b
Bump mockito-core from 4.0.0 to 4.1.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 13:07:02 +00:00
dependabot[bot]
caf0eeec84
Bump mockito-core from 3.12.4 to 4.0.0
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 3.12.4 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 13:19:05 +01:00
Michael Clarke
5656dc1a5e
#454 : Add support for Sonarqube 9.1
...
Sonarqube 9.1 encrypts the sensitive fields for DevOps decorators, such as private keys and personal access tokens. To allow the decorators to access these properties, the relevant methods now require encryption details to be provided, so the encryption handlers are now being loaded from the internal Sonarqube settings and passed to the appropriate target methods.
A change is also required in `SetBindingsAction` to pass additional fields for recording on the audit log when settings are saved. No additional settings are being added for the auditing as community edition does not provide a user interface for accessing audit logs, and uses a default cleaner task for purging logs after 30 days.
2021-10-04 19:36:19 +01:00
dependabot[bot]
20010e0744
Bump jackson-datatype-jsr310 from 2.12.5 to 2.13.0
...
Bumps jackson-datatype-jsr310 from 2.12.5 to 2.13.0.
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-02 18:34:45 +01:00
dependabot[bot]
57c96145fa
Bump logging-interceptor from 4.9.1 to 4.9.2
...
Bumps [logging-interceptor](https://github.com/square/okhttp ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/square/okhttp/releases )
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:logging-interceptor
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-02 18:28:49 +01:00
dependabot[bot]
223eec045b
Bump junit-bom from 5.8.0 to 5.8.1
...
Bumps [junit-bom](https://github.com/junit-team/junit5 ) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.0...r5.8.1 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-23 22:06:38 +01:00
dependabot[bot]
5538308730
Bump assertj-core from 3.20.2 to 3.21.0
...
Bumps [assertj-core](https://github.com/assertj/assertj-core ) from 3.20.2 to 3.21.0.
- [Release notes](https://github.com/assertj/assertj-core/releases )
- [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.20.2...assertj-core-3.21.0 )
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 15:50:08 +01:00
dependabot[bot]
2459fb7f9f
Bump junit-bom from 5.7.2 to 5.8.0
...
Bumps [junit-bom](https://github.com/junit-team/junit5 ) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.2...r5.8.0 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 14:43:31 +01:00