|
4 | 4 |
|
5 | 5 | <groupId>de.retest</groupId>
|
6 | 6 | <artifactId>recheck-junit-4-extension</artifactId>
|
7 |
| - <version>1.12.0</version> |
| 7 | + <version>1.13.0</version> |
8 | 8 |
|
9 | 9 | <name>recheck-junit-4-extension</name>
|
10 | 10 | <description>JUnit 4 extension reducing boilerplate code in tests.</description>
|
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>de.retest</groupId>
|
82 | 82 | <artifactId>recheck</artifactId>
|
83 |
| - <version>1.12.0</version> |
| 83 | + <version>1.13.0</version> |
84 | 84 | <scope>compile</scope>
|
85 | 85 | </dependency>
|
86 | 86 |
|
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.assertj</groupId>
|
91 | 91 | <artifactId>assertj-core</artifactId>
|
92 |
| - <version>3.20.2</version> |
| 92 | + <version>3.22.0</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 |
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>org.mockito</groupId>
|
98 | 98 | <artifactId>mockito-core</artifactId>
|
99 |
| - <version>3.11.2</version> |
| 99 | + <version>4.3.1</version> |
100 | 100 | <scope>test</scope>
|
101 | 101 | </dependency>
|
102 | 102 | </dependencies>
|
|
105 | 105 | <plugins>
|
106 | 106 | <plugin>
|
107 | 107 | <artifactId>maven-compiler-plugin</artifactId>
|
108 |
| - <version>3.8.1</version> |
| 108 | + <version>3.10.0</version> |
109 | 109 | <configuration>
|
110 | 110 | <source>${java.version}</source>
|
111 | 111 | <target>${java.version}</target>
|
|
122 | 122 | <plugin>
|
123 | 123 | <groupId>org.apache.maven.plugins</groupId>
|
124 | 124 | <artifactId>maven-jar-plugin</artifactId>
|
125 |
| - <version>3.2.0</version> |
| 125 | + <version>3.2.2</version> |
126 | 126 | <configuration>
|
127 | 127 | <archive>
|
128 | 128 | <manifest>
|
|
139 | 139 | <plugin>
|
140 | 140 | <groupId>com.amashchenko.maven.plugin</groupId>
|
141 | 141 | <artifactId>gitflow-maven-plugin</artifactId>
|
142 |
| - <version>1.16.0</version> |
| 142 | + <version>1.18.0</version> |
143 | 143 | <configuration>
|
144 | 144 | <gitFlowConfig>
|
145 | 145 | <productionBranch>main</productionBranch>
|
|
174 | 174 | <plugin>
|
175 | 175 | <groupId>org.apache.maven.plugins</groupId>
|
176 | 176 | <artifactId>maven-javadoc-plugin</artifactId>
|
177 |
| - <version>3.3.0</version> |
| 177 | + <version>3.3.2</version> |
178 | 178 | <executions>
|
179 | 179 | <execution>
|
180 | 180 | <id>bundle-javadoc</id>
|
|
193 | 193 | <plugin>
|
194 | 194 | <groupId>org.apache.maven.plugins</groupId>
|
195 | 195 | <artifactId>maven-enforcer-plugin</artifactId>
|
196 |
| - <version>3.0.0-M3</version> |
| 196 | + <version>3.0.0</version> |
197 | 197 | <executions>
|
198 | 198 | <execution>
|
199 | 199 | <id>enforce-maven</id>
|
|
214 | 214 | <plugin>
|
215 | 215 | <groupId>org.sonatype.plugins</groupId>
|
216 | 216 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
217 |
| - <version>1.6.8</version> |
| 217 | + <version>1.6.12</version> |
218 | 218 | <extensions>true</extensions>
|
219 | 219 | <configuration>
|
220 | 220 | <nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
|
0 commit comments