diff --git a/connect/dart/pubspec.lock b/connect/dart/pubspec.lock
index 3e5e5f1a8..ac441f664 100644
--- a/connect/dart/pubspec.lock
+++ b/connect/dart/pubspec.lock
@@ -165,10 +165,10 @@ packages:
dependency: transitive
description:
name: matcher
- sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
+ sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
url: "https://pub.dev"
source: hosted
- version: "0.12.13"
+ version: "0.12.16+1"
meta:
dependency: "direct main"
description:
@@ -317,26 +317,26 @@ packages:
dependency: "direct dev"
description:
name: test
- sha256: "03dbf5cb87d56394ffe951eef93893b43624240aa8dd16f6f063ee01fcb22aee"
+ sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e"
url: "https://pub.dev"
source: hosted
- version: "1.21.7"
+ version: "1.25.7"
test_api:
dependency: transitive
description:
name: test_api
- sha256: c9aba3b3dbfe8878845dfab5fa096eb8de7b62231baeeb1cea8e3ee81ca8c6d8
+ sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
url: "https://pub.dev"
source: hosted
- version: "0.4.15"
+ version: "0.7.2"
test_core:
dependency: transitive
description:
name: test_core
- sha256: f99f8a4c093d6c5adbe100494ccc259ec69c8f86eb769d661e5af18f9b6b9375
+ sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696"
url: "https://pub.dev"
source: hosted
- version: "0.4.19"
+ version: "0.6.4"
typed_data:
dependency: transitive
description:
diff --git a/connect/dart/pubspec.yaml b/connect/dart/pubspec.yaml
index e2603ff20..901193a15 100644
--- a/connect/dart/pubspec.yaml
+++ b/connect/dart/pubspec.yaml
@@ -14,4 +14,4 @@ dependencies:
intl: any
meta: '^1.1.8'
dev_dependencies:
- test: '>=1.21.6 <1.22.0'
+ test: '<1.25.8'
diff --git a/connect/dotnet/src/Trinsic.Connect/Api/SessionApi.cs b/connect/dotnet/src/Trinsic.Connect/Api/SessionApi.cs
index 0ccfd333e..888a977b6 100644
--- a/connect/dotnet/src/Trinsic.Connect/Api/SessionApi.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Api/SessionApi.cs
@@ -14,7 +14,6 @@
namespace Trinsic.Connect.Api;
-
///
/// Represents a collection of functions to interact with the API endpoints
///
diff --git a/connect/dotnet/src/Trinsic.Connect/Client/ApiClient.cs b/connect/dotnet/src/Trinsic.Connect/Client/ApiClient.cs
index f2458cabe..c7ea9ba3b 100644
--- a/connect/dotnet/src/Trinsic.Connect/Client/ApiClient.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Client/ApiClient.cs
@@ -384,7 +384,7 @@ private HttpRequestMessage NewRequest(
}
}
}
-
+
_ = new List>();
string contentType = null;
diff --git a/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs b/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
index f6b95c01a..2ade12092 100644
--- a/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Client/FileParameter.cs
@@ -11,7 +11,6 @@
namespace Trinsic.Connect.Client;
-
///
/// Represents a File passed to the API as a Parameter, allows using different backends for files
///
diff --git a/connect/dotnet/src/Trinsic.Connect/Client/RequestOptions.cs b/connect/dotnet/src/Trinsic.Connect/Client/RequestOptions.cs
index 2d28d36fc..ddbdc1fba 100644
--- a/connect/dotnet/src/Trinsic.Connect/Client/RequestOptions.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Client/RequestOptions.cs
@@ -7,7 +7,6 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-using System;
using System.Collections.Generic;
using System.Net;
diff --git a/connect/dotnet/src/Trinsic.Connect/Model/AbstractOpenAPISchema.cs b/connect/dotnet/src/Trinsic.Connect/Model/AbstractOpenAPISchema.cs
index efa5f5189..01bdb50fc 100644
--- a/connect/dotnet/src/Trinsic.Connect/Model/AbstractOpenAPISchema.cs
+++ b/connect/dotnet/src/Trinsic.Connect/Model/AbstractOpenAPISchema.cs
@@ -7,7 +7,6 @@
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
-using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml
index aa8109362..0abd25b2f 100644
--- a/dart/pubspec.yaml
+++ b/dart/pubspec.yaml
@@ -15,6 +15,6 @@ dependencies:
dev_dependencies:
lints: 2.1.1
- test: 1.25.5
+ test: 1.25.7
path: any
coverage: 1.8.0