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 Nov 2, 2024
1 parent 59cec7f commit fef050f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion cory-message-broker-nats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>jnats</artifactId>
<groupId>io.nats</groupId>
<scope>compile</scope>
<version>2.20.2</version>
<version>2.20.4</version>
</dependency>
<dependency>
<artifactId>cory-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cory-message-broker-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>lettuce-core</artifactId>
<groupId>io.lettuce</groupId>
<scope>compile</scope>
<version>6.4.0.RELEASE</version>
<version>6.5.0.RELEASE</version>
</dependency>
<dependency>
<artifactId>commons-pool2</artifactId>
Expand Down
8 changes: 4 additions & 4 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.11.1</version>
</plugin>
</plugins>
<resources>
Expand All @@ -76,7 +76,7 @@
<artifactId>jedis-mock</artifactId>
<groupId>com.github.fppt</groupId>
<scope>test</scope>
<version>1.1.4</version>
<version>1.1.6</version>
</dependency>
<dependency>
<artifactId>nats-embedded</artifactId>
Expand All @@ -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 fef050f

Please sign in to comment.