Skip to content

Commit 16a9433

Browse files
committed
Merge branch '0.3.8' of https://github.com/openturing/turing into 0.3.8
2 parents 7b283e4 + 7cf1cec commit 16a9433

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

turing-aem/aem-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-compiler-plugin</artifactId>
111-
<version>3.11.0</version>
111+
<version>3.12.0</version>
112112
<configuration>
113113
<source>17</source>
114114
<target>17</target>

turing-aem/aem-listener/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.maven.plugins</groupId>
7272
<artifactId>maven-source-plugin</artifactId>
73-
<version>3.0.1</version>
73+
<version>3.3.0</version>
7474
<inherited>true</inherited>
7575
</plugin>
7676
<!-- Maven Enforcer Plugin -->
@@ -147,13 +147,13 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-jar-plugin</artifactId>
150-
<version>3.1.2</version>
150+
<version>3.3.0</version>
151151
</plugin>
152152
<!-- Maven Clean Plugin -->
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-clean-plugin</artifactId>
156-
<version>3.0.0</version>
156+
<version>3.3.2</version>
157157
</plugin>
158158
<!-- BND Maven Plugin -->
159159
<plugin>
@@ -217,7 +217,7 @@ Bundle-DocURL:
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-compiler-plugin</artifactId>
220-
<version>3.8.1</version>
220+
<version>3.12.0</version>
221221
</plugin>
222222
<!-- Maven Installer Plugin -->
223223
<plugin>
@@ -319,7 +319,7 @@ Bundle-DocURL:
319319
<plugin>
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-dependency-plugin</artifactId>
322-
<version>3.0.0</version>
322+
<version>3.6.1</version>
323323
</plugin>
324324
<!-- Build Helper Maven Plugin -->
325325
<plugin>
@@ -545,13 +545,13 @@ Bundle-DocURL:
545545
<dependency>
546546
<groupId>org.mockito</groupId>
547547
<artifactId>mockito-core</artifactId>
548-
<version>4.1.0</version>
548+
<version>5.8.0</version>
549549
<scope>test</scope>
550550
</dependency>
551551
<dependency>
552552
<groupId>org.mockito</groupId>
553553
<artifactId>mockito-junit-jupiter</artifactId>
554-
<version>4.1.0</version>
554+
<version>5.8.0</version>
555555
<scope>test</scope>
556556
</dependency>
557557
<dependency>
@@ -604,7 +604,7 @@ Bundle-DocURL:
604604
<dependency>
605605
<groupId>uk.org.lidalia</groupId>
606606
<artifactId>slf4j-test</artifactId>
607-
<version>1.0.1</version>
607+
<version>1.2.0</version>
608608
<scope>test</scope>
609609
</dependency>
610610
</dependencies>

turing-aem/aem-service/it.tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,23 +142,23 @@
142142
<plugins>
143143
<plugin>
144144
<artifactId>maven-clean-plugin</artifactId>
145-
<version>3.1.0</version>
145+
<version>3.3.2</version>
146146
</plugin>
147147
<plugin>
148148
<artifactId>maven-resources-plugin</artifactId>
149149
<version>3.0.2</version>
150150
</plugin>
151151
<plugin>
152152
<artifactId>maven-compiler-plugin</artifactId>
153-
<version>3.8.0</version>
153+
<version>3.12.0</version>
154154
</plugin>
155155
<plugin>
156156
<artifactId>maven-surefire-plugin</artifactId>
157157
<version>2.22.1</version>
158158
</plugin>
159159
<plugin>
160160
<artifactId>maven-jar-plugin</artifactId>
161-
<version>3.0.2</version>
161+
<version>3.3.0</version>
162162
</plugin>
163163
<plugin>
164164
<artifactId>maven-install-plugin</artifactId>

turing-aem/aem-service/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-source-plugin</artifactId>
77-
<version>3.0.1</version>
77+
<version>3.3.0</version>
7878
<inherited>true</inherited>
7979
</plugin>
8080
<!-- Maven Enforcer Plugin -->
@@ -151,13 +151,13 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-jar-plugin</artifactId>
154-
<version>3.1.2</version>
154+
<version>3.3.0</version>
155155
</plugin>
156156
<!-- Maven Clean Plugin -->
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-clean-plugin</artifactId>
160-
<version>3.0.0</version>
160+
<version>3.3.2</version>
161161
</plugin>
162162
<!-- BND Maven Plugin -->
163163
<plugin>
@@ -218,7 +218,7 @@
218218
<plugin>
219219
<groupId>org.apache.maven.plugins</groupId>
220220
<artifactId>maven-compiler-plugin</artifactId>
221-
<version>3.8.1</version>
221+
<version>3.12.0</version>
222222
</plugin>
223223
<!-- Maven Installer Plugin -->
224224
<plugin>
@@ -320,7 +320,7 @@
320320
<plugin>
321321
<groupId>org.apache.maven.plugins</groupId>
322322
<artifactId>maven-dependency-plugin</artifactId>
323-
<version>3.0.0</version>
323+
<version>3.6.1</version>
324324
</plugin>
325325
<!-- Build Helper Maven Plugin -->
326326
<plugin>
@@ -703,13 +703,13 @@
703703
<dependency>
704704
<groupId>org.mockito</groupId>
705705
<artifactId>mockito-core</artifactId>
706-
<version>4.1.0</version>
706+
<version>5.8.0</version>
707707
<scope>test</scope>
708708
</dependency>
709709
<dependency>
710710
<groupId>org.mockito</groupId>
711711
<artifactId>mockito-junit-jupiter</artifactId>
712-
<version>4.1.0</version>
712+
<version>5.8.0</version>
713713
<scope>test</scope>
714714
</dependency>
715715
<dependency>
@@ -762,7 +762,7 @@
762762
<dependency>
763763
<groupId>uk.org.lidalia</groupId>
764764
<artifactId>slf4j-test</artifactId>
765-
<version>1.0.1</version>
765+
<version>1.2.0</version>
766766
<scope>test</scope>
767767
</dependency>
768768
</dependencies>

turing-aem/aem-service/ui.tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<plugins>
4848
<plugin>
4949
<artifactId>maven-clean-plugin</artifactId>
50-
<version>3.1.0</version>
50+
<version>3.3.2</version>
5151
</plugin>
5252
<plugin>
5353
<artifactId>maven-resources-plugin</artifactId>
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-jar-plugin</artifactId>
59-
<version>3.2.0</version>
59+
<version>3.3.0</version>
6060
</plugin>
6161
</plugins>
6262
</pluginManagement>

0 commit comments

Comments
 (0)