File tree Expand file tree Collapse file tree
org.eclipse.jgit.packaging/org.eclipse.jgit.target Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ maven.install(
7676 "org.eclipse.jetty:jetty-util:" + JETTY_VERSION ,
7777 "org.eclipse.jetty.ee10:jetty-ee10-servlet:" + JETTY_VERSION ,
7878 "org.hamcrest:hamcrest:3.0" ,
79- "org.mockito:mockito-core:5.20 .0" ,
79+ "org.mockito:mockito-core:5.21 .0" ,
8080 "org.objenesis:objenesis:3.4" ,
8181 "org.openjdk.jmh:jmh-core:" + JMH_VERSION ,
8282 "org.openjdk.jmh:jmh-generator-annprocess:" + JMH_VERSION ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<?pde ?>
33<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4- <target name =" jgit-4.34" sequenceNumber =" 1765062685 " >
4+ <target name =" jgit-4.34" sequenceNumber =" 1765895853 " >
55 <locations >
66 <location includeMode =" slicer" includeAllPlatforms =" false" includeSource =" true" includeConfigurePhase =" true" type =" InstallableUnit" >
77 <unit id =" com.jcraft.jsch" version =" 0.1.55.v20230916-1400" />
8181 <dependency >
8282 <groupId >org.mockito</groupId >
8383 <artifactId >mockito-core</artifactId >
84- <version >5.20 .0</version >
84+ <version >5.21 .0</version >
8585 <type >jar</type >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<?pde ?>
33<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4- <target name =" jgit-4.35" sequenceNumber =" 1765062685 " >
4+ <target name =" jgit-4.35" sequenceNumber =" 1765895853 " >
55 <locations >
66 <location includeMode =" slicer" includeAllPlatforms =" false" includeSource =" true" includeConfigurePhase =" true" type =" InstallableUnit" >
77 <unit id =" com.jcraft.jsch" version =" 0.1.55.v20230916-1400" />
8181 <dependency >
8282 <groupId >org.mockito</groupId >
8383 <artifactId >mockito-core</artifactId >
84- <version >5.20 .0</version >
84+ <version >5.21 .0</version >
8585 <type >jar</type >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<?pde ?>
33<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4- <target name =" jgit-4.36" sequenceNumber =" 1765062685 " >
4+ <target name =" jgit-4.36" sequenceNumber =" 1765895853 " >
55 <locations >
66 <location includeMode =" slicer" includeAllPlatforms =" false" includeSource =" true" includeConfigurePhase =" true" type =" InstallableUnit" >
77 <unit id =" com.jcraft.jsch" version =" 0.1.55.v20230916-1400" />
8181 <dependency >
8282 <groupId >org.mockito</groupId >
8383 <artifactId >mockito-core</artifactId >
84- <version >5.20 .0</version >
84+ <version >5.21 .0</version >
8585 <type >jar</type >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<?pde ?>
33<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4- <target name =" jgit-4.37" sequenceNumber =" 1765062686 " >
4+ <target name =" jgit-4.37" sequenceNumber =" 1765895853 " >
55 <locations >
66 <location includeMode =" slicer" includeAllPlatforms =" false" includeSource =" true" includeConfigurePhase =" true" type =" InstallableUnit" >
77 <unit id =" com.jcraft.jsch" version =" 0.1.55.v20230916-1400" />
8181 <dependency >
8282 <groupId >org.mockito</groupId >
8383 <artifactId >mockito-core</artifactId >
84- <version >5.20 .0</version >
84+ <version >5.21 .0</version >
8585 <type >jar</type >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
22<?pde ?>
33<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4- <target name =" jgit-4.38" sequenceNumber =" 1765062686 " >
4+ <target name =" jgit-4.38" sequenceNumber =" 1765895853 " >
55 <locations >
66 <location includeMode =" slicer" includeAllPlatforms =" false" includeSource =" true" includeConfigurePhase =" true" type =" InstallableUnit" >
77 <unit id =" com.jcraft.jsch" version =" 0.1.55.v20230916-1400" />
8181 <dependency >
8282 <groupId >org.mockito</groupId >
8383 <artifactId >mockito-core</artifactId >
84- <version >5.20 .0</version >
84+ <version >5.21 .0</version >
8585 <type >jar</type >
8686 </dependency >
8787 </dependencies >
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ maven mockito
225225 dependency {
226226 groupId = "org.mockito"
227227 artifactId = "mockito-core"
228- version = "5.20 .0"
228+ version = "5.21 .0"
229229 }
230230}
231231
Original file line number Diff line number Diff line change 10201020 <dependency >
10211021 <groupId >org.mockito</groupId >
10221022 <artifactId >mockito-core</artifactId >
1023- <version >5.20 .0</version >
1023+ <version >5.21 .0</version >
10241024 </dependency >
10251025
10261026 <dependency >
You can’t perform that action at this time.
0 commit comments