Skip to content

Commit fb53f33

Browse files
deps(java): bump the all group across 1 directory with 7 updates (#1255)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jax Liu <liugs963@gmail.com>
1 parent 4b7a32b commit fb53f33

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

wren-core-legacy/pom.xml

Lines changed: 11 additions & 5 deletions
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>269</version>
8+
<version>279</version>
99
</parent>
1010

1111
<groupId>io.wren</groupId>
@@ -67,8 +67,8 @@
6767
<dep.airlift.version>269</dep.airlift.version>
6868
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
6969
<dep.drift.version>1.23</dep.drift.version>
70-
<dep.testcontainers.version>1.21.2</dep.testcontainers.version>
71-
<dep.errorprone.version>2.38.0</dep.errorprone.version>
70+
<dep.testcontainers.version>1.21.3</dep.testcontainers.version>
71+
<dep.errorprone.version>2.40.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

@@ -153,6 +153,12 @@
153153
<version>1.0.3</version>
154154
</dependency>
155155

156+
<dependency>
157+
<groupId>com.google.inject</groupId>
158+
<artifactId>guice</artifactId>
159+
<version>7.0.0</version>
160+
</dependency>
161+
156162
<dependency>
157163
<groupId>com.google.protobuf</groupId>
158164
<artifactId>protobuf-java</artifactId>
@@ -349,13 +355,13 @@
349355
<dependency>
350356
<groupId>org.checkerframework</groupId>
351357
<artifactId>checker-qual</artifactId>
352-
<version>3.49.4</version>
358+
<version>3.49.5</version>
353359
</dependency>
354360

355361
<dependency>
356362
<groupId>org.duckdb</groupId>
357363
<artifactId>duckdb_jdbc</artifactId>
358-
<version>1.3.1.0</version>
364+
<version>1.3.2.0</version>
359365
</dependency>
360366

361367
<dependency>

0 commit comments

Comments
 (0)