Skip to content

Commit

Permalink
Combined dependency updates (2024-10-12)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump tdrules.version from 4.3.0 to 4.3.1](#15)
- [Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16](#14)
- [Bump io.github.javiertuya:visual-assert from 2.4.2 to 2.5.0](#16)
- [Bump org.apache.ant:ant-junit from 1.10.14 to 1.10.15](#18)
- [Bump actions/cache from 4.0.2 to 4.1.1](#28)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.1 to 2.24.1](#26)
- [Bump org.pitest:pitest-maven from 1.16.1 to 1.17.0](#23)
  • Loading branch information
giis-qabot authored Oct 12, 2024
1 parent 56b90e5 commit 791ef17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Rules cache
id: rules-cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: .tdrules-cache
key: cache-${{ matrix.scope }}-v1-${{ github.run_id }}
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.3.0</surefire.version>
<tdrules.version>4.3.0</tdrules.version>
<tdrules.version>4.3.1</tdrules.version>
<qagrow.version>1.4.273</qagrow.version>
</properties>

Expand Down Expand Up @@ -54,12 +54,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.23.1</version>
<version>2.24.1</version>
<scope>test</scope>
</dependency>

Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.4.2</version>
<version>2.5.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.10.14</version>
<version>1.10.15</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down
2 changes: 1 addition & 1 deletion st-tdg-eval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Run with: mvn test-compile org.pitest:pitest-maven:mutationCoverage -->
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
<configuration>
<targetClasses>
<param>io.swagger.petstore.data.Pet*</param>
Expand Down

0 comments on commit 791ef17

Please sign in to comment.