Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 59cec7f commit 326d5af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Cache the Maven packages to speed up build
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</execution>
</executions>
<groupId>org.apache.maven.plugins</groupId>
<version>3.10.0</version>
<version>3.10.1</version>
</plugin>
</plugins>
<resources>
Expand Down Expand Up @@ -100,7 +100,7 @@
<artifactId>mockito-core</artifactId>
<groupId>org.mockito</groupId>
<scope>test</scope>
<version>5.14.1</version>
<version>5.14.2</version>
</dependency>
<dependency>
<artifactId>awaitility</artifactId>
Expand Down Expand Up @@ -131,7 +131,7 @@
<groupId>org.junit</groupId>
<scope>import</scope>
<type>pom</type>
<version>5.11.1</version>
<version>5.11.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 326d5af

Please sign in to comment.