Skip to content

Commit 08a83e2

Browse files
authored
Merge pull request #2229 from openturing/dependabot/maven/0.3.9/java-6ab87b4602
Bump the java group with 4 updates
2 parents b6c1501 + 1ec072c commit 08a83e2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>org.xerial</groupId>
239239
<artifactId>sqlite-jdbc</artifactId>
240-
<version>3.47.0.0</version>
240+
<version>3.47.1.0</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.apache.logging.log4j</groupId>
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>com.fasterxml.jackson.core</groupId>
249249
<artifactId>jackson-databind</artifactId>
250-
<version>2.18.1</version>
250+
<version>2.18.2</version>
251251
</dependency>
252252
<dependency>
253253
<groupId>org.apache.httpcomponents.client5</groupId>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>org.jsoup</groupId>
264264
<artifactId>jsoup</artifactId>
265-
<version>1.18.1</version>
265+
<version>1.18.3</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>org.projectlombok</groupId>

turing-aem/aem-cli-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<maven.compiler.source>21</maven.compiler.source>
1515
<maven.compiler.target>21</maven.compiler.target>
16-
<jackson.version>2.18.1</jackson.version>
16+
<jackson.version>2.18.2</jackson.version>
1717
</properties>
1818

1919
<dependencies>

turing-aem/aem-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.fasterxml.jackson.core</groupId>
2525
<artifactId>jackson-databind</artifactId>
26-
<version>2.18.1</version>
26+
<version>2.18.2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.viglet.turing</groupId>

turing-java-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.datatype</groupId>
3434
<artifactId>jackson-datatype-jdk8</artifactId>
35-
<version>2.18.1</version>
35+
<version>2.18.2</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
</dependencies>

turing-web-crawler/wc-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.jsoup</groupId>
2626
<artifactId>jsoup</artifactId>
27-
<version>1.18.1</version>
27+
<version>1.18.3</version>
2828
</dependency>
2929
</dependencies>
3030
<build>

turing-wem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.core</groupId>
4040
<artifactId>jackson-databind</artifactId>
41-
<version>2.18.1</version>
41+
<version>2.18.2</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)