aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-13340 Update sonar-csharp and sonar-vbnet to latest release8.3.0.34182Wouter Admiraal2020-04-281-2/+2
|
* SONAR-13330 Update sonar-scm-git to latest releaseWouter Admiraal2020-04-271-1/+1
|
* SONAR-13329 Update sonar-cfamily-plugin latest releaseMalena Ebert2020-04-271-1/+1
|
* SONAR-13326 Update sonar security plugins to latest releaseMalena Ebert2020-04-271-5/+5
|
* SONAR-13325 Update sonar-jacoco to latest releaseWouter Admiraal2020-04-241-1/+1
|
* SONAR-13315 Update sonar-cfamily, sonar-csharp, sonar-vbnet, sonar-java, ↵sns-seb2020-04-201-5/+5
| | | | sonar-python to latest release(s)
* Upgrade Gradle to 6.3Evgeny Mandrikov2020-04-161-0/+4
|
* Fix the upgrade of the Gradle Artifactory plugin to 4.15.1Simon Brandhof2020-04-061-38/+37
| | | | | | The configuration of private subprojects must be fixed in order to correct set the properties like "build.name" on private artifacts.
* SONAR-13263 Upgrade pluginssns-seb2020-04-031-5/+5
|
* Gradle scripts should use `plugins` blockEvgeny Mandrikov2020-03-311-18/+11
| | | | It was de-incubated (promoted) in Gradle 5.0 and in particular it can't contain duplicate IDs.
* Replace Gradle plugin 'com.moowork.node' by 'com.github.node-gradle.node'Evgeny Mandrikov2020-03-311-2/+2
| | | | | The latter one is actively maintained fork of the not anymore maintained former. In particular the former does not support Gradle 6.x.
* SONAR-13155 upgrade sonar-channel to 4.2Simon Brandhof2020-03-251-1/+1
| | | | | | | This project is no longer maintained. V4.2 is the latest, released in 2014. It is probably similar to 4.1 and does not bring changes. The reason is that this lib was a module of the sonarqube repository at that time.
* SONAR-13155 upgrade Artifactory plugin to 4.15.1Simon Brandhof2020-03-251-1/+1
| | | | | Changelog contains mainly bug-fixes and preparation of Gradle 6 support https://www.jfrog.com/jira/browse/GAP-305?jql=project%20%3D%20GAP%20AND%20fixVersion%20in%20(4.11.0%2C%204.12.0%2C%204.14.1%2C%204.15.0%2C%204.15.1)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
* SONAR-13155 add command to run yarn security auditSimon Brandhof2020-03-251-2/+2
|
* SONAR-13155 add a comment about lib diffutilsSimon Brandhof2020-03-251-0/+3
|
* SONAR-13155 upgrade jackson-bindSimon Brandhof2020-03-251-1/+1
|
* SONAR-13155 add Gradle command to list all dependency treesSimon Brandhof2020-03-211-0/+4
| | | | | | `./gradlew allDependencies` lists the trees of dependencies of all subprojects. This is convenient when investigating the impacts of a dependency upgrade.
* SONAR-13155 use the official Maven coordinates of Oracle driverSimon Brandhof2020-03-211-1/+1
| | | | | 'com.oracle.jdbc:ojdbc8' was the coordinates of the artifact manually deployed to SonarSource repository.
* SONAR-13155 upgrade Tomcat from 8.5.51 to 8.5.53Simon Brandhof2020-03-211-1/+1
| | | | Bug-fixes listed in http://tomcat.apache.org/tomcat-8.5-doc/changelog.html
* SONAR-13155 upgrade testing dependenciesSimon Brandhof2020-03-211-3/+3
|
* SONAR-13155 upgrade OkHttp from 3.14.2 to 3.14.7Simon Brandhof2020-03-211-1/+1
| | | | Bug-fixes listed in https://square.github.io/okhttp/changelog_3x/
* SONAR-13155 upgrade SQLServer driver to 7.4.1Simon Brandhof2020-03-211-1/+1
| | | | | | | * Supports NTLM authentication mode. * Updated Microsoft Azure Key Vault SDK for Java, version 1.2.1 See https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#-741
* SONAR-13155 upgrade Hazelcast from 3.12.3 to 3.12.6Simon Brandhof2020-03-211-1/+1
| | | | | Multiple bug-fixes: https://docs.hazelcast.org/docs/rn/index.html
* SONAR-13155 upgrade protobuf-java from 3.10 to 3.11.4Simon Brandhof2020-03-211-1/+1
| | | | | No major changes https://github.com/protocolbuffers/protobuf/releases
* SONAR-13155 upgrade gson from 2.8.5 to 2.8.6Simon Brandhof2020-03-211-1/+1
| | | | | No major changes https://github.com/google/gson/blob/master/CHANGELOG.md
* SONAR-13155 do not suggest major upgrades of dependenciesSimon Brandhof2020-03-211-14/+15
|
* SONAR-13155 upgrade httpclient from 4.5.10 to 4.5.12Simon Brandhof2020-03-211-1/+1
| | | | Bug-fixes listed in https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt
* SONAR-13155 upgrade jgit from 5.6 to 5.7Simon Brandhof2020-03-211-1/+1
| | | | See https://projects.eclipse.org/projects/technology.jgit/releases/5.7.0/
* SONAR-13155 upgrade building dependenciesSimon Brandhof2020-03-211-1/+1
|
* SONAR-13155 upgrade JWT libsSimon Brandhof2020-03-211-4/+5
|
* SONAR-13155 upgrade SLF4JSimon Brandhof2020-03-211-1/+1
|
* SONAR-13155 upgrade testing dependenciesSimon Brandhof2020-03-211-4/+4
|
* SONAR-13155 upgrade snakeymamlSimon Brandhof2020-03-211-1/+1
|
* SONAR-13155 clean-up Guava transitive dependenciesSimon Brandhof2020-03-211-1/+7
| | | | See https://github.com/google/guava/wiki/UseGuavaInYourBuild#what-about-guavas-own-dependencies
* SONAR-13155 drop usage of HTTP kevinsawicki libSimon Brandhof2020-03-211-1/+0
|
* SONAR-13155 upgrade protobuf compiler gradle pluginSimon Brandhof2020-03-211-1/+1
| | | | | No breaking changes. It prepares future upgrade to Gradle 6: https://github.com/google/protobuf-gradle-plugin/releases/tag/v0.8.11
* SONAR-13155 Upgrade nanohttpd, used by Compute EngineSimon Brandhof2020-03-211-1/+1
|
* SONAR-13155 Drop unused freemarker dependencySimon Brandhof2020-03-211-1/+0
|
* SONAR-13155 Upgrade XML parsersSimon Brandhof2020-03-211-1/+1
|
* SONAR-13155 Add comment about instability of H2 1.4.200Simon Brandhof2020-03-211-0/+1
|
* SONAR-13155 Upgrade various test dependenciesSimon Brandhof2020-03-211-5/+5
|
* SONAR-13155 Upgrade MyBatis from 3.5.3 to 3.5.4Simon Brandhof2020-03-211-1/+1
| | | | | The bug-fixes do not bring breaking changes: https://github.com/mybatis/mybatis-3/releases/tag/mybatis-3.5.4
* SONAR-13155 Remove unused Owasp Gradle pluginSimon Brandhof2020-03-211-2/+0
|
* SONAR-13155 Upgrade PostgreSQL driver to 42.2.10Simon Brandhof2020-03-211-1/+1
| | | | | | Changes are safe: - https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.9 - https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.10
* SONAR-13155 Upgrade scribejava from 6.8.1 to 6.9.0Simon Brandhof2020-03-211-2/+4
| | | | | This new version mainly apply bug-fixes by upgrading dependencies: https://github.com/scribejava/scribejava/compare/scribejava-6.8.1...scribejava-6.9.0
* SONAR-13155 Upgrade commons-dbutils fron 1.5 to 1.7Simon Brandhof2020-03-211-1/+1
| | | | even if it's used only by unit tests
* SONAR-13155 Upgrade Gradle Dependency Management to 1.0.9Simon Brandhof2020-03-211-1/+1
| | | | Versions from 1.0.4 fix bugs: https://github.com/spring-gradle-plugins/dependency-management-plugin/releases
* SONAR-13155 Upgrade gradle-versions-plugin to 0.28.0Simon Brandhof2020-03-211-1/+1
|
* Minimize dependenciesJulien HENRY2020-03-191-1/+1
|
* SONAR-11853 SONAR-13161 Auto-configuration pull requests and branches on JenkinsDuarte Meneses2020-03-131-0/+1
|