Skip to content

Commit f8333c7

Browse files
GRAILS-8282 - Upgrade to svnkit 1.3.5
1 parent aae5bcb commit f8333c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bundlor.log4j.version=1.2.16
88
bundlor.sitemesh.version=2.4.0
99
bundlor.hibernate.version=3.3.1.GA
1010
bundlor.javassist.version=3.9.0
11-
bundlor.svnkit.version=1.3.1
11+
bundlor.svnkit.version=1.3.5
1212
bundlor.servlet.version=2.5.0
1313
bundlor.jndi.version=1.2.0
1414
bundlor.servlet.jsp.version=2.1.0

dependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ The following libraries are included in Grails because they are required either
168168
- required for building Grails core
169169
- required for running Grails applications (When using Web flows)
170170

171-
* svnkit-1.3.1.jar
172-
- SVNKit 1.3.1 (http://svnkit.com/) TMate Open Source License (see http://svnkit.com/license.html)
171+
* svnkit-1.3.5.jar
172+
- SVNKit 1.3.5 (http://svnkit.com/) TMate Open Source License (see http://svnkit.com/license.html)
173173
- required for the command line tools (Gant)
174174

175175
* xpp3_min-1.1.3.4.O.jar

grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Object doCall() {
134134
ModuleRevisionId.newInstance("com.googlecode.json-simple", "json-simple", "1.1"),
135135
ModuleRevisionId.newInstance("org.bouncycastle", "bcpg-jdk15", "1.45"),
136136
ModuleRevisionId.newInstance("org.bouncycastle", "bcprov-jdk15", "1.45"),
137-
ModuleRevisionId.newInstance("org.tmatesoft.svnkit", "svnkit", "1.3.4"),
137+
ModuleRevisionId.newInstance("org.tmatesoft.svnkit", "svnkit", "1.3.5"),
138138
ModuleRevisionId.newInstance("jline", "jline", "1.0"),
139139
ModuleRevisionId.newInstance("org.fusesource.jansi", "jansi", "1.2.1"),
140140
ModuleRevisionId.newInstance("net.java.dev.jna", "jna", "3.2.3"),

grails-scripts/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
"org.apache.ivy:ivy:${ivyVersion}",
1010
"org.codehaus.gant:gant_groovy1.8:${gantVersion}"
1111

12-
compile 'org.tmatesoft.svnkit:svnkit:1.3.4'
12+
compile 'org.tmatesoft.svnkit:svnkit:1.3.5'
1313
compile project(":grails-web"),
1414
project(':grails-hibernate'),
1515
project(':grails-docs'),

0 commit comments

Comments
 (0)