Skip to content

Commit

Permalink
Combined dependency updates (2024-12-15)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump NUnit from 4.2.2 to 4.3.0 in /client-netstandard](#408)
- [Bump NUnit from 4.2.2 to 4.3.0 in /client-netcore](#407)
- [Bump mikepenz/action-junit-report from 5.1.0 to 5.2.0](#406)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3](#405)
- [Bump spring-web-version from 6.2.0 to 6.2.1](#404)
  • Loading branch information
javiertuya authored Dec 15, 2024
1 parent cd9fb71 commit a02e36a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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/action-junit-report@v5.1.0
uses: mikepenz/action-junit-report@v5.2.0
with:
check_name: test-report
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion client-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion client-netcore/client-netcore/client-netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />

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

Expand Down
2 changes: 1 addition & 1 deletion client-resttemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!--openapi client dependencies: spring resttemplate+jackson -->
<swagger-annotations-version>1.6.14</swagger-annotations-version>

<spring-web-version>6.2.0</spring-web-version>
<spring-web-version>6.2.1</spring-web-version>

<jackson-version>2.18.2</jackson-version>

Expand Down

0 comments on commit a02e36a

Please sign in to comment.