Skip to content

Commit e0bf605

Browse files
authored
Merge pull request #2502 from openviglet/dependabot/maven/2026.1/java-ed50166d69
Bump the java group with 10 updates
2 parents b40ab9b + 1c5a2a2 commit e0bf605

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<dependency>
295295
<groupId>ch.qos.logback</groupId>
296296
<artifactId>logback-core</artifactId>
297-
<version>1.5.24</version>
297+
<version>1.5.25</version>
298298
</dependency>
299299
<dependency>
300300
<groupId>com.viglet.turing</groupId>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>ch.qos.logback</groupId>
316316
<artifactId>logback-classic</artifactId>
317-
<version>1.5.24</version>
317+
<version>1.5.25</version>
318318
</dependency>
319319
<dependency>
320320
<groupId>org.json</groupId>
@@ -369,7 +369,7 @@
369369
<dependency>
370370
<groupId>com.fasterxml.jackson.core</groupId>
371371
<artifactId>jackson-databind</artifactId>
372-
<version>2.20.1</version>
372+
<version>2.21.0</version>
373373
</dependency>
374374
<dependency>
375375
<groupId>org.apache.httpcomponents.client5</groupId>

turing-app/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<url>https://github.com/openturing/turing</url>
1414
<packaging>jar</packaging>
1515
<properties>
16-
<elasticsearch.version>9.2.3</elasticsearch.version>
17-
<jackson.version>2.20.1</jackson.version>
16+
<elasticsearch.version>9.2.4</elasticsearch.version>
17+
<jackson.version>2.21.0</jackson.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2020
<maven.compiler.release>21</maven.compiler.release>
@@ -183,7 +183,7 @@
183183
<dependency>
184184
<groupId>org.postgresql</groupId>
185185
<artifactId>postgresql</artifactId>
186-
<version>42.7.8</version>
186+
<version>42.7.9</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>commons-io</groupId>

turing-commons/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.core</groupId>
8888
<artifactId>jackson-databind</artifactId>
89-
<version>2.20.1</version>
89+
<version>2.21.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.projectlombok</groupId>
@@ -101,12 +101,12 @@
101101
<dependency>
102102
<groupId>ch.qos.logback</groupId>
103103
<artifactId>logback-classic</artifactId>
104-
<version>1.5.24</version>
104+
<version>1.5.25</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.fasterxml.jackson.datatype</groupId>
108108
<artifactId>jackson-datatype-joda</artifactId>
109-
<version>2.20.1</version>
109+
<version>2.21.0</version>
110110
<scope>compile</scope>
111111
</dependency>
112112
<dependency>

turing-java-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.datatype</groupId>
5858
<artifactId>jackson-datatype-jdk8</artifactId>
59-
<version>2.20.1</version>
59+
<version>2.21.0</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
<!-- Test Dependencies -->

0 commit comments

Comments
 (0)