|
4 | 4 |
|
5 | 5 | <groupId>de.retest</groupId> |
6 | 6 | <artifactId>recheck.cli</artifactId> |
7 | | - <version>1.12.0</version> |
| 7 | + <version>1.13.0</version> |
8 | 8 |
|
9 | 9 | <name>recheck.cli</name> |
10 | 10 | <description>Command-line interface for recheck</description> |
|
46 | 46 | <project.resources.sourceEncoding>UTF-8</project.resources.sourceEncoding> |
47 | 47 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
48 | 48 | <maven.surefire.and.failsafe.version>2.22.2</maven.surefire.and.failsafe.version> |
49 | | - <junit.jupiter.version>5.7.2</junit.jupiter.version> |
50 | | - <junit.vintage.version>5.7.2</junit.vintage.version> |
| 49 | + <junit.jupiter.version>5.8.2</junit.jupiter.version> |
| 50 | + <junit.vintage.version>5.8.2</junit.vintage.version> |
51 | 51 | </properties> |
52 | 52 |
|
53 | 53 | <distributionManagement> |
|
76 | 76 | <dependency> |
77 | 77 | <groupId>de.retest</groupId> |
78 | 78 | <artifactId>recheck</artifactId> |
79 | | - <version>1.12.0</version> |
| 79 | + <version>1.13.0</version> |
80 | 80 | </dependency> |
81 | 81 |
|
82 | 82 | <dependency> |
83 | 83 | <groupId>info.picocli</groupId> |
84 | 84 | <artifactId>picocli</artifactId> |
85 | | - <version>4.6.1</version> |
| 85 | + <version>4.6.3</version> |
86 | 86 | </dependency> |
87 | 87 |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>org.fusesource.jansi</groupId> |
90 | 90 | <artifactId>jansi</artifactId> |
91 | | - <version>2.3.3</version> |
| 91 | + <version>2.4.0</version> |
92 | 92 | </dependency> |
93 | 93 |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>ch.qos.logback</groupId> |
96 | 96 | <artifactId>logback-classic</artifactId> |
97 | | - <version>1.2.3</version> |
| 97 | + <version>1.2.11</version> |
98 | 98 | </dependency> |
99 | 99 |
|
100 | 100 | <!-- test dependencies --> |
|
123 | 123 | <dependency> |
124 | 124 | <groupId>org.assertj</groupId> |
125 | 125 | <artifactId>assertj-core</artifactId> |
126 | | - <version>3.20.2</version> |
| 126 | + <version>3.22.0</version> |
127 | 127 | <scope>test</scope> |
128 | 128 | </dependency> |
129 | 129 |
|
|
145 | 145 | <plugins> |
146 | 146 | <plugin> |
147 | 147 | <artifactId>maven-compiler-plugin</artifactId> |
148 | | - <version>3.8.1</version> |
| 148 | + <version>3.10.0</version> |
149 | 149 | <configuration> |
150 | 150 | <source>${java.version}</source> |
151 | 151 | <target>${java.version}</target> |
|
189 | 189 | <plugin> |
190 | 190 | <groupId>com.amashchenko.maven.plugin</groupId> |
191 | 191 | <artifactId>gitflow-maven-plugin</artifactId> |
192 | | - <version>1.16.0</version> |
| 192 | + <version>1.18.0</version> |
193 | 193 | <configuration> |
194 | 194 | <gitFlowConfig> |
195 | 195 | <productionBranch>main</productionBranch> |
|
0 commit comments