Skip to content

Commit 5e555b6

Browse files
deps(java): bump the all group across 1 directory with 8 updates (#1101)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4379a46 commit 5e555b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.airlift</groupId>
77
<artifactId>airbase</artifactId>
8-
<version>230</version>
8+
<version>241</version>
99
</parent>
1010

1111
<groupId>io.wren</groupId>
@@ -68,7 +68,7 @@
6868
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
6969
<dep.drift.version>1.22</dep.drift.version>
7070
<dep.testcontainers.version>1.20.6</dep.testcontainers.version>
71-
<dep.errorprone.version>2.36.0</dep.errorprone.version>
71+
<dep.errorprone.version>2.37.0</dep.errorprone.version>
7272
<dep.plugin.failsafe.version>${dep.plugin.surefire.version}</dep.plugin.failsafe.version>
7373
<netty.version>4.1.45.Final</netty.version>
7474

@@ -150,13 +150,13 @@
150150
<dependency>
151151
<groupId>com.google.guava</groupId>
152152
<artifactId>failureaccess</artifactId>
153-
<version>1.0.2</version>
153+
<version>1.0.3</version>
154154
</dependency>
155155

156156
<dependency>
157157
<groupId>com.google.protobuf</groupId>
158158
<artifactId>protobuf-java</artifactId>
159-
<version>4.30.0</version>
159+
<version>4.30.1</version>
160160
</dependency>
161161

162162
<dependency>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.zaxxer</groupId>
176176
<artifactId>HikariCP</artifactId>
177-
<version>6.2.1</version>
177+
<version>6.3.0</version>
178178
<exclusions>
179179
<exclusion>
180180
<groupId>org.slf4j</groupId>
@@ -318,7 +318,7 @@
318318
<dependency>
319319
<groupId>net.bytebuddy</groupId>
320320
<artifactId>byte-buddy</artifactId>
321-
<version>1.17.2</version>
321+
<version>1.17.4</version>
322322
</dependency>
323323

324324
<dependency>
@@ -391,7 +391,7 @@
391391
<dependency>
392392
<groupId>org.threeten</groupId>
393393
<artifactId>threetenbp</artifactId>
394-
<version>1.7.0</version>
394+
<version>1.7.1</version>
395395
</dependency>
396396
</dependencies>
397397
</dependencyManagement>

0 commit comments

Comments
 (0)