Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 041e0ea

Browse files
authoredJun 20, 2025··
Update Safe Patch Updates
1 parent 81fb571 commit 041e0ea

File tree

34 files changed

+457
-303
lines changed

34 files changed

+457
-303
lines changed
 

‎.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ jobs:
507507
go-version: '1.21'
508508

509509
- name: Cache Go modules
510-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
510+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
511511
with:
512512
path: |
513513
~/go/pkg/mod

‎cli/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ toolchain go1.22.5
77
require (
88
github.com/charmbracelet/bubbles v0.19.0
99
github.com/charmbracelet/bubbletea v1.1.0
10-
github.com/charmbracelet/lipgloss v0.13.0
10+
github.com/charmbracelet/lipgloss v0.13.1
11+
github.com/docker/docker v28.0.4+incompatible
12+
github.com/docker/go-connections v0.5.0
1113
github.com/olekukonko/tablewriter v0.0.5
1214
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
1315
github.com/spf13/cobra v1.8.1
@@ -39,7 +41,7 @@ require (
3941
github.com/blang/semver/v4 v4.0.0 // indirect
4042
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4143
github.com/chai2010/gettext-go v1.0.3 // indirect
42-
github.com/charmbracelet/x/ansi v0.2.3 // indirect
44+
github.com/charmbracelet/x/ansi v0.3.2 // indirect
4345
github.com/charmbracelet/x/term v0.2.0 // indirect
4446
github.com/containerd/containerd v1.7.20 // indirect
4547
github.com/containerd/errdefs v0.1.0 // indirect
@@ -50,9 +52,7 @@ require (
5052
github.com/distribution/reference v0.6.0 // indirect
5153
github.com/docker/cli v27.1.2+incompatible // indirect
5254
github.com/docker/distribution v2.8.3+incompatible // indirect
53-
github.com/docker/docker v28.0.4+incompatible // indirect
5455
github.com/docker/docker-credential-helpers v0.8.2 // indirect
55-
github.com/docker/go-connections v0.5.0 // indirect
5656
github.com/docker/go-metrics v0.0.1 // indirect
5757
github.com/docker/go-units v0.5.0 // indirect
5858
github.com/emicklei/go-restful/v3 v3.12.1 // indirect

‎cli/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ github.com/charmbracelet/bubbletea v1.1.0 h1:FjAl9eAL3HBCHenhz/ZPjkKdScmaS5SK69J
5353
github.com/charmbracelet/bubbletea v1.1.0/go.mod h1:9Ogk0HrdbHolIKHdjfFpyXJmiCzGwy+FesYkZr7hYU4=
5454
github.com/charmbracelet/lipgloss v0.13.0 h1:4X3PPeoWEDCMvzDvGmTajSyYPcZM4+y8sCA/SsA3cjw=
5555
github.com/charmbracelet/lipgloss v0.13.0/go.mod h1:nw4zy0SBX/F/eAO1cWdcvy6qnkDUxr8Lw7dvFrAIbbY=
56+
github.com/charmbracelet/lipgloss v0.13.1 h1:Oik/oqDTMVA01GetT4JdEC033dNzWoQHdWnHnQmXE2A=
57+
github.com/charmbracelet/lipgloss v0.13.1/go.mod h1:zaYVJ2xKSKEnTEEbX6uAHabh2d975RJ+0yfkFpRBz5U=
5658
github.com/charmbracelet/x/ansi v0.2.3 h1:VfFN0NUpcjBRd4DnKfRaIRo53KRgey/nhOoEqosGDEY=
5759
github.com/charmbracelet/x/ansi v0.2.3/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw=
60+
github.com/charmbracelet/x/ansi v0.3.2 h1:wsEwgAN+C9U06l9dCVMX0/L3x7ptvY1qmjMwyfE6USY=
61+
github.com/charmbracelet/x/ansi v0.3.2/go.mod h1:dk73KoMTT5AX5BsX0KrqhsTqAnhZZoCBjs7dGWp4Ktw=
5862
github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b h1:MnAMdlwSltxJyULnrYbkZpp4k58Co7Tah3ciKhSNo0Q=
5963
github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b/go.mod h1:wDlXFlCrmJ8J+swcL/MnGUuYnqgQdW9rhSD61oNMb6U=
6064
github.com/charmbracelet/x/term v0.2.0 h1:cNB9Ot9q8I711MyZ7myUR5HFWL/lc3OpU8jZ4hwm0x0=

‎control-planes/kubernetes_provider/Cargo.lock

Lines changed: 58 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎control-planes/resource_provider_api/Cargo.lock

Lines changed: 103 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dev-tools/vscode/drasi/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dev-tools/vscode/drasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"devDependencies": {
188188
"@types/glob": "^8.0.1",
189189
"@types/js-yaml": "^4.0.5",
190-
"@types/mocha": "10.0.1",
190+
"@types/mocha": "10.0.10",
191191
"@types/node": "16.x",
192192
"@types/vscode": "^1.99.1",
193193
"@types/ws": "^8.5.12",

‎reactions/aws/eventbridge-reaction/eventbridge-reaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="AWSSDK.EventBridge" Version="3.7.402.17" />
13-
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.401.29" />
13+
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.401.103" />
1414
<PackageReference Include="Drasi.Reaction.SDK" Version="0.1.8-alpha" />
1515
</ItemGroup>
1616

‎reactions/azure/eventgrid-reaction/eventgrid-reaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.Identity" Version="1.13.1" />
12+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1313
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.28.0" />
1414
<PackageReference Include="CloudNative.CloudEvents" Version="2.8.0" />
1515
<PackageReference Include="Drasi.Reaction.SDK" Version="0.1.11-alpha" />

‎reactions/azure/storagequeue-reaction/storagequeue-reaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Azure.Identity" Version="1.13.1" />
14+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1515
<PackageReference Include="Azure.Storage.Queues" Version="12.22.0" />
1616
<PackageReference Include="Drasi.Reaction.SDK" Version="0.1.3-alpha" />
1717
</ItemGroup>

‎reactions/dapr/post-pubsub/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /src/Drasi.Reactions.PostDaprPubSub
1818
RUN dotnet publish "./Drasi.Reactions.PostDaprPubSub.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
1919

2020
# Final stage/image
21-
FROM ubuntu:25.04 AS final
21+
FROM ubuntu:plucky-20250415 AS final
2222
RUN apt-get update && apt-get install -y bash curl dotnet-runtime-8.0 aspnetcore-runtime-8.0 && rm -rf /var/lib/apt/lists/*
2323
WORKDIR /app
2424
COPY --from=build /app/publish .

‎reactions/dapr/post-pubsub/Drasi.Reactions.PostDaprPubSub.Tests/Drasi.Reactions.PostDaprPubSub.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>
20-
<PackageReference Include="coverlet.collector" Version="6.0.0">
20+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

‎reactions/dapr/post-pubsub/Drasi.Reactions.PostDaprPubSub/Drasi.Reactions.PostDaprPubSub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ItemGroup>
1111
<InternalsVisibleTo Include="Drasi.Reactions.PostDaprPubSub.Tests" />
1212
<PackageReference Include="Drasi.Reaction.SDK" Version="0.1.8-alpha" />
13-
<PackageReference Include="Dapr.Client" Version="1.15.0" />
14-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
13+
<PackageReference Include="Dapr.Client" Version="1.15.4" />
14+
<PackageReference Include="System.Text.Json" Version="9.0.5" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1616
</ItemGroup>
1717

‎reactions/dapr/sync-statestore/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /src/Drasi.Reactions.SyncDaprStateStore
1818
RUN dotnet publish "./Drasi.Reactions.SyncDaprStateStore.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
1919

2020
# Final stage/image
21-
FROM ubuntu:25.04 AS final
21+
FROM ubuntu:plucky-20250415 AS final
2222
RUN apt-get update && apt-get install -y bash curl dotnet-runtime-8.0 aspnetcore-runtime-8.0 && rm -rf /var/lib/apt/lists/*
2323
WORKDIR /app
2424
COPY --from=build /app/publish .

‎reactions/dapr/sync-statestore/Drasi.Reactions.SyncDaprStateStore.Tests/Drasi.Reactions.SyncDaprStateStore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>
20-
<PackageReference Include="coverlet.collector" Version="6.0.0">
20+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

‎reactions/dapr/sync-statestore/Drasi.Reactions.SyncDaprStateStore/Drasi.Reactions.SyncDaprStateStore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ItemGroup>
1111
<InternalsVisibleTo Include="Drasi.Reactions.SyncDaprStateStore.Tests" />
1212
<PackageReference Include="Drasi.Reaction.SDK" Version="0.1.8-alpha" />
13-
<PackageReference Include="Dapr.Client" Version="1.15.0" />
14-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
13+
<PackageReference Include="Dapr.Client" Version="1.15.4" />
14+
<PackageReference Include="System.Text.Json" Version="9.0.5" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
1616
</ItemGroup>
1717

‎reactions/platform/result-reaction/result-reaction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.8" />
13+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
1414
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
1515
</ItemGroup>
1616

‎reactions/sdk/dotnet/Drasi.Reaction.SDK.Tests/Drasi.Reaction.SDK.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="6.0.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.10" />
13+
<PackageReference Include="coverlet.collector" Version="6.0.4" />
14+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.16" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1616
<PackageReference Include="xunit" Version="2.5.3" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />

‎reactions/sdk/python/poetry.lock

Lines changed: 30 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎reactions/signalr/signalr-reaction/Drasi.Reactions.SignalR.Tests/Drasi.Reactions.SignalR.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="coverlet.collector" Version="6.0.0" />
14-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
15-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.10" />
13+
<PackageReference Include="coverlet.collector" Version="6.0.4" />
14+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.5" />
15+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.16" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1717
<PackageReference Include="xunit" Version="2.5.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />

‎reactions/signalr/signalr-reaction/Drasi.Reactions.SignalR/Drasi.Reactions.SignalR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<InternalsVisibleTo Include="Drasi.Reactions.SignalR.Tests" />
15-
<PackageReference Include="Azure.Identity" Version="1.13.1" />
15+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1616
<PackageReference Include="Drasi.Reaction.SDK" Version="0.1.5-alpha" />
1717
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.28.0" />
1818
</ItemGroup>

‎sources/cosmosdb/cosmosdb-ffcf-reactivator/cosmosdb-reactivator.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.6.2" />
1414
<PackageReference Include="Dapr.Client" Version="1.8.0" />
1515
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.36.0-preview" />
16-
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
17-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0-preview.2.22152.2" />
18-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.2" />
17+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.1" />
1919
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />
20-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
20+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2121
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />
2222
</ItemGroup>
2323

‎sources/dataverse/dataverse-proxy/dataverse-proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Dapr.AspNetCore" Version="1.13.1" />
1313
<PackageReference Include="Dapr.Client" Version="1.13.1" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.1.22" />
1717
</ItemGroup>
1818

‎sources/dataverse/dataverse-reactivator/dataverse-reactivator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Dapr.AspNetCore" Version="1.13.1" />
1313
<PackageReference Include="Dapr.Client" Version="1.13.1" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
15+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1616
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.1.22" />
1717
</ItemGroup>
1818

‎sources/relational/debezium-reactivator/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<maven.compiler.source>21</maven.compiler.source>
3232
<maven.compiler.target>21</maven.compiler.target>
33-
<version.debezium>2.7.3.Final</version.debezium>
33+
<version.debezium>2.7.4.Final</version.debezium>
3434
</properties>
3535

3636
<dependencies>
@@ -75,19 +75,19 @@
7575
<dependency>
7676
<groupId>junit</groupId>
7777
<artifactId>junit</artifactId>
78-
<version>4.13.1</version>
78+
<version>4.13.2</version>
7979
<scope>test</scope>
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>org.slf4j</groupId>
8484
<artifactId>slf4j-api</artifactId>
85-
<version>2.0.1</version>
85+
<version>2.0.17</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.slf4j</groupId>
8989
<artifactId>slf4j-jdk14</artifactId>
90-
<version>2.0.1</version>
90+
<version>2.0.17</version>
9191
</dependency>
9292

9393
</dependencies>
@@ -112,7 +112,7 @@
112112
</plugin>
113113
<plugin>
114114
<artifactId>maven-surefire-plugin</artifactId>
115-
<version>2.22.1</version>
115+
<version>2.22.2</version>
116116
</plugin>
117117
<plugin>
118118
<artifactId>maven-jar-plugin</artifactId>

‎sources/relational/sql-proxy/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.postgresql</groupId>
5050
<artifactId>postgresql</artifactId>
51-
<version>42.7.4</version>
51+
<version>42.7.5</version>
5252
</dependency>
5353

5454
<dependency>
@@ -66,19 +66,19 @@
6666
<dependency>
6767
<groupId>junit</groupId>
6868
<artifactId>junit</artifactId>
69-
<version>4.13.1</version>
69+
<version>4.13.2</version>
7070
<scope>test</scope>
7171
</dependency>
7272

7373
<dependency>
7474
<groupId>org.slf4j</groupId>
7575
<artifactId>slf4j-api</artifactId>
76-
<version>2.0.1</version>
76+
<version>2.0.17</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.slf4j</groupId>
8080
<artifactId>slf4j-jdk14</artifactId>
81-
<version>2.0.1</version>
81+
<version>2.0.17</version>
8282
</dependency>
8383
</dependencies>
8484

@@ -102,7 +102,7 @@
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-surefire-plugin</artifactId>
105-
<version>2.22.1</version>
105+
<version>2.22.2</version>
106106
</plugin>
107107
<plugin>
108108
<artifactId>maven-jar-plugin</artifactId>

‎sources/sdk/dotnet/Drasi.Source.SDK/Drasi.Source.SDK.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<None Include="drasi.png" Pack="true" PackagePath="\" />
2424
<PackageReference Include="Dapr.AspNetCore" Version="1.14.0" />
2525
<PackageReference Include="Dapr.Client" Version="1.14.0" />
26-
<PackageReference Include="OpenTelemetry" Version="1.11.1" />
27-
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.1" />
28-
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.11.1" />
26+
<PackageReference Include="OpenTelemetry" Version="1.11.2" />
27+
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.2" />
28+
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.11.2" />
2929
</ItemGroup>
3030

3131
</Project>

‎sources/sdk/java/example/proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</plugin>
4444
<plugin>
4545
<artifactId>maven-surefire-plugin</artifactId>
46-
<version>2.22.1</version>
46+
<version>2.22.2</version>
4747
</plugin>
4848
<plugin>
4949
<artifactId>maven-jar-plugin</artifactId>

‎sources/sdk/java/example/reactivator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</plugin>
4141
<plugin>
4242
<artifactId>maven-surefire-plugin</artifactId>
43-
<version>2.22.1</version>
43+
<version>2.22.2</version>
4444
</plugin>
4545
<plugin>
4646
<artifactId>maven-jar-plugin</artifactId>

‎sources/sdk/java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
<dependency>
2323
<groupId>io.dapr</groupId>
2424
<artifactId>dapr-sdk</artifactId>
25-
<version>1.14.0</version>
25+
<version>1.14.1</version>
2626
</dependency>
2727

2828
<dependency>
2929
<groupId>junit</groupId>
3030
<artifactId>junit</artifactId>
31-
<version>4.13.1</version>
31+
<version>4.13.2</version>
3232
<scope>test</scope>
3333
</dependency>
3434

3535
<dependency>
3636
<groupId>org.slf4j</groupId>
3737
<artifactId>slf4j-api</artifactId>
38-
<version>2.0.1</version>
38+
<version>2.0.17</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.slf4j</groupId>
4242
<artifactId>slf4j-jdk14</artifactId>
43-
<version>2.0.1</version>
43+
<version>2.0.17</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>io.undertow</groupId>
7373
<artifactId>undertow-core</artifactId>
74-
<version>2.3.17.Final</version>
74+
<version>2.3.18.Final</version>
7575
</dependency>
7676

7777
</dependencies>

‎sources/sdk/rust/example/proxy/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎sources/sdk/rust/example/reactivator/Cargo.lock

Lines changed: 165 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎typespec/package-lock.json

Lines changed: 38 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎typespec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@typespec/compiler": "latest",
2323
"rimraf": "^6.0.1",
24-
"quicktype": "23.0.170"
24+
"quicktype": "23.0.176"
2525
},
2626
"private": true,
2727
"license": "Apache-2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.