dependabot-maven 0.306.0 → 0.309.0

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.
@@ -165,6 +165,7 @@ module Dependabot
165
165
  dependency_files: dependency_files,
166
166
  credentials: credentials,
167
167
  ignored_versions: ignored_versions,
168
+ cooldown_options: update_cooldown,
168
169
  raise_on_ignored: raise_on_ignored,
169
170
  security_advisories: security_advisories
170
171
  )
@@ -178,7 +179,8 @@ module Dependabot
178
179
  dependency_files: dependency_files,
179
180
  target_version_details: latest_version_details,
180
181
  credentials: credentials,
181
- ignored_versions: ignored_versions
182
+ ignored_versions: ignored_versions,
183
+ update_cooldown: update_cooldown
182
184
  )
183
185
  end
184
186
 
@@ -186,7 +188,7 @@ module Dependabot
186
188
  def property_value_finder
187
189
  @property_value_finder ||=
188
190
  Maven::FileParser::PropertyValueFinder
189
- .new(dependency_files: dependency_files, credentials: credentials.map(&:to_s))
191
+ .new(dependency_files: dependency_files, credentials: credentials)
190
192
  end
191
193
 
192
194
  sig { returns(T::Boolean) }
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-maven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.306.0
4
+ version: 0.309.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-10 00:00:00.000000000 Z
10
+ date: 2025-04-17 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: dependabot-common
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 0.306.0
18
+ version: 0.309.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 0.306.0
25
+ version: 0.309.0
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: debug
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -253,6 +252,7 @@ files:
253
252
  - lib/dependabot/maven/file_updater/property_value_updater.rb
254
253
  - lib/dependabot/maven/language.rb
255
254
  - lib/dependabot/maven/metadata_finder.rb
255
+ - lib/dependabot/maven/package/package_details_fetcher.rb
256
256
  - lib/dependabot/maven/package_manager.rb
257
257
  - lib/dependabot/maven/requirement.rb
258
258
  - lib/dependabot/maven/token_bucket.rb
@@ -268,8 +268,7 @@ licenses:
268
268
  - MIT
269
269
  metadata:
270
270
  bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
271
- changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.306.0
272
- post_install_message:
271
+ changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.309.0
273
272
  rdoc_options: []
274
273
  require_paths:
275
274
  - lib
@@ -284,8 +283,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
284
283
  - !ruby/object:Gem::Version
285
284
  version: 3.1.0
286
285
  requirements: []
287
- rubygems_version: 3.5.22
288
- signing_key:
286
+ rubygems_version: 3.6.3
289
287
  specification_version: 4
290
288
  summary: Provides Dependabot support for Maven
291
289
  test_files: []