Skip to content

Commit dd66ca0

Browse files
committed
Latest dependency updates (AspectJ 1.8.2, Jackson 2.4.2)
1 parent 2553fb8 commit dd66ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ ext {
1616
linkIssue = 'https://jira.spring.io/browse/SPR'
1717
linkScmUrl = 'https://github.com/spring-projects/spring-framework'
1818
linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-framework.git'
19-
linkScmDevConnection = 'scm:git:ssh://[email protected]:spring-projects/spring-framwork.git'
19+
linkScmDevConnection = 'scm:git:ssh://[email protected]:spring-projects/spring-framework.git'
2020
}
2121

2222
configure(allprojects) { project ->
2323
group = "org.springframework"
2424
version = qualifyVersionIfNecessary(version)
2525

26-
ext.aspectjVersion = "1.8.1"
26+
ext.aspectjVersion = "1.8.2"
2727
ext.eclipseLinkVersion = "2.4.2"
2828
ext.ehcacheVersion = "2.8.3"
2929
ext.ehcacheJCacheVersion = "1.0.0"
@@ -33,7 +33,7 @@ configure(allprojects) { project ->
3333
ext.hibVal4Version = "4.3.2.Final"
3434
ext.hibVal5Version = "5.1.2.Final"
3535
ext.hsqldbVersion = "2.3.2"
36-
ext.jackson2Version = "2.4.1"
36+
ext.jackson2Version = "2.4.2"
3737
ext.gsonVersion = "2.3"
3838
ext.jasperReportsVersion = "5.6.0"
3939
ext.jettyVersion = "9.2.2.v20140723"

0 commit comments

Comments
 (0)