Skip to content

Commit 2f77b20

Browse files
authored
Merge pull request #2274 from openturing/dependabot/maven/0.3.10/java-a362db46dd
Bump the java group with 3 updates
2 parents da298ab + dc3abc4 commit 2f77b20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

turing-app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>co.elastic.clients</groupId>
4040
<artifactId>elasticsearch-java</artifactId>
41-
<version>8.17.1</version>
41+
<version>8.17.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.springframework.boot</groupId>
@@ -167,7 +167,7 @@
167167
<dependency>
168168
<groupId>org.mariadb.jdbc</groupId>
169169
<artifactId>mariadb-java-client</artifactId>
170-
<version>3.5.1</version>
170+
<version>3.5.2</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>org.postgresql</groupId>

turing-db/db-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.mariadb.jdbc</groupId>
5050
<artifactId>mariadb-java-client</artifactId>
51-
<version>3.5.1</version>
51+
<version>3.5.2</version>
5252
<exclusions>
5353
<exclusion>
5454
<groupId>org.slf4j</groupId>

turing-sprinklr/sprinklr-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
<url>https://jitpack.io</url>
7272
</repository>
7373
</repositories>
74-
</project>
74+
</project>

0 commit comments

Comments
 (0)