Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Publish test reports
if: always()
uses: mikepenz/[email protected].1
uses: mikepenz/[email protected].2
with:
check_name: test-report
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
4 changes: 2 additions & 2 deletions client-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

<jackson-version>2.19.1</jackson-version>
<jackson-version>2.19.2</jackson-version>

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

Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.25.0</version>
<version>2.25.1</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions client-netcore/client-netcore/client-netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
</ItemGroup>

<ItemGroup>
Expand All @@ -22,7 +22,7 @@

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

<PackageReference Include="Polly" Version="8.5.2" />
<PackageReference Include="Polly" Version="8.6.2" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

<PackageReference Include="Polly" Version="8.6.1" />
<PackageReference Include="Polly" Version="8.6.2" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions client-resttemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<!--openapi client dependencies: spring resttemplate+jackson -->
<swagger-annotations-version>1.6.16</swagger-annotations-version>

<spring-web-version>6.2.8</spring-web-version>
<spring-web-version>6.2.9</spring-web-version>

<jackson-version>2.19.1</jackson-version>
<jackson-version>2.19.2</jackson-version>

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

Expand Down
2 changes: 1 addition & 1 deletion server-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<!--relative path empty as this is a submodule, but spring starter needs to be the parent-->
<relativePath />
</parent>
Expand Down