dependabot-maven 0.111.39 → 0.111.40

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea4c23c85df8219047c31cf5051bc7bb81fe9f616e958f539e7ac3b41c45f951
4
- data.tar.gz: b12482cd7aa2cfac87964232f52b1d3b946e2870f810d23c933ed56922653817
3
+ metadata.gz: ff42a88689462dc91999ad5855f889662f1b0fa41b4e9ccedca110a831fe991d
4
+ data.tar.gz: 91064be734e4c3dcc43fe760c91e0493f34787a0dcfeab9a8ba886e1d9ac496f
5
5
  SHA512:
6
- metadata.gz: 668a9e9f5534fd3b7ac2e8d9f91082cca51f8fbead087438b24ff9113c003e8a63b2aa7a03e57e7d9842154a4838d7f47fc6cd057085566499f15aee4fda0c5a
7
- data.tar.gz: 6825a24f535afd37a5aadaedbe4a0987ef4a1928cdb1967b88226cfbdb3ce8c306051a53d6ab13613e7620ad227aca7e7a6172935e13959570f47445833cf1bb
6
+ metadata.gz: e158748256febe0aba8b955e3bab177d95e1692119f0a9f3053a960c099dba66956475789c1528574b83a5f1b88ae10be73e1c58d67903d9cf1b956905f93726
7
+ data.tar.gz: fc45f2f1f819cd557494141693402c8b0cdbefb6e6ecc815878d62a508e37bc0aeb83dc3d0df71a70bfa5c801cf8e7cc0d546a215a70bdbfb7be4f84fe53c31b
@@ -65,8 +65,8 @@ module Dependabot
65
65
  @internal_dependency_poms = {}
66
66
  dependency_files.each do |pom|
67
67
  doc = Nokogiri::XML(pom.content)
68
- group_id = doc.at_css("project > groupId") ||
69
- doc.at_css("project > parent > groupId")
68
+ group_id = doc.at_css("project > groupId") ||
69
+ doc.at_css("project > parent > groupId")
70
70
  artifact_id = doc.at_css("project > artifactId")
71
71
 
72
72
  next unless group_id && artifact_id
@@ -88,8 +88,8 @@ module Dependabot
88
88
  @internal_dependency_poms = {}
89
89
  dependency_files.each do |pom|
90
90
  doc = Nokogiri::XML(pom.content)
91
- group_id = doc.at_css("project > groupId") ||
92
- doc.at_css("project > parent > groupId")
91
+ group_id = doc.at_css("project > groupId") ||
92
+ doc.at_css("project > parent > groupId")
93
93
  artifact_id = doc.at_css("project > artifactId")
94
94
 
95
95
  next unless group_id && artifact_id
@@ -248,8 +248,8 @@ module Dependabot
248
248
  @internal_dependency_names ||=
249
249
  dependency_files.map do |pom|
250
250
  doc = Nokogiri::XML(pom.content)
251
- group_id = doc.at_css("project > groupId") ||
252
- doc.at_css("project > parent > groupId")
251
+ group_id = doc.at_css("project > groupId") ||
252
+ doc.at_css("project > parent > groupId")
253
253
  artifact_id = doc.at_css("project > artifactId")
254
254
 
255
255
  next unless group_id && artifact_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-maven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.111.39
4
+ version: 0.111.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-30 00:00:00.000000000 Z
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dependabot-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.111.39
19
+ version: 0.111.40
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.111.39
26
+ version: 0.111.40
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.73.0
103
+ version: 0.74.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 0.73.0
110
+ version: 0.74.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: vcr
113
113
  requirement: !ruby/object:Gem::Requirement