Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 7bc8ad4

Browse files
fix(deps): update all non-major dependencies
1 parent 0a210c3 commit 7bc8ad4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Cache the Maven packages to speed up build
27-
uses: actions/cache@v4.1.2
27+
uses: actions/cache@v4.2.0
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

cory-message-broker-nats/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>jnats</artifactId>
99
<groupId>io.nats</groupId>
1010
<scope>compile</scope>
11-
<version>2.20.4</version>
11+
<version>2.20.5</version>
1212
</dependency>
1313
<dependency>
1414
<artifactId>cory-core</artifactId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</execution>
5656
</executions>
5757
<groupId>org.apache.maven.plugins</groupId>
58-
<version>3.11.1</version>
58+
<version>3.11.2</version>
5959
</plugin>
6060
</plugins>
6161
<resources>
@@ -76,7 +76,7 @@
7676
<artifactId>jedis-mock</artifactId>
7777
<groupId>com.github.fppt</groupId>
7878
<scope>test</scope>
79-
<version>1.1.7</version>
79+
<version>1.1.8</version>
8080
</dependency>
8181
<dependency>
8282
<artifactId>nats-embedded</artifactId>
@@ -94,13 +94,13 @@
9494
<artifactId>assertj-core</artifactId>
9595
<groupId>org.assertj</groupId>
9696
<scope>test</scope>
97-
<version>3.26.3</version>
97+
<version>3.27.1</version>
9898
</dependency>
9999
<dependency>
100100
<artifactId>mockito-core</artifactId>
101101
<groupId>org.mockito</groupId>
102102
<scope>test</scope>
103-
<version>5.14.2</version>
103+
<version>5.15.2</version>
104104
</dependency>
105105
<dependency>
106106
<artifactId>awaitility</artifactId>
@@ -131,7 +131,7 @@
131131
<groupId>org.junit</groupId>
132132
<scope>import</scope>
133133
<type>pom</type>
134-
<version>5.11.3</version>
134+
<version>5.11.4</version>
135135
</dependency>
136136
</dependencies>
137137
</dependencyManagement>

0 commit comments

Comments
 (0)