aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-09-07 15:18:31 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-09-07 15:18:31 -0400
commit97d0c461140e4badf40454471748099266c58c85 (patch)
treeddd829ec6d4bd9fc99b9446bd49b7b051fa405ab
parentf7eb445c9fcf4557f0bf1e1622673242b7da5ced (diff)
restsharp vuln update & remove github pull job for now
-rw-r--r--.onedev-buildspec.yml19
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj2
2 files changed, 1 insertions, 20 deletions
diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml
index 9700986..bfccb25 100644
--- a/.onedev-buildspec.yml
+++ b/.onedev-buildspec.yml
@@ -25,22 +25,3 @@ jobs:
maxRetries: 3
retryDelay: 30
timeout: 3600
-- name: Repo Sync Pull
- steps:
- - !PullRepository
- name: GitHub sync pull
- remoteUrl: https://github.com/VnUgE/VNLib.Core.git
- userName: VnUgE
- passwordSecret: git-access-token
- refs: refs/heads/* refs/tags/*
- withLfs: false
- force: false
- condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- triggers:
- - !ScheduleTrigger
- cronExpression: 0 15 10 ? * *
- projects: VNLib.Core
- retryCondition: never
- maxRetries: 3
- retryDelay: 30
- timeout: 3600
diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
index 37ae341..7b11a6e 100644
--- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
+++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
@@ -35,7 +35,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="RestSharp" Version="111.4.0" />
+ <PackageReference Include="RestSharp" Version="112.0.0" />
</ItemGroup>
<ItemGroup>