Skip to content

Commit 9ccccea

Browse files
authored
Merge branch 'v2' into feat/v2-parameters-graalvm-support
2 parents 3238c6d + fbcde4e commit 9ccccea

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
9393
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
9494
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
95-
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
95+
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
9696
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
9797
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
9898
<junit.version>5.10.2</junit.version>
@@ -320,7 +320,7 @@
320320
<dependency>
321321
<groupId>org.skyscreamer</groupId>
322322
<artifactId>jsonassert</artifactId>
323-
<version>1.5.1</version>
323+
<version>1.5.3</version>
324324
<scope>test</scope>
325325
</dependency>
326326
<dependency>
@@ -337,7 +337,7 @@
337337
<dependency>
338338
<groupId>com.github.tomakehurst</groupId>
339339
<artifactId>wiremock-jre8</artifactId>
340-
<version>2.35.1</version>
340+
<version>2.35.2</version>
341341
<scope>test</scope>
342342
</dependency>
343343
</dependencies>

powertools-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.mockito</groupId>
8686
<artifactId>mockito-subclass</artifactId>
87-
<version>5.6.0</version>
87+
<version>5.17.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
</dependencies>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.mockito</groupId>
112112
<artifactId>mockito-subclass</artifactId>
113-
<version>5.6.0</version>
113+
<version>5.17.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>

powertools-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.mockito</groupId>
112112
<artifactId>mockito-subclass</artifactId>
113-
<version>5.6.0</version>
113+
<version>5.17.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>org.mockito</groupId>
138138
<artifactId>mockito-subclass</artifactId>
139-
<version>5.6.0</version>
139+
<version>5.17.0</version>
140140
<scope>test</scope>
141141
</dependency>
142142
</dependencies>

powertools-logging/powertools-logging-log4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.mockito</groupId>
9696
<artifactId>mockito-subclass</artifactId>
97-
<version>5.6.0</version>
97+
<version>5.17.0</version>
9898
<scope>test</scope>
9999
</dependency>
100100
</dependencies>
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>org.mockito</groupId>
122122
<artifactId>mockito-subclass</artifactId>
123-
<version>5.6.0</version>
123+
<version>5.17.0</version>
124124
<scope>test</scope>
125125
</dependency>
126126
</dependencies>

powertools-logging/powertools-logging-logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-subclass</artifactId>
90-
<version>5.6.0</version>
90+
<version>5.17.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.mockito</groupId>
112112
<artifactId>mockito-subclass</artifactId>
113-
<version>5.6.0</version>
113+
<version>5.17.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
</dependencies>

powertools-metrics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.mockito</groupId>
108108
<artifactId>mockito-subclass</artifactId>
109-
<version>5.6.0</version>
109+
<version>5.17.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
</dependencies>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.mockito</groupId>
134134
<artifactId>mockito-subclass</artifactId>
135-
<version>5.6.0</version>
135+
<version>5.17.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
</dependencies>

powertools-serialization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.mockito</groupId>
7676
<artifactId>mockito-subclass</artifactId>
77-
<version>5.6.0</version>
77+
<version>5.17.0</version>
7878
<scope>test</scope>
7979
</dependency>
8080
</dependencies>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.mockito</groupId>
9999
<artifactId>mockito-subclass</artifactId>
100-
<version>5.6.0</version>
100+
<version>5.17.0</version>
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>

powertools-tracing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.mockito</groupId>
109109
<artifactId>mockito-subclass</artifactId>
110-
<version>5.6.0</version>
110+
<version>5.17.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113
</dependencies>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.mockito</groupId>
135135
<artifactId>mockito-subclass</artifactId>
136-
<version>5.6.0</version>
136+
<version>5.17.0</version>
137137
<scope>test</scope>
138138
</dependency>
139139
</dependencies>

0 commit comments

Comments
 (0)