aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12895 upgrade sonar-cfamily to 6.6sns-seb2020-01-061-1/+1
|
* SONAR-12875 upgrade sonar-java to 6.0sns-seb2019-12-231-1/+1
|
* SONAR-12831Pierre Guillot2019-12-201-2/+2
|
* do not use variable for bundled plugin versionSébastien Lesaint2019-12-181-6/+8
|
* SONAR-12849 Upgrade sonar-cfamily to 6.5Julien Lancelot2019-12-171-1/+1
|
* SONAR-12827 Upgrade sonar-python to 2.3.0.5351Julien Lancelot2019-12-131-1/+1
|
* SONAR-12589 Upgrade SonarSecurity to 8.1.0.675Julien Lancelot2019-12-131-4/+6
|
* SONAR-12826 upgrade sonar-php to 3.3Sébastien Lesaint2019-12-131-1/+1
|
* SONAR-12825 upgrade sonar-javascript to 6.1 and sonar-typescript to 2.1Sébastien Lesaint2019-12-131-2/+2
|
* SONAR-12824 upgrade sonar-csharp and sonar-vbnet to 8.1Sébastien Lesaint2019-12-131-2/+2
|
* SONAR-12823 upgrade sonar-swift bundled plugin to 4.2.2Sébastien Lesaint2019-12-131-1/+1
|
* SONAR-12685 upgrade Elasticsearch client to 6.8.4Sébastien Lesaint2019-12-121-2/+2
|
* SONAR-12665 format dependencyManagement of bundled pluginsSébastien Lesaint2019-12-041-41/+38
| | | | | | 1/ put in alphabetical order 2/ remove use of variables for version to be compatible with bot update 3/ add identifier comment and repositories for bot update
* SONAR-12665 gradle.properties must not contain -SNAPSHOT anymoreSébastien Lesaint2019-12-021-22/+22
| | | | | because any build of SonarQube must now be releasable however, -SNAPSHOT should still be used as version when no buildNumber is provided (ie. on local builds) and as the projectVersion of the project analyzed on Next
* Add a JUnit 5 version of LogTesterJulien HENRY2019-11-211-0/+1
|
* SONAR-12701 upgrade H2 from 1.3 to 1.4Sébastien Lesaint2019-11-181-1/+1
|
* SONAR-12677 move sonar-security versioning to root build.gradleSébastien Lesaint2019-11-121-0/+6
| | | | | on the plus side: all bundled plugin version are stored in the same location on the minus side: even move private/commercial plugin name and version are visible in public source code
* SONAR-12383 Libraries update (bugfixes)Jacek2019-11-121-7/+7
|
* SONAR-12383 Build utility libraries updateJacek2019-11-121-10/+10
| | | | | * protobuf -> 3.10 * and others
* SONAR-12383 Test libraries updateJacek2019-11-121-4/+4
| | | | | | | | | | * org.awaitility:awaitility:3.1.6 -> 4.0.1 * org.assertj:assertj-core:3.12.2 -> 3.13.2 * org.jsoup:jsoup:1.11.3 -> 1.12.1 * org.mockito:mockito-core:2.22.0 - > 3.1.0 * org.xmlunit:xmlunit-core:2.5.1 -> 2.6.3 * org.xmlunit:xmlunit-matchers:2.5.1 -> 2.6.3 * org.tmatesoft.svnkit:svnkit:1.9.0 -> 1.10.1
* SONAR-12383 Libraries with security fixesJacek2019-11-121-3/+4
| | | | | | * io.jsonwebtoken:jjwt-api:0.10.5 -> 0.10.7 * com.auth0:java-jwt:3.3.0 -> 3.8.3 * org.bouncycastle:bcpkix-jdk15on:1.59 ->1.64
* SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jreJacek2019-11-121-3/+3
|
* SONAR-12383 Upgrade postgresql to 42.2.8Jacek2019-11-121-1/+1
|
* SONAR-12395 Update to sonar-update-center 1.23, handle new download URLsWouter Admiraal2019-10-281-1/+1
|
* SONAR-12252 upgrade scm-git plugin to 1.9.1Sébastien Lesaint2019-10-151-0/+3
|
* SONAR-12252 upgrade language plugins to latest versionSébastien Lesaint2019-10-151-7/+7
|
* fix SonarQube scanner not picking Java language versionSébastien Lesaint2019-10-111-3/+3
|
* SONAR-12460 Support GitLab AuthenticationJulien Lancelot2019-09-231-0/+2
|
* enable testFixtures plugin only on projects with testFixtures sourceSébastien Lesaint2019-09-231-1/+5
|
* SONAR-12358 upgrade hazelcastPierre Guillot2019-09-131-1/+1
|
* use testFixtures instead of test configuration of webserver-wsSébastien Lesaint2019-09-021-0/+1
|
* "yarn install" should be executed with option "--frozen-lockfile"Sébastien Lesaint2019-08-301-0/+6
|
* ORCH-437 upgrade orchestratorPierre Guillot2019-08-291-1/+1
|
* update javax-servlet-api to 3.1.0Sébastien Lesaint2019-08-141-1/+1
| | | | this is a forgotten version upgrade. recent version of Tomcat support 3.1.0
* SONAR-12384 update gradle buildMichal Duda2019-08-121-2/+35
|
* remove DBUnitSébastien Lesaint2019-08-091-5/+0
|
* SONAR-12363 upgrade jackson versionPierre Guillot2019-08-071-2/+2
|
* SONAR-12362 upgrade tomcat version for security patchesPierre Guillot2019-08-071-1/+1
|
* Revert "SONAR-12358 fix SSF 85"Pierre Guillot2019-07-311-1/+1
| | | | This reverts commit 659dc21781b018f5197fa432217e5959044eef7e.
* SONAR-12358 fix SSF 85Pierre Guillot2019-07-311-1/+1
|
* Usage of Gradle option "--parallel" should be safeEvgeny Mandrikov2019-07-261-2/+7
| | | | | | | | | | | | Gradle should not execute several "yarn install" in parallel, because Yarn doesn't support concurrent access to its global cache. "task1.mustRunAfter(task2)" ordering has an effect only when both tasks are scheduled for execution, however currently task ":private:docs:yarn" is not executed during execution of "gradle build". Therefore "mustRunAfter" should be established between all pairs of "yarn install" tasks to define their total order and to prevent their concurrent execution even in case when one or more of these tasks not scheduled.
* SC-795 drop SonarCloud-related modulesSimon Brandhof2019-07-261-1/+1
|
* SONAR-12331 Failure at scanner startup when using an early access JRE ↵Duarte Meneses2019-07-241-1/+1
| | | | (because of Gson)
* Clean depsDuarte Meneses2019-07-171-3/+6
|
* Update orchestrator version to latest released 3.26.0.2111 (#1908)Jacek2019-07-101-1/+1
|
* SONAR-12251 use MsSQL JDBC driver build for Java 11Sébastien Lesaint2019-07-101-1/+1
|
* SONAR-12246 Remove unused mysql filesSimon Brandhof2019-07-101-1/+0
|
* Use Orchestrator RELEASESimon Brandhof2019-07-011-1/+1
|
* Output of "javadoc" build tasks should not depend on build numberEvgeny Mandrikov2019-06-281-0/+2
|
* Usage of Gradle option "--parallel" should be safeEvgeny Mandrikov2019-06-281-0/+9
| | | | | Gradle should not execute several "yarn install" in parallel, because Yarn doesn't support concurrent access to its global cache.