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

Commit 86d4fb4

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

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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.1
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

cory-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<target>11</target>
1414
</configuration>
1515
<groupId>org.apache.maven.plugins</groupId>
16-
<version>3.13.0</version>
16+
<version>3.14.0</version>
1717
</plugin>
1818
<plugin>
1919
<artifactId>maven-shade-plugin</artifactId>

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>

cory-message-broker-redis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<artifactId>lettuce-core</artifactId>
99
<groupId>io.lettuce</groupId>
1010
<scope>compile</scope>
11-
<version>6.5.0.RELEASE</version>
11+
<version>6.5.4.RELEASE</version>
1212
</dependency>
1313
<dependency>
1414
<artifactId>commons-pool2</artifactId>
1515
<groupId>org.apache.commons</groupId>
1616
<scope>compile</scope>
17-
<version>2.12.0</version>
17+
<version>2.12.1</version>
1818
</dependency>
1919
<dependency>
2020
<artifactId>cory-core</artifactId>

cory-serdes-msgpack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<artifactId>msgpack-core</artifactId>
1515
<groupId>org.msgpack</groupId>
1616
<scope>compile</scope>
17-
<version>0.9.8</version>
17+
<version>0.9.9</version>
1818
</dependency>
1919
<dependency>
2020
<artifactId>cory-core</artifactId>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<target>11</target>
1414
</configuration>
1515
<groupId>org.apache.maven.plugins</groupId>
16-
<version>3.13.0</version>
16+
<version>3.14.0</version>
1717
</plugin>
1818
<plugin>
1919
<artifactId>maven-jar-plugin</artifactId>
@@ -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>
@@ -70,13 +70,13 @@
7070
<artifactId>annotations</artifactId>
7171
<groupId>org.jetbrains</groupId>
7272
<scope>provided</scope>
73-
<version>26.0.1</version>
73+
<version>26.0.2</version>
7474
</dependency>
7575
<dependency>
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.3</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)