Skip to content

Commit 97b4cb0

Browse files
committed
Release version 4.2.0.RC1
1 parent 8ca4b55 commit 97b4cb0

File tree

49 files changed

+304
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+304
-362
lines changed

‎acl/pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-acl</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-acl</name>
88
<description>spring-security-acl</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.0.M1</version>
54+
<version>4.2.0.RC1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>

‎aspects/pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-aspects</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-aspects</name>
88
<description>spring-security-aspects</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.springframework.security</groupId>
4747
<artifactId>spring-security-core</artifactId>
48-
<version>4.2.0.M1</version>
48+
<version>4.2.0.RC1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>

‎cas/pom.xml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-cas</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-cas</name>
88
<description>spring-security-cas</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -51,13 +51,13 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.0.M1</version>
54+
<version>4.2.0.RC1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.security</groupId>
5959
<artifactId>spring-security-web</artifactId>
60-
<version>4.2.0.M1</version>
60+
<version>4.2.0.RC1</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-databind</artifactId>
92-
<version>2.4.4</version>
92+
<version>2.8.3</version>
9393
<scope>compile</scope>
9494
<optional>true</optional>
9595
</dependency>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>javax.servlet</groupId>
112112
<artifactId>javax.servlet-api</artifactId>
113-
<version>3.0.1</version>
113+
<version>3.1.0</version>
114114
<scope>provided</scope>
115115
</dependency>
116116
<dependency>

‎config/pom.xml‎

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-config</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-config</name>
88
<description>spring-security-config</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.0.M1</version>
54+
<version>4.2.0.RC1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -97,28 +97,28 @@
9797
<dependency>
9898
<groupId>org.springframework.security</groupId>
9999
<artifactId>spring-security-ldap</artifactId>
100-
<version>4.2.0.M1</version>
100+
<version>4.2.0.RC1</version>
101101
<scope>compile</scope>
102102
<optional>true</optional>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.springframework.security</groupId>
106106
<artifactId>spring-security-messaging</artifactId>
107-
<version>4.2.0.M1</version>
107+
<version>4.2.0.RC1</version>
108108
<scope>compile</scope>
109109
<optional>true</optional>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.springframework.security</groupId>
113113
<artifactId>spring-security-openid</artifactId>
114-
<version>4.2.0.M1</version>
114+
<version>4.2.0.RC1</version>
115115
<scope>compile</scope>
116116
<optional>true</optional>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.springframework.security</groupId>
120120
<artifactId>spring-security-web</artifactId>
121-
<version>4.2.0.M1</version>
121+
<version>4.2.0.RC1</version>
122122
<scope>compile</scope>
123123
<optional>true</optional>
124124
</dependency>
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>javax.servlet</groupId>
157157
<artifactId>javax.servlet-api</artifactId>
158-
<version>3.0.1</version>
158+
<version>3.1.0</version>
159159
<scope>provided</scope>
160160
</dependency>
161161
<dependency>
@@ -239,13 +239,13 @@
239239
<dependency>
240240
<groupId>org.eclipse.persistence</groupId>
241241
<artifactId>javax.persistence</artifactId>
242-
<version>2.0.5</version>
242+
<version>2.1.1</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.hibernate</groupId>
247247
<artifactId>hibernate-entitymanager</artifactId>
248-
<version>4.1.0.Final</version>
248+
<version>5.0.11.Final</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
@@ -359,19 +359,19 @@
359359
<dependency>
360360
<groupId>org.springframework.ldap</groupId>
361361
<artifactId>spring-ldap-core</artifactId>
362-
<version>2.0.2.RELEASE</version>
362+
<version>2.2.0.RC1</version>
363363
<scope>test</scope>
364364
</dependency>
365365
<dependency>
366366
<groupId>org.springframework.security</groupId>
367367
<artifactId>spring-security-aspects</artifactId>
368-
<version>4.2.0.M1</version>
368+
<version>4.2.0.RC1</version>
369369
<scope>test</scope>
370370
</dependency>
371371
<dependency>
372372
<groupId>org.springframework.security</groupId>
373373
<artifactId>spring-security-cas</artifactId>
374-
<version>4.2.0.M1</version>
374+
<version>4.2.0.RC1</version>
375375
<scope>test</scope>
376376
</dependency>
377377
<dependency>

‎core/pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-core</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-core</name>
88
<description>spring-security-core</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.fasterxml.jackson.core</groupId>
8484
<artifactId>jackson-databind</artifactId>
85-
<version>2.4.4</version>
85+
<version>2.8.3</version>
8686
<scope>compile</scope>
8787
<optional>true</optional>
8888
</dependency>

‎crypto/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-crypto</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-crypto</name>
88
<description>spring-security-crypto</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>

‎data/pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>spring-security-data</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>spring-security-data</name>
88
<description>spring-security-data</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.2.0.M1</version>
54+
<version>4.2.0.RC1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=4.2.0.BUILD-SNAPSHOT
1+
version=4.2.0.RC1

‎itest/context/pom.xml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.security</groupId>
55
<artifactId>itest-context</artifactId>
6-
<version>4.2.0.M1</version>
6+
<version>4.2.0.RC1</version>
77
<name>itest-context</name>
88
<description>itest-context</description>
99
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework</groupId>
3737
<artifactId>spring-framework-bom</artifactId>
38-
<version>4.3.2.RELEASE</version>
38+
<version>4.3.3.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.security</groupId>
5959
<artifactId>spring-security-core</artifactId>
60-
<version>4.2.0.M1</version>
60+
<version>4.2.0.RC1</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>javax.servlet</groupId>
9898
<artifactId>javax.servlet-api</artifactId>
99-
<version>3.0.1</version>
99+
<version>3.1.0</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>
@@ -132,13 +132,13 @@
132132
<dependency>
133133
<groupId>org.springframework.security</groupId>
134134
<artifactId>spring-security-config</artifactId>
135-
<version>4.2.0.M1</version>
135+
<version>4.2.0.RC1</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.springframework.security</groupId>
140140
<artifactId>spring-security-web</artifactId>
141-
<version>4.2.0.M1</version>
141+
<version>4.2.0.RC1</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>

0 commit comments

Comments
 (0)