|
41 | 41 | <dependency> |
42 | 42 | <groupId>org.junit.platform</groupId> |
43 | 43 | <artifactId>junit-platform-commons</artifactId> |
44 | | - <version>1.7.0</version> |
| 44 | + <version>1.9.2</version> |
45 | 45 | <scope>test</scope> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>org.junit.jupiter</groupId> |
49 | 49 | <artifactId>junit-jupiter</artifactId> |
50 | | - <version>5.7.0</version> |
| 50 | + <version>5.9.2</version> |
51 | 51 | <scope>test</scope> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>org.junit.jupiter</groupId> |
55 | 55 | <artifactId>junit-jupiter-params</artifactId> |
56 | | - <version>5.7.0</version> |
| 56 | + <version>5.9.2</version> |
57 | 57 | <scope>test</scope> |
58 | 58 | </dependency> |
59 | 59 | </dependencies> |
|
70 | 70 | <plugin> |
71 | 71 | <groupId>org.apache.maven.plugins</groupId> |
72 | 72 | <artifactId>maven-surefire-plugin</artifactId> |
73 | | - <version>2.22.1</version> |
| 73 | + <version>2.22.2</version> |
74 | 74 | </plugin> |
75 | 75 | <plugin> |
76 | 76 | <groupId>org.sonatype.plugins</groupId> |
77 | 77 | <artifactId>nexus-staging-maven-plugin</artifactId> |
78 | | - <version>1.6.8</version> |
| 78 | + <version>1.6.13</version> |
79 | 79 | <extensions>true</extensions> |
80 | 80 | <configuration> |
81 | 81 | <serverId>ossrh</serverId> |
|
94 | 94 | <plugin> |
95 | 95 | <groupId>org.apache.maven.plugins</groupId> |
96 | 96 | <artifactId>maven-source-plugin</artifactId> |
97 | | - <version>3.0.1</version> |
| 97 | + <version>3.2.1</version> |
98 | 98 | <executions> |
99 | 99 | <execution> |
100 | 100 | <id>attach-sources</id> |
|
107 | 107 | <plugin> |
108 | 108 | <groupId>org.apache.maven.plugins</groupId> |
109 | 109 | <artifactId>maven-javadoc-plugin</artifactId> |
110 | | - <version>3.2.0</version> |
| 110 | + <version>3.4.1</version> |
111 | 111 | <executions> |
112 | 112 | <execution> |
113 | 113 | <id>attach-javadocs</id> |
|
120 | 120 | <plugin> |
121 | 121 | <groupId>org.apache.maven.plugins</groupId> |
122 | 122 | <artifactId>maven-gpg-plugin</artifactId> |
123 | | - <version>1.5</version> |
| 123 | + <version>3.0.1</version> |
124 | 124 | <executions> |
125 | 125 | <execution> |
126 | 126 | <id>sign-artifacts</id> |
|
0 commit comments