Skip to content

Commit 29c131e

Browse files
authored
[dart][dart-dio] Update dependencies (#9178)
* finally use released versions for http mocking
1 parent 11eedc8 commit 29c131e

File tree

4 files changed

+9
-19
lines changed

4 files changed

+9
-19
lines changed

modules/openapi-generator/src/main/resources/dart/libraries/dio/pubspec.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
dio: '>=4.0.0 <5.0.0'
1010
{{#useBuiltValue}}
11-
built_value: '>=8.0.3 <9.0.0'
11+
built_value: '>=8.0.4 <9.0.0'
1212
built_collection: '>=5.0.0 <6.0.0'
1313
{{/useBuiltValue}}
1414
{{#useDateLibTimeMachine}}
@@ -17,7 +17,7 @@ dependencies:
1717
1818
dev_dependencies:
1919
{{#useBuiltValue}}
20-
built_value_generator: '>=8.0.3 <9.0.0'
20+
built_value_generator: '>=8.0.4 <9.0.0'
2121
build_runner: any
2222
{{/useBuiltValue}}
2323
test: '>=1.16.0 <1.17.0'

samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ environment:
77

88
dependencies:
99
dio: '>=4.0.0 <5.0.0'
10-
built_value: '>=8.0.3 <9.0.0'
10+
built_value: '>=8.0.4 <9.0.0'
1111
built_collection: '>=5.0.0 <6.0.0'
1212

1313
dev_dependencies:
14-
built_value_generator: '>=8.0.3 <9.0.0'
14+
built_value_generator: '>=8.0.4 <9.0.0'
1515
build_runner: any
1616
test: '>=1.16.0 <1.17.0'

samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake_tests/pubspec.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ environment:
99

1010
dev_dependencies:
1111
built_collection: '5.0.0'
12-
built_value: '8.0.3'
12+
built_value: '8.0.4'
1313
dio: '4.0.0'
14-
http_mock_adapter: 1.0.0-nullsafety.1
15-
mockito: '5.0.0'
14+
http_mock_adapter: 0.2.1
15+
mockito: '5.0.3'
1616
openapi:
1717
path: ../petstore_client_lib_fake
18-
test: '1.16.5'
19-
20-
dependency_overrides:
21-
http_mock_adapter:
22-
git:
23-
url: https://github.com/kuhnroyal/http-mock-adapter.git
24-
ref: 1e3115a3de1dde132ebe7cb711d9175a97adda02
18+
test: '1.16.8'

samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake_tests/pubspec.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ dev_dependencies:
99
built_collection: ">=4.3.2 <5.0.0"
1010
built_value: ">=7.1.0 <8.0.0"
1111
dio: 3.0.10
12-
# http_mock_adapter: 0.1.5
13-
http_mock_adapter:
14-
git:
15-
url: https://github.com/kuhnroyal/http-mock-adapter.git
16-
ref: 24cafff5236f8cc7d52a05529751ac47abd895ff
12+
http_mock_adapter: 0.1.6
1713
openapi:
1814
path: ../petstore_client_lib_fake
1915
test: 1.15.5

0 commit comments

Comments
 (0)