Skip to content

Commit c69c913

Browse files
authored
Combined dependency updates (2026-04-19)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump org.jsmart:zerocode-tdd from 1.3.47 to 1.4.0](#607) - [Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0](#606) - [Bump io.swagger.parser.v3:swagger-parser from 2.1.39 to 2.1.40](#605) - [Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0](#604) - [Bump org.apache.ant:ant-junit from 1.10.16 to 1.10.17](#603) - [Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0](#602)
1 parent 8929aa2 commit c69c913

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@ jobs:
299299
# Some files (e.g. junit reports) have 600 permissions.
300300
# As of upload-pages-artifact@v1.0.9, permissions must be set explicitly
301301
# to 0755 (as indicated in warnings produced by v1.0.8)
302-
- name: Fix permissions to actions/upload-pages-artifact@v4.0.0
302+
- name: Fix permissions to actions/upload-pages-artifact@v5.0.0
303303
run: sudo chmod -c -R 0755 target-ALL/site
304304
- name: Upload artifact
305305
if: always()
306-
uses: actions/upload-pages-artifact@v4.0.0
306+
uses: actions/upload-pages-artifact@v5.0.0
307307
with:
308308
path: 'target-ALL/site'
309309
- name: Deploy to GitHub Pages

net/TdRulesTest/TdRulesTest.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
1212

1313
<PackageReference Include="NUnit" Version="4.5.1" />
1414

net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
1212

1313
<PackageReference Include="NUnit" Version="4.5.1" />
1414

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.swagger.parser.v3</groupId>
8383
<artifactId>swagger-parser</artifactId>
84-
<version>2.1.39</version>
84+
<version>2.1.40</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>io.swagger</groupId>
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.jsmart</groupId>
117117
<artifactId>zerocode-tdd</artifactId>
118-
<version>1.3.47</version>
118+
<version>1.4.0</version>
119119
<scope>test</scope>
120120
</dependency>
121121

@@ -187,7 +187,7 @@
187187
<dependency>
188188
<groupId>org.xerial</groupId>
189189
<artifactId>sqlite-jdbc</artifactId>
190-
<version>3.51.3.0</version>
190+
<version>3.53.0.0</version>
191191
<scope>test</scope>
192192
</dependency>
193193
<dependency>
@@ -288,7 +288,7 @@
288288
<dependency>
289289
<groupId>org.apache.ant</groupId>
290290
<artifactId>ant-junit</artifactId>
291-
<version>1.10.16</version>
291+
<version>1.10.17</version>
292292
</dependency>
293293
<dependency>
294294
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)