Skip to content

Commit 75b5d5e

Browse files
committed
Merge branch '0.3.8' of https://github.com/openturing/turing into 0.3.8
2 parents d7c3fa3 + 91ddd32 commit 75b5d5e

File tree

10 files changed

+646
-670
lines changed

10 files changed

+646
-670
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.xerial</groupId>
132132
<artifactId>sqlite-jdbc</artifactId>
133-
<version>3.45.1.0</version>
133+
<version>3.45.2.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.apache.logging.log4j</groupId>

turing-aem/aem-indexer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.guava</groupId>
7777
<artifactId>guava</artifactId>
78-
<version>33.0.0-jre</version>
78+
<version>33.1.0-jre</version>
7979
<scope>compile</scope>
8080
</dependency>
8181
<dependency>

turing-aem/aem-web-indexer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.awaitility</groupId>
3939
<artifactId>awaitility</artifactId>
40-
<version>4.2.0</version>
40+
<version>4.2.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.projectlombok</groupId>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.guava</groupId>
7979
<artifactId>guava</artifactId>
80-
<version>33.0.0-jre</version>
80+
<version>33.1.0-jre</version>
8181
<scope>compile</scope>
8282
</dependency>
8383
<dependency>

turing-app/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.springframework</groupId>
132132
<artifactId>spring-test</artifactId>
133-
<version>6.1.4</version>
133+
<version>6.1.5</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>org.postgresql</groupId>
151151
<artifactId>postgresql</artifactId>
152-
<version>42.7.2</version>
152+
<version>42.7.3</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>edu.stanford.nlp</groupId>
@@ -224,7 +224,7 @@
224224
<dependency>
225225
<groupId>org.springdoc</groupId>
226226
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
227-
<version>2.3.0</version>
227+
<version>2.4.0</version>
228228
</dependency>
229229
<dependency>
230230
<groupId>com.squins.google.fork.schema-org-client</groupId>
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>com.google.guava</groupId>
236236
<artifactId>guava</artifactId>
237-
<version>33.0.0-jre</version>
237+
<version>33.1.0-jre</version>
238238
</dependency>
239239
<dependency>
240240
<groupId>org.languagetool</groupId>

turing-filesystem/fs-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.springframework</groupId>
8686
<artifactId>spring-web</artifactId>
87-
<version>6.1.4</version>
87+
<version>6.1.5</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
</dependencies>

turing-java-sdk/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<dependency>
4545
<groupId>com.google.guava</groupId>
4646
<artifactId>guava</artifactId>
47-
<version>33.0.0-jre</version>
47+
<version>33.1.0-jre</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.datatype</groupId>
5252
<artifactId>jackson-datatype-jdk8</artifactId>
53-
<version>2.16.2</version>
53+
<version>2.17.0</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
</dependencies>

turing-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.postgresql</groupId>
8686
<artifactId>postgresql</artifactId>
87-
<version>42.7.2</version>
87+
<version>42.7.3</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.jsoup</groupId>

0 commit comments

Comments
 (0)