Skip to content

Commit 5f79dba

Browse files
committed
Update to Spring Framework 4.3.23.BUILD-SNAPSHOT
Early access to schema validation feature
1 parent d5212a0 commit 5f79dba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sourceCompatibility = '1.6'
55
targetCompatibility = '1.6'
66

77
ext.apacheDsVersion = '1.5.5'
8-
ext.springVersion = '4.3.4.RELEASE'
8+
ext.springVersion = '4.3.23.BUILD-SNAPSHOT'
99
ext.springDataVersion = '1.13.18.RELEASE'
1010
ext.springDataSpring3Version = '1.10.2.RELEASE'
1111
ext.springBatchVersion = '2.0.4.RELEASE'

test/integration-tests-spring20/src/test/resources/conf/commonTestContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<beans xmlns="http://www.springframework.org/schema/beans"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.springframework.org/schema/beans
5-
https://www.springframework.org/schema/beans/spring-beans.xsd">
5+
https://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
66

77
<!--
88
This context configuration file defines common beans,

test/integration-tests-spring20/src/test/resources/conf/ldapTemplateTestContext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<beans xmlns="http://www.springframework.org/schema/beans"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.springframework.org/schema/beans
5-
https://www.springframework.org/schema/beans/spring-beans.xsd">
5+
https://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
66
<import resource="classpath:/conf/commonTestContext.xml" />
77

88
<bean id="contextSource"

0 commit comments

Comments
 (0)