Skip to content

Commit 7f71544

Browse files
author
Santiago Gala
committed
Use same version for test than dependency
FIXME: use ${ant.version} and ${groovy.all.version} and dependencies instead of literals / binaries
1 parent 9a1ac75 commit 7f71544

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

core/src/main/groovy/noe/common/utils/Library.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ class Library {
826826
* @return generated classpath for groovy with ant
827827
*/
828828
static String groovyWithAntAsClasspath(File libDir = null) {
829-
def groovyAndAntLibs = ["groovy-all-2.2.1.jar", "ant-1.9.2.jar", "ant-launcher-1.9.2.jar"]
829+
def groovyAndAntLibs = ["groovy-all-2.4.21.jar", "ant-1.10.11.jar", "ant-launcher-1.10.11.jar"]
830830
def libDirToUse = (libDir) ?: new File(Library.getRootPath(), "lib")
831831
def classpath = []
832832
if (!libDirToUse.exists()) {
2.18 MB
Binary file not shown.
-1.91 MB
Binary file not shown.
18.4 KB
Binary file not shown.
-17.9 KB
Binary file not shown.
-6.25 MB
Binary file not shown.
6.87 MB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<version.groovy-eclipse-compiler>3.6.0-03</version.groovy-eclipse-compiler>
102102
<version.guava>32.1.3-jre</version.guava>
103103
<version.javadoc-plugin>2.10.4</version.javadoc-plugin>
104-
<version.jgit>6.6.1.202309021850-r</version.jgit>
104+
<version.jgit>5.13.3.202401111512-r</version.jgit>
105105
<version.release-plugin>3.0.0-M1</version.release-plugin>
106106
<version.source-plugin>3.2.1</version.source-plugin>
107107
<version.surefire-plugin>2.22.0</version.surefire-plugin>

0 commit comments

Comments
 (0)