Skip to content

Commit 30433ce

Browse files
authored
Merge pull request #2487 from openviglet/dependabot/maven/2026.1/java-6c51548082
Bump the java group with 3 updates
2 parents 9feb8d7 + 60fd5e3 commit 30433ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 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.23</version>
297+
<version>1.5.24</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.23</version>
317+
<version>1.5.24</version>
318318
</dependency>
319319
<dependency>
320320
<groupId>org.json</groupId>

turing-commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>ch.qos.logback</groupId>
103103
<artifactId>logback-classic</artifactId>
104-
<version>1.5.23</version>
104+
<version>1.5.24</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>org.junit.jupiter</groupId>
133133
<artifactId>junit-jupiter</artifactId>
134-
<version>6.0.1</version>
134+
<version>6.0.2</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>

turing-java-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.junit.jupiter</groupId>
6565
<artifactId>junit-jupiter</artifactId>
66-
<version>6.0.1</version>
66+
<version>6.0.2</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

0 commit comments

Comments
 (0)