dependabot-core 0.87.2 → 0.87.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8994ea9c6d81f4f4d907f884a4fc165671d655ce77a397ef9a66b783c0ea4ace
4
- data.tar.gz: 90e607ea814569dc32aa205bfc866d269180efb874b287c170d1f87b20d9af3d
3
+ metadata.gz: 7f9d9743ddf3d1367b8324b3b56fa647320931b2c1ae1a8f5181654cca2fd2c9
4
+ data.tar.gz: aad14e22040454ad63cfe6099da9a3d15c6683424dff7bd1a9b2b278929edf3a
5
5
  SHA512:
6
- metadata.gz: f9698f23c8b60818a1ebec00fa42caa01dd286b9fa9128b67b18d49c6f4d3a7a3b2688b6ddd781adce20b90dfa284c2cc7b311d63e7123eb4557a45f40f5031d
7
- data.tar.gz: d74bac66d04294f0f03aca944d031b4ed35c8797ad629f6506c5a79498a14f6a703fd212afe91f348724803b18abc43bca5c5268a13f4331167c04c3dfe380f3
6
+ metadata.gz: 44e9e578a148087dfcb973b7079ce13e13f82c1c0724f4056a9a9d1a6598470752d011de14be7ed86bbf0c89c9de37c5345668a5385850bf02c10fa841dae4d7
7
+ data.tar.gz: da5977bc528b89c789cd6b8664a35c3ccff3a8d268ead381bc0d297277bd3a5cee2ef713fcb3c4e2191db8c2419f007b543ef30f6c0cda8aa4745a1629667c0d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v0.87.3, 3 January 2019
2
+
3
+ - .NET: Extend timeout for .NET repos
4
+ - Maven: More tests for versions that use multiple properties
5
+ - Maven: Handle properties with a suffix better
6
+
1
7
  ## v0.87.2, 3 January 2019
2
8
 
3
9
  - Reduce the number of layers in the docker image
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.87.2"
4
+ VERSION = "0.87.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.2
4
+ version: 0.87.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot