aboutsummaryrefslogtreecommitdiffstats
path: root/parent
Commit message (Collapse)AuthorAgeFilesLines
* drop redundant javadoc generationArne H Juul2022-01-111-7/+0
|
* Upgrade minor version of icu4j.gjoranv2022-01-111-1/+1
| | | | - Upgrading major beyond 57 breaks container-search:SortingTestCase
* Upgrade hdrhistogram to latest (2.1.12)gjoranv2022-01-101-1/+1
|
* Add version property for hdrhistogram.gjoranv2022-01-101-1/+2
|
* Use latest version protonbuf-java on major version 3. 3.16.1 -> 3.19.2Henning Baldersheim2022-01-091-1/+1
|
* Merge pull request #20712 from ↵Jon Bratseth2022-01-091-1/+1
|\ | | | | | | | | vespa-engine/dependabot/maven/parent/com.google.protobuf-protobuf-java-3.16.1 Bump protobuf-java from 3.11.4 to 3.16.1 in /parent
| * Bump protobuf-java from 3.11.4 to 3.16.1 in /parentdependabot[bot]2022-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.4 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.11.4...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | no need to suppress "varargs" or "options" warnings anymoreArne H Juul2022-01-081-2/+0
|/
* cosmetic fixArne H Juul2022-01-061-1/+1
|
* Upgrade junit 4 from 4.12 to 4.13.2Henning Baldersheim2021-12-211-1/+1
|
* Merge pull request #20589 from ↵Jon Marius Venstad2021-12-201-6/+1
|\ | | | | | | | | vespa-engine/jonmv/reapply-replace-optimaize-with-open-nlp Jonmv/reapply replace optimaize with open nlp
| * Revert "Merge pull request #20578 from ↵Jon Marius Venstad2021-12-201-6/+1
| | | | | | | | | | | | | | vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua" This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
* | Bump xerces from 2.12.0(2018) to 2.12.1(2021)Henning Baldersheim2021-12-201-1/+1
|/
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-1/+6
|
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-6/+1
|
* Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-1/+1
| | | | Remove tokens that are empty in lexer definition
* Upgrade Apache http client to 5.1.2Bjørn Christian Seime2021-12-131-1/+1
|
* Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-1/+6
|
* Merge pull request #20142 from vespa-engine/hmusum/use-zookeeper-client-3.7.0Harald Musum2021-11-231-1/+1
|\ | | | | Upgrade to ZooKeeper client 3.7.0 [run-systemtest]
| * Upgrade to ZooKeeper client 3.7.0Harald Musum2021-11-221-1/+1
| |
* | Revert "antlr4 4.5 -> 4.9.3"Henning Baldersheim2021-11-221-1/+1
|/
* Upgrade gson to 2.8.9Harald Musum2021-11-191-0/+1
|
* antlr4 4.5 -> 4.9.3Henning Baldersheim2021-11-181-1/+1
|
* Use a custom property for setting relase version for clients.gjoranv2021-11-151-0/+1
| | | | | | | | | - Always set release version via maven-compiler-plugin, instead of maven property which is overridden by compiler-plugin config. - Using a custom property with self-explanatory name makes comments redundant. - Remove explicit jdkToolchain config, as these modules no longer compile with jdk pre 9, due to the --release flag.
* Use --release javac option instead of source+targetgjoranv2021-11-101-2/+1
| | | | | | - Ensures compiling against the correct version of Java library. - Must still use source+target for modules that need to be built for JDK 8 (release was introduced in 9).
* Actually use the new mockito version (forgotten previously)gjoranv2021-11-041-1/+1
|
* Upgrade httpclient5 and add version management for httpcore5gjoranv2021-11-041-1/+6
|
* Downgrade airline, versions above 0.7 require guava 21 or later.gjoranv2021-11-011-1/+1
|
* JDK 17: Upgrade airlift deps to latest.gjoranv2021-11-011-2/+2
|
* Use version properites for airlift deps, and group them.gjoranv2021-11-011-6/+8
| | | | - A version property includes them in the deps report.
* Upgrade surefire to 2.22.2gjoranv2021-10-281-1/+1
|
* Use latest version of jnagjoranv2021-10-281-1/+1
|
* Fix sorting and add group for athenz deps. No functional changes.gjoranv2021-10-281-2/+5
|
* Upgrade mockito to 4.0gjoranv2021-10-281-0/+1
|
* Add a note about updating versions for maven-dep-plugin in tenant base poms.gjoranv2021-10-281-1/+1
|
* Use latest 2.x for maven-deploy-plugin.gjoranv2021-10-271-1/+1
| | | | Factory fails with 3.0.0-M1
* Upgrade all native maven plugins to their latest versions.gjoranv2021-10-271-10/+10
|
* Revert "Upgrade maven plugins [run-systemtest]"Andreas Eriksen2021-10-271-12/+11
|
* Add version property for mockito to include it in the deps reports.gjoranv2021-10-271-1/+2
|
* Upgrade all native maven plugins to their latest versions.gjoranv2021-10-271-10/+10
|
* Upgrade maven-dependency-plugin to 3.2.0gjoranv2021-10-271-1/+1
|
* Remove invalid TODO. The maven-bundle-plugin had a regression on a certain ↵gjoranv2021-10-261-1/+0
| | | | version.
* Upgrade asm to 9.2gjoranv2021-10-261-1/+1
|
* Add missing dependency management for asm artifacts.gjoranv2021-10-261-0/+20
|
* Upgrade maven-bundle-plugin to 5.1.2gjoranv2021-10-261-1/+1
|
* Merge pull request #18118 from ↵Henning Baldersheim2021-10-251-1/+1
|\ | | | | | | | | vespa-engine/dependabot/maven/parent/org.apache.httpcomponents-httpclient-4.5.13 Bump httpclient from 4.5.12 to 4.5.13 in /parent
| * Bump httpclient from 4.5.12 to 4.5.13 in /parentdependabot[bot]2021-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bumps httpclient from 4.5.12 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Revert "Upgrade asm and bundle plugin"Arnstein Ressem2021-10-251-2/+2
| |
* | Upgrade maven-bundle-plugin to 5.1.2gjoranv2021-10-221-1/+1
| |
* | Upgrade asm to 9.2gjoranv2021-10-221-1/+1
| |