File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
cloudfoundry-client-reactor Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 9191 <dependency>
9292 <groupId>org.junit.vintage</groupId>
9393 <artifactId>junit-vintage-engine</artifactId>
94- <version>5.9.3</version>
9594 <scope>test</scope>
9695 </dependency>
9796 <dependency>
Original file line number Diff line number Diff line change 5555 <dependency>
5656 <groupId>org.junit.vintage</groupId>
5757 <artifactId>junit-vintage-engine</artifactId>
58- <version>5.9.3</version>
5958 <scope>test</scope>
6059 </dependency>
6160 <dependency>
Original file line number Diff line number Diff line change 5555 <dependency>
5656 <groupId>org.junit.vintage</groupId>
5757 <artifactId>junit-vintage-engine</artifactId>
58- <version>5.9.3</version>
5958 <scope>test</scope>
6059 </dependency>
6160 <dependency>
Original file line number Diff line number Diff line change 5656 <dependency>
5757 <groupId>org.junit.vintage</groupId>
5858 <artifactId>junit-vintage-engine</artifactId>
59- <version>5.9.3</version>
6059 <scope>test</scope>
6160 </dependency>
6261 <dependency>
Original file line number Diff line number Diff line change 9494 <dependency>
9595 <groupId>org.junit.vintage</groupId>
9696 <artifactId>junit-vintage-engine</artifactId>
97- <version>5.9.3</version>
9897 <scope>test</scope>
9998 </dependency>
10099 </dependencies>
Original file line number Diff line number Diff line change 5757 <properties>
5858 <java.version>17</java.version>
5959 <commons-compress.version>1.24.0</commons-compress.version>
60+ <commons-lang3.version>3.13.0</commons-lang3.version>
6061 <dependencies.version>3.1.4</dependencies.version>
6162 <evo-inflector.version>1.3</evo-inflector.version>
62- <immutables.version>2.9.2 </immutables.version>
63+ <immutables.version>2.10.0-rc1 </immutables.version>
6364 <java-semver.version>0.9.0</java-semver.version>
6465 <jjwt.version>0.11.5</jjwt.version>
65- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666 <wire.version>4.9.1</wire.version>
67+ <mockito.version>5.5.0</mockito.version>
68+ <junit-jupiter.version>5.10.0</junit-jupiter.version>
69+ <snakeyaml.version>2.2</snakeyaml.version>
70+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6771 </properties>
6872
6973 <dependencyManagement>
176180 <executions>
177181 <execution>
178182 <id>attach-javadocs</id>
179- <goals>
183+ <goals>
180184 <goal>jar</goal>
181185 </goals>
182186 </execution>
You can’t perform that action at this time.
0 commit comments