Skip to content

Commit 4d02a5c

Browse files
author
Rob Winch
committed
Update pom.xml dependencies
1 parent 22fe8b3 commit 4d02a5c

File tree

49 files changed

+542
-251
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

+542
-251
lines changed

acl/pom.xml

Lines changed: 9 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.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.1.1.RELEASE</version>
54+
<version>4.2.0.BUILD-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -151,6 +151,12 @@
151151
<scope>test</scope>
152152
</dependency>
153153
</dependencies>
154+
<repositories>
155+
<repository>
156+
<id>spring-snapshot</id>
157+
<url>https://repo.spring.io/snapshot</url>
158+
</repository>
159+
</repositories>
154160
<build>
155161
<plugins>
156162
<plugin>

aspects/pom.xml

Lines changed: 9 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.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.1.1.RELEASE</version>
48+
<version>4.2.0.BUILD-SNAPSHOT</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
@@ -130,6 +130,12 @@
130130
<scope>test</scope>
131131
</dependency>
132132
</dependencies>
133+
<repositories>
134+
<repository>
135+
<id>spring-snapshot</id>
136+
<url>https://repo.spring.io/snapshot</url>
137+
</repository>
138+
</repositories>
133139
<build>
134140
<plugins>
135141
<plugin>

cas/pom.xml

Lines changed: 10 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.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.1.1.RELEASE</version>
54+
<version>4.2.0.BUILD-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.security</groupId>
5959
<artifactId>spring-security-web</artifactId>
60-
<version>4.1.1.RELEASE</version>
60+
<version>4.2.0.BUILD-SNAPSHOT</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
@@ -142,6 +142,12 @@
142142
<scope>test</scope>
143143
</dependency>
144144
</dependencies>
145+
<repositories>
146+
<repository>
147+
<id>spring-snapshot</id>
148+
<url>https://repo.spring.io/snapshot</url>
149+
</repository>
150+
</repositories>
145151
<build>
146152
<plugins>
147153
<plugin>

config/pom.xml

Lines changed: 16 additions & 10 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.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.1.1.RELEASE</version>
54+
<version>4.2.0.BUILD-SNAPSHOT</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.1.1.RELEASE</version>
100+
<version>4.2.0.BUILD-SNAPSHOT</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.1.1.RELEASE</version>
107+
<version>4.2.0.BUILD-SNAPSHOT</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.1.1.RELEASE</version>
114+
<version>4.2.0.BUILD-SNAPSHOT</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.1.1.RELEASE</version>
121+
<version>4.2.0.BUILD-SNAPSHOT</version>
122122
<scope>compile</scope>
123123
<optional>true</optional>
124124
</dependency>
@@ -347,7 +347,7 @@
347347
<dependency>
348348
<groupId>org.springframework.data</groupId>
349349
<artifactId>spring-data-jpa</artifactId>
350-
<version>1.7.1.RELEASE</version>
350+
<version>1.10.2.RELEASE</version>
351351
<scope>test</scope>
352352
<exclusions>
353353
<exclusion>
@@ -365,13 +365,13 @@
365365
<dependency>
366366
<groupId>org.springframework.security</groupId>
367367
<artifactId>spring-security-aspects</artifactId>
368-
<version>4.1.1.RELEASE</version>
368+
<version>4.2.0.BUILD-SNAPSHOT</version>
369369
<scope>test</scope>
370370
</dependency>
371371
<dependency>
372372
<groupId>org.springframework.security</groupId>
373373
<artifactId>spring-security-cas</artifactId>
374-
<version>4.1.1.RELEASE</version>
374+
<version>4.2.0.BUILD-SNAPSHOT</version>
375375
<scope>test</scope>
376376
</dependency>
377377
<dependency>
@@ -390,6 +390,12 @@
390390
<scope>test</scope>
391391
</dependency>
392392
</dependencies>
393+
<repositories>
394+
<repository>
395+
<id>spring-snapshot</id>
396+
<url>https://repo.spring.io/snapshot</url>
397+
</repository>
398+
</repositories>
393399
<build>
394400
<plugins>
395401
<plugin>

core/pom.xml

Lines changed: 8 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -275,6 +275,12 @@
275275
</exclusions>
276276
</dependency>
277277
</dependencies>
278+
<repositories>
279+
<repository>
280+
<id>spring-snapshot</id>
281+
<url>https://repo.spring.io/snapshot</url>
282+
</repository>
283+
</repositories>
278284
<build>
279285
<plugins>
280286
<plugin>

crypto/pom.xml

Lines changed: 8 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -92,6 +92,12 @@
9292
<scope>test</scope>
9393
</dependency>
9494
</dependencies>
95+
<repositories>
96+
<repository>
97+
<id>spring-snapshot</id>
98+
<url>https://repo.spring.io/snapshot</url>
99+
</repository>
100+
</repositories>
95101
<build>
96102
<plugins>
97103
<plugin>

data/pom.xml

Lines changed: 10 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-data</artifactId>
6-
<version>4.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.RELEASE</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.springframework.data</groupId>
4747
<artifactId>spring-data-commons</artifactId>
48-
<version>1.9.1.RELEASE</version>
48+
<version>1.12.2.RELEASE</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.springframework.security</groupId>
5353
<artifactId>spring-security-core</artifactId>
54-
<version>4.1.1.RELEASE</version>
54+
<version>4.2.0.BUILD-SNAPSHOT</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -108,6 +108,12 @@
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
111+
<repositories>
112+
<repository>
113+
<id>spring-snapshot</id>
114+
<url>https://repo.spring.io/snapshot</url>
115+
</repository>
116+
</repositories>
111117
<build>
112118
<plugins>
113119
<plugin>

itest/context/pom.xml

Lines changed: 11 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.1.1.RELEASE</version>
6+
<version>4.2.0.BUILD-SNAPSHOT</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.1.RELEASE</version>
38+
<version>4.3.2.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.1.1.RELEASE</version>
60+
<version>4.2.0.BUILD-SNAPSHOT</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.1.1.RELEASE</version>
135+
<version>4.2.0.BUILD-SNAPSHOT</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.springframework.security</groupId>
140140
<artifactId>spring-security-web</artifactId>
141-
<version>4.1.1.RELEASE</version>
141+
<version>4.2.0.BUILD-SNAPSHOT</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
@@ -152,6 +152,12 @@
152152
<scope>test</scope>
153153
</dependency>
154154
</dependencies>
155+
<repositories>
156+
<repository>
157+
<id>spring-snapshot</id>
158+
<url>https://repo.spring.io/snapshot</url>
159+
</repository>
160+
</repositories>
155161
<build>
156162
<plugins>
157163
<plugin>

0 commit comments

Comments
 (0)