Skip to content

Commit e0d95c7

Browse files
committed
Release version 4.2.7.RELEASES
1 parent 9d76c98 commit e0d95c7

File tree

49 files changed

+234
-234
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

+234
-234
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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
54+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
48+
<version>4.2.7.RELEASE</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>

cas/pom.xml

Lines changed: 4 additions & 4 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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
54+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
60+
<version>4.2.7.RELEASE</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>

config/pom.xml

Lines changed: 9 additions & 9 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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
54+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
100+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
107+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
114+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
121+
<version>4.2.7.RELEASE</version>
122122
<scope>compile</scope>
123123
<optional>true</optional>
124124
</dependency>
@@ -365,13 +365,13 @@
365365
<dependency>
366366
<groupId>org.springframework.security</groupId>
367367
<artifactId>spring-security-aspects</artifactId>
368-
<version>4.2.6.RELEASE</version>
368+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
374+
<version>4.2.7.RELEASE</version>
375375
<scope>test</scope>
376376
</dependency>
377377
<dependency>

core/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-core</artifactId>
6-
<version>4.2.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
54+
<version>4.2.7.RELEASE</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.7.BUILD-SNAPSHOT
1+
version=4.2.7.RELEASE

itest/context/pom.xml

Lines changed: 5 additions & 5 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.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
60+
<version>4.2.7.RELEASE</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -132,13 +132,13 @@
132132
<dependency>
133133
<groupId>org.springframework.security</groupId>
134134
<artifactId>spring-security-config</artifactId>
135-
<version>4.2.6.RELEASE</version>
135+
<version>4.2.7.RELEASE</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.6.RELEASE</version>
141+
<version>4.2.7.RELEASE</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>

itest/web/pom.xml

Lines changed: 7 additions & 7 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-web</artifactId>
6-
<version>4.2.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</version>
77
<name>itest-web</name>
88
<description>itest-web</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.17.RELEASE</version>
38+
<version>4.3.18.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -98,31 +98,31 @@
9898
<dependency>
9999
<groupId>org.springframework.security</groupId>
100100
<artifactId>spring-security-config</artifactId>
101-
<version>4.2.6.RELEASE</version>
101+
<version>4.2.7.RELEASE</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.springframework.security</groupId>
106106
<artifactId>spring-security-core</artifactId>
107-
<version>4.2.6.RELEASE</version>
107+
<version>4.2.7.RELEASE</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.springframework.security</groupId>
112112
<artifactId>spring-security-ldap</artifactId>
113-
<version>4.2.6.RELEASE</version>
113+
<version>4.2.7.RELEASE</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.springframework.security</groupId>
118118
<artifactId>spring-security-test</artifactId>
119-
<version>4.2.6.RELEASE</version>
119+
<version>4.2.7.RELEASE</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.springframework.security</groupId>
124124
<artifactId>spring-security-web</artifactId>
125-
<version>4.2.6.RELEASE</version>
125+
<version>4.2.7.RELEASE</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>

ldap/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-ldap</artifactId>
6-
<version>4.2.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</version>
77
<name>spring-security-ldap</name>
88
<description>spring-security-ldap</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.17.RELEASE</version>
38+
<version>4.3.18.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.springframework.security</groupId>
7575
<artifactId>spring-security-core</artifactId>
76-
<version>4.2.6.RELEASE</version>
76+
<version>4.2.7.RELEASE</version>
7777
<scope>compile</scope>
7878
</dependency>
7979
<dependency>

messaging/pom.xml

Lines changed: 4 additions & 4 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-messaging</artifactId>
6-
<version>4.2.6.RELEASE</version>
6+
<version>4.2.7.RELEASE</version>
77
<name>spring-security-messaging</name>
88
<description>spring-security-messaging</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.17.RELEASE</version>
38+
<version>4.3.18.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.6.RELEASE</version>
54+
<version>4.2.7.RELEASE</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.springframework.security</groupId>
104104
<artifactId>spring-security-web</artifactId>
105-
<version>4.2.6.RELEASE</version>
105+
<version>4.2.7.RELEASE</version>
106106
<scope>compile</scope>
107107
<optional>true</optional>
108108
</dependency>

0 commit comments

Comments
 (0)