Skip to content

Commit 1d1414c

Browse files
chore(java-deps): bump the all group across 1 directory with 29 updates (#824)
1 parent 78db682 commit 1d1414c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

+13-13
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>175</version>
8+
<version>187</version>
99
</parent>
1010

1111
<groupId>io.wren</groupId>
@@ -64,11 +64,11 @@
6464
<air.modernizer.java-version>8</air.modernizer.java-version>
6565

6666
<dep.antlr.version>4.13.2</dep.antlr.version>
67-
<dep.airlift.version>267</dep.airlift.version>
67+
<dep.airlift.version>269</dep.airlift.version>
6868
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
6969
<dep.drift.version>1.22</dep.drift.version>
70-
<dep.testcontainers.version>1.20.1</dep.testcontainers.version>
71-
<dep.errorprone.version>2.32.0</dep.errorprone.version>
70+
<dep.testcontainers.version>1.20.2</dep.testcontainers.version>
71+
<dep.errorprone.version>2.33.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

@@ -108,13 +108,13 @@
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>
110110
<artifactId>jackson-annotations</artifactId>
111-
<version>2.17.2</version>
111+
<version>2.18.0</version>
112112
</dependency>
113113

114114
<dependency>
115115
<groupId>com.fasterxml.jackson.core</groupId>
116116
<artifactId>jackson-databind</artifactId>
117-
<version>2.17.2</version>
117+
<version>2.18.0</version>
118118
</dependency>
119119

120120
<dependency>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.fasterxml.jackson.dataformat</groupId>
128128
<artifactId>jackson-dataformat-yaml</artifactId>
129-
<version>2.17.2</version>
129+
<version>2.18.0</version>
130130
</dependency>
131131

132132
<dependency>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.zaxxer</groupId>
176176
<artifactId>HikariCP</artifactId>
177-
<version>5.1.0</version>
177+
<version>6.0.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.15.1</version>
321+
<version>1.15.4</version>
322322
</dependency>
323323

324324
<dependency>
@@ -349,19 +349,19 @@
349349
<dependency>
350350
<groupId>org.checkerframework</groupId>
351351
<artifactId>checker-qual</artifactId>
352-
<version>3.47.0</version>
352+
<version>3.48.1</version>
353353
</dependency>
354354

355355
<dependency>
356356
<groupId>org.duckdb</groupId>
357357
<artifactId>duckdb_jdbc</artifactId>
358-
<version>1.1.0</version>
358+
<version>1.1.1</version>
359359
</dependency>
360360

361361
<dependency>
362362
<groupId>org.jetbrains</groupId>
363363
<artifactId>annotations</artifactId>
364-
<version>24.1.0</version>
364+
<version>26.0.1</version>
365365
</dependency>
366366

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

0 commit comments

Comments
 (0)