Skip to content

Commit

Permalink
Combined dependency updates (2024-04-20)
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.4 to 3.2.5](#306)
- [Bump actions/upload-artifact from 4.3.1 to 4.3.2](#305)
- [Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.6](#304)
- [Bump org.openapitools:openapi-generator-maven-plugin from 7.4.0 to 7.5.0](#303)
- [Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13](#302)
  • Loading branch information
javiertuya authored Apr 20, 2024
1 parent 3d6cf27 commit 9fc7540
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- if: always()
name: Publish test report artifacts
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: test-reports
path: ./**/target/surefire-reports/
Expand Down
4 changes: 2 additions & 2 deletions client-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
<scope>compile</scope>
</dependency>
<!-- instead of logback (default in spring) uses the apache log4j binding -->
Expand All @@ -121,7 +121,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.4.0</version>
<version>7.5.0</version>
<executions>
<execution>
<goals>
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.4.0</version>
<version>7.5.0</version>
<executions>
<execution>
<goals>
Expand Down
6 changes: 3 additions & 3 deletions client-resttemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
<version>2.0.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.4</version>
<version>1.5.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -119,7 +119,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.4.0</version>
<version>7.5.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.4</version>
<version>3.2.5</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.4.0</version>
<version>7.5.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 9fc7540

Please sign in to comment.