Skip to content

Commit d7e91d1

Browse files
authored
Combined dependency updates (2025-08-02)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump Polly from 8.6.1 to 8.6.2](#479) - [Bump Microsoft.NET.Test.Sdk and Polly](#478) - [Bump mikepenz/action-junit-report from 5.6.1 to 5.6.2](#477) - [Bump com.fasterxml.jackson:jackson-bom from 2.19.1 to 2.19.2](#476) - [Bump org.springframework.boot:spring-boot-starter-parent from 3.5.3 to 3.5.4](#475) - [Bump spring-web-version from 6.2.8 to 6.2.9](#474) - [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.25.0 to 2.25.1](#473)
1 parent 7d952ef commit d7e91d1

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Publish test reports
7474
if: always()
75-
uses: mikepenz/action-junit-report@v5.6.1
75+
uses: mikepenz/action-junit-report@v5.6.2
7676
with:
7777
check_name: test-report
7878
report_paths: '**/target/surefire-reports/TEST-*.xml'

client-httpclient/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<spring-web-version>5.3.19</spring-web-version>
2323

24-
<jackson-version>2.19.1</jackson-version>
24+
<jackson-version>2.19.2</jackson-version>
2525

2626
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
2727

@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.apache.logging.log4j</groupId>
117117
<artifactId>log4j-slf4j2-impl</artifactId>
118-
<version>2.25.0</version>
118+
<version>2.25.1</version>
119119
<scope>test</scope>
120120
</dependency>
121121

client-netcore/client-netcore/client-netcore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
1414

15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1616
</ItemGroup>
1717

1818
<ItemGroup>
@@ -22,7 +22,7 @@
2222

2323
<PackageReference Include="RestSharp" Version="112.1.0" />
2424

25-
<PackageReference Include="Polly" Version="8.5.2" />
25+
<PackageReference Include="Polly" Version="8.6.2" />
2626

2727
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
2828
</ItemGroup>

client-netstandard/client-netstandard/client-netstandard.csproj

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

1515
<PackageReference Include="RestSharp" Version="112.1.0" />
1616

17-
<PackageReference Include="Polly" Version="8.6.1" />
17+
<PackageReference Include="Polly" Version="8.6.2" />
1818

1919
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
2020
</ItemGroup>

client-resttemplate/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<!--openapi client dependencies: spring resttemplate+jackson -->
1818
<swagger-annotations-version>1.6.16</swagger-annotations-version>
1919

20-
<spring-web-version>6.2.8</spring-web-version>
20+
<spring-web-version>6.2.9</spring-web-version>
2121

22-
<jackson-version>2.19.1</jackson-version>
22+
<jackson-version>2.19.2</jackson-version>
2323

2424
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
2525

server-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.3</version>
10+
<version>3.5.4</version>
1111
<!--relative path empty as this is a submodule, but spring starter needs to be the parent-->
1212
<relativePath />
1313
</parent>

0 commit comments

Comments
 (0)