Michael Clarke
3ca9bae189
Upgrade all tests to JUnit 5
...
JUnit 4 has been removed from the project and all tests updated to use
JUnit 5. Where possible calls to Mockito's `mock` has been altered to
use the `no-args` version, and ArgumentCaptor's `forClass` replaced with
`captor` to reduce verbosity.
2024-11-17 17:06:42 +00:00
Michael Clarke
fd5d52e4f0
Remove the unsupported Nodes GraphQL library
...
The library that had been used to integrate with GitHub's GraphQL APIs
is no longer maintained. As the rest of the project uses Rest APIs to
integrate with services, there's a fairly mature GitHub Java library,
and switching to any other GraphQL library is likely to require as much
effort as switching to a Rest implementation, this change is removing
the GraphQL implementation and moving to the github-api library bundled
within Sonarqube. As GitHub's Rest API does not support minimising
comments, old summary comments are being deleted rather than minimised
after a new summary comment is added. Additionally, the 'bridging'
features used in the github-api library cause issues when mockito
attempts to mock/spy a bridged class, so an unbridged version of the
library has been specified at the start of the test runtime classpath to
allow unit testing using the affected classes.
Includes an upgrade to the docker-compose file to use a newer Postgres
version and resolve some linting issues.
2024-11-13 13:57:40 +00:00
dependabot[bot]
3d1e9387ca
Bump org.mockito:mockito-core from 5.13.0 to 5.14.2
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.13.0 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.2 )
---
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>
2024-11-11 16:36:39 +00:00
dependabot[bot]
77c84a379d
Bump org.junit:junit-bom from 5.11.0 to 5.11.3
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.11.0 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.3 )
---
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>
2024-11-11 16:35:33 +00:00
dependabot[bot]
faeebb1b6a
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
...
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.18.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>
2024-11-11 16:34:17 +00:00
dependabot[bot]
474553bfff
Bump org.wiremock:wiremock from 3.9.1 to 3.9.2
...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.9.1...3.9.2 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 16:31:19 +00:00
dependabot[bot]
0648ca45c7
Bump org.junit:junit-bom from 5.10.3 to 5.11.0
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.10.3 to 5.11.0.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.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>
2024-09-06 19:12:11 +01:00
dependabot[bot]
10ee795c56
Bump org.wiremock:wiremock from 3.8.0 to 3.9.1
...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.8.0 to 3.9.1.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.8.0...3.9.1 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 19:10:36 +01:00
dependabot[bot]
eb96c9fe70
Bump org.mockito:mockito-core from 5.12.0 to 5.13.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.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>
2024-09-06 19:05:58 +01:00
nyyu
757a33e7a3
#926 : Update to SonarQube 10.6
2024-08-11 14:31:16 +01:00
Dennis
c5a5a7308c
SonarQube 10.5 compatibility
2024-08-11 09:03:20 +01:00
dependabot[bot]
6e50df12ff
Bump org.assertj:assertj-core from 3.25.3 to 3.26.3
...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj ) from 3.25.3 to 3.26.3.
- [Release notes](https://github.com/assertj/assertj/releases )
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.3 )
---
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>
2024-08-10 20:18:29 +01:00
dependabot[bot]
d3a3df886c
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
...
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.0 to 2.17.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>
2024-08-10 20:13:34 +01:00
dependabot[bot]
d76e1b4ca4
Bump org.wiremock:wiremock from 3.5.2 to 3.8.0
...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.5.2 to 3.8.0.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.5.2...3.8.0 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-10 20:11:53 +01:00
dependabot[bot]
c850433236
Bump org.junit:junit-bom from 5.10.2 to 5.10.3
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.10.2 to 5.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 )
---
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>
2024-08-10 20:11:10 +01:00
dependabot[bot]
1d0cd64c33
Bump org.mockito:mockito-core from 5.11.0 to 5.12.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.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>
2024-08-10 20:05:55 +01:00
Mykola Rybak
929154b68e
#870 : Update to SonarQube 10.4
...
Updates to the latest Sonarqube minor version, including changes
to the Github decorator to handle changes in the JTW library method
signatures inherited from Sonarqube core, and test only changes to
the Class Loader code built into Sonarqube.
2024-04-08 10:58:03 +01:00
dependabot[bot]
0901b66c9d
Bump org.wiremock:wiremock from 3.4.2 to 3.5.2
...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.4.2 to 3.5.2.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.4.2...3.5.2 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-06 13:04:01 +01:00
dependabot[bot]
2ddc5a7221
Bump org.mockito:mockito-core from 5.10.0 to 5.11.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.10.0...v5.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>
2024-03-16 13:34:09 +00:00
dependabot[bot]
564094ec7f
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
...
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.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>
2024-03-16 13:32:13 +00:00
dependabot[bot]
895a89d751
Bump org.assertj:assertj-core from 3.25.1 to 3.25.3
...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj ) from 3.25.1 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases )
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.25.3 )
---
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>
2024-02-25 13:28:44 +00:00
dependabot[bot]
0d11e20a9d
Bump org.junit:junit-bom from 5.10.1 to 5.10.2
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5 ) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.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>
2024-02-25 13:17:20 +00:00
dependabot[bot]
f361eca641
Bump org.wiremock:wiremock from 3.3.1 to 3.4.2
...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock ) from 3.3.1 to 3.4.2.
- [Release notes](https://github.com/wiremock/wiremock/releases )
- [Commits](https://github.com/wiremock/wiremock/compare/3.3.1...3.4.2 )
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-25 13:16:50 +00:00
dependabot[bot]
84914f68d6
Bump org.mockito:mockito-core from 5.8.0 to 5.10.0
...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito ) from 5.8.0 to 5.10.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v5.8.0...v5.10.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>
2024-02-25 13:12:09 +00:00
dependabot[bot]
5e5ca504c4
Bump org.assertj:assertj-core from 3.25.0 to 3.25.1
...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj ) from 3.25.0 to 3.25.1.
- [Release notes](https://github.com/assertj/assertj/releases )
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.0...assertj-build-3.25.1 )
---
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>
2024-01-03 21:03:49 +00:00
Michael Clarke
77487160a4
#829 : Add support for Sonarqube 10.3
...
The constants in `CeTaskCharacteristicsDto` have been moved into a new
class `CeTaskCharacteristics`, so the references in the plugin have
been updated.
2024-01-01 15:54:47 +00:00
Michael Clarke
a86b1e6457
Fix release task not creating any artefacts
...
When the release plugin was upgraded, the configuration was not altered
to set a pre-release task needing executed, so no plugin JAR was being
created as part of the release step. The `assemble` task is now being
set to ensure the JAR exists in the relevant output directory for
dependent steps to pick up.
(cherry picked from commit 4aba3e1584
)
2024-01-01 15:45:59 +00:00
dependabot[bot]
62a4422faa
Bump org.assertj:assertj-core from 3.24.2 to 3.25.0
...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj ) from 3.24.2 to 3.25.0.
- [Release notes](https://github.com/assertj/assertj/releases )
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.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>
2024-01-01 13:53:33 +00:00
dependabot[bot]
d4f548c553
Bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA
...
Bumps [org.javassist:javassist](https://github.com/jboss-javassist/javassist ) from 3.29.2-GA to 3.30.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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 13:53:11 +00:00
dependabot[bot]
dbd4d873c2
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
...
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.16.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>
2024-01-01 13:44:59 +00:00
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