Skip to content

Commit

Permalink
Combined dependency updates (2024-05-25)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0](#318)
- [Bump spring-web-version from 6.1.7 to 6.1.8](#317)
- [Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /client-netcore](#316)
- [Bump org.openapitools:openapi-generator-maven-plugin from 7.5.0 to 7.6.0](#314)
  • Loading branch information
javiertuya authored May 25, 2024
1 parent 444c808 commit b3d1472
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.5.0</version>
<version>7.6.0</version>
<executions>
<execution>
<goals>
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 @@ -12,7 +12,7 @@

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

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion client-netcore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.5.0</version>
<version>7.6.0</version>
<executions>
<execution>
<goals>
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,7 +17,7 @@
<!--openapi client dependencies: spring resttemplate+jackson -->
<swagger-annotations-version>1.6.14</swagger-annotations-version>

<spring-web-version>6.1.7</spring-web-version>
<spring-web-version>6.1.8</spring-web-version>

<jackson-version>2.17.1</jackson-version>

Expand Down Expand Up @@ -119,7 +119,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.5.0</version>
<version>7.6.0</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions 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.2.5</version>
<version>3.3.0</version>
<!--relative path empty as this is a submodule, but spring starter needs to be the parent-->
<relativePath />
</parent>
Expand Down Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.5.0</version>
<version>7.6.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit b3d1472

Please sign in to comment.