Skip to content

Commit cb4b35f

Browse files
authored
Updated libraries
1 parent b0f96e4 commit cb4b35f

3 files changed

Lines changed: 21 additions & 20 deletions

File tree

‎pom-central.xml‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.14.0</version>
45+
<version>3.15.0</version>
4646
<configuration>
4747
<source>11</source>
4848
<target>11</target>
@@ -52,19 +52,19 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.5.3</version>
55+
<version>3.5.5</version>
5656
<dependencies>
5757
<dependency>
5858
<groupId>org.junit.jupiter</groupId>
5959
<artifactId>junit-jupiter-engine</artifactId>
60-
<version>5.14.1</version>
60+
<version>5.14.4</version>
6161
</dependency>
6262
</dependencies>
6363
</plugin>
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-jar-plugin</artifactId>
67-
<version>3.4.2</version>
67+
<version>3.5.0</version>
6868
<configuration>
6969
<archive>
7070
<manifestEntries>
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-source-plugin</artifactId>
79-
<version>3.3.1</version>
79+
<version>3.4.0</version>
8080
<executions>
8181
<execution>
8282
<id>attach-sources</id>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-javadoc-plugin</artifactId>
93-
<version>3.10.0</version>
93+
<version>3.12.0</version>
9494
<executions>
9595
<execution>
9696
<id>attach-sources</id>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-gpg-plugin</artifactId>
112-
<version>3.2.5</version>
112+
<version>3.2.8</version>
113113
<executions>
114114
<execution>
115115
<id>sign-artifacts</id>
@@ -156,19 +156,19 @@
156156
<dependency>
157157
<groupId>org.junit.jupiter</groupId>
158158
<artifactId>junit-jupiter-api</artifactId>
159-
<version>5.14.1</version>
159+
<version>5.14.4</version>
160160
<scope>test</scope>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.junit.jupiter</groupId>
164164
<artifactId>junit-jupiter-engine</artifactId>
165-
<version>5.14.1</version>
165+
<version>5.14.4</version>
166166
<scope>test</scope>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.junit.platform</groupId>
170170
<artifactId>junit-platform-launcher</artifactId>
171-
<version>1.14.1</version>
171+
<version>1.14.4</version>
172172
<scope>test</scope>
173173
</dependency>
174174
<dependency>

‎pom-pack.xml‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.14.0</version>
46+
<version>3.15.0</version>
4747
<configuration>
4848
<source>11</source>
4949
<target>11</target>
@@ -53,19 +53,19 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-surefire-plugin</artifactId>
56-
<version>3.2.5</version>
56+
<version>3.5.5</version>
5757
<dependencies>
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
6060
<artifactId>junit-jupiter-engine</artifactId>
61-
<version>5.14.1</version>
61+
<version>5.14.4</version>
6262
</dependency>
6363
</dependencies>
6464
</plugin>
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-jar-plugin</artifactId>
68-
<version>3.4.0</version>
68+
<version>3.5.0</version>
6969
<configuration>
7070
<archive>
7171
<manifest>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-source-plugin</artifactId>
197-
<version>3.3.1</version>
197+
<version>3.4.0</version>
198198
<executions>
199199
<execution>
200200
<id>attach-sources</id>
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-javadoc-plugin</artifactId>
211-
<version>3.10.0</version>
211+
<version>3.12.0</version>
212212
<executions>
213213
<execution>
214214
<id>attach-sources</id>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-gpg-plugin</artifactId>
230-
<version>3.2.5</version>
230+
<version>3.2.8</version>
231231
<executions>
232232
<execution>
233233
<id>sign-artifacts</id>
@@ -244,19 +244,19 @@
244244
<dependency>
245245
<groupId>org.junit.jupiter</groupId>
246246
<artifactId>junit-jupiter-api</artifactId>
247-
<version>5.14.1</version>
247+
<version>5.14.4</version>
248248
<scope>test</scope>
249249
</dependency>
250250
<dependency>
251251
<groupId>org.junit.jupiter</groupId>
252252
<artifactId>junit-jupiter-engine</artifactId>
253-
<version>5.14.1</version>
253+
<version>5.14.4</version>
254254
<scope>test</scope>
255255
</dependency>
256256
<dependency>
257257
<groupId>org.junit.platform</groupId>
258258
<artifactId>junit-platform-launcher</artifactId>
259-
<version>1.14.1</version>
259+
<version>1.14.4</version>
260260
<scope>test</scope>
261261
</dependency>
262262
<dependency>

‎src/main/java/com/github/underscore/Underscore.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
*/
6161
@SuppressWarnings({
6262
"java:S106",
63+
"java:S2119",
6364
"java:S2189",
6465
"java:S2272",
6566
"java:S2789",

0 commit comments

Comments
 (0)