|
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.springframework.data</groupId>
|
76 | 76 | <artifactId>spring-data-cassandra</artifactId>
|
77 |
| - <version>4.3.3-SNAPSHOT</version> |
| 77 | + <version>4.3.3</version> |
78 | 78 | </dependency>
|
79 | 79 |
|
80 | 80 | <!-- Spring Data Commons -->
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.springframework.data</groupId>
|
83 | 83 | <artifactId>spring-data-commons</artifactId>
|
84 |
| - <version>3.3.3-SNAPSHOT</version> |
| 84 | + <version>3.3.3</version> |
85 | 85 | </dependency>
|
86 | 86 |
|
87 | 87 | <!-- Spring Data Couchbase -->
|
88 | 88 | <dependency>
|
89 | 89 | <groupId>org.springframework.data</groupId>
|
90 | 90 | <artifactId>spring-data-couchbase</artifactId>
|
91 |
| - <version>5.3.3-SNAPSHOT</version> |
| 91 | + <version>5.3.3</version> |
92 | 92 | </dependency>
|
93 | 93 |
|
94 | 94 | <!-- Spring Data Elasticsearch -->
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.springframework.data</groupId>
|
97 | 97 | <artifactId>spring-data-elasticsearch</artifactId>
|
98 |
| - <version>5.3.3-SNAPSHOT</version> |
| 98 | + <version>5.3.3</version> |
99 | 99 | </dependency>
|
100 | 100 |
|
101 | 101 | <!-- Spring Data JDBC -->
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>org.springframework.data</groupId>
|
104 | 104 | <artifactId>spring-data-jdbc</artifactId>
|
105 |
| - <version>3.3.3-SNAPSHOT</version> |
| 105 | + <version>3.3.3</version> |
106 | 106 | </dependency>
|
107 | 107 |
|
108 | 108 | <dependency>
|
109 | 109 | <groupId>org.springframework.data</groupId>
|
110 | 110 | <artifactId>spring-data-r2dbc</artifactId>
|
111 |
| - <version>3.3.3-SNAPSHOT</version> |
| 111 | + <version>3.3.3</version> |
112 | 112 | </dependency>
|
113 | 113 |
|
114 | 114 | <dependency>
|
115 | 115 | <groupId>org.springframework.data</groupId>
|
116 | 116 | <artifactId>spring-data-relational</artifactId>
|
117 |
| - <version>3.3.3-SNAPSHOT</version> |
| 117 | + <version>3.3.3</version> |
118 | 118 | </dependency>
|
119 | 119 |
|
120 | 120 | <!-- Spring Data JPA -->
|
121 | 121 | <dependency>
|
122 | 122 | <groupId>org.springframework.data</groupId>
|
123 | 123 | <artifactId>spring-data-jpa</artifactId>
|
124 |
| - <version>3.3.3-SNAPSHOT</version> |
| 124 | + <version>3.3.3</version> |
125 | 125 | </dependency>
|
126 | 126 |
|
127 | 127 | <dependency>
|
128 | 128 | <groupId>org.springframework.data</groupId>
|
129 | 129 | <artifactId>spring-data-envers</artifactId>
|
130 |
| - <version>3.3.3-SNAPSHOT</version> |
| 130 | + <version>3.3.3</version> |
131 | 131 | </dependency>
|
132 | 132 |
|
133 | 133 | <!-- Spring Data MongoDB -->
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.springframework.data</groupId>
|
136 | 136 | <artifactId>spring-data-mongodb</artifactId>
|
137 |
| - <version>4.3.3-SNAPSHOT</version> |
| 137 | + <version>4.3.3</version> |
138 | 138 | </dependency>
|
139 | 139 |
|
140 | 140 | <!-- Spring Data Neo4j -->
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>org.springframework.data</groupId>
|
143 | 143 | <artifactId>spring-data-neo4j</artifactId>
|
144 |
| - <version>7.3.3-SNAPSHOT</version> |
| 144 | + <version>7.3.3</version> |
145 | 145 | </dependency>
|
146 | 146 |
|
147 | 147 | <!-- Spring Data Redis -->
|
148 | 148 | <dependency>
|
149 | 149 | <groupId>org.springframework.data</groupId>
|
150 | 150 | <artifactId>spring-data-redis</artifactId>
|
151 |
| - <version>3.3.3-SNAPSHOT</version> |
| 151 | + <version>3.3.3</version> |
152 | 152 | </dependency>
|
153 | 153 |
|
154 | 154 | <!-- Spring Data REST -->
|
155 | 155 | <dependency>
|
156 | 156 | <groupId>org.springframework.data</groupId>
|
157 | 157 | <artifactId>spring-data-rest-webmvc</artifactId>
|
158 |
| - <version>4.3.3-SNAPSHOT</version> |
| 158 | + <version>4.3.3</version> |
159 | 159 | </dependency>
|
160 | 160 |
|
161 | 161 | <dependency>
|
162 | 162 | <groupId>org.springframework.data</groupId>
|
163 | 163 | <artifactId>spring-data-rest-core</artifactId>
|
164 |
| - <version>4.3.3-SNAPSHOT</version> |
| 164 | + <version>4.3.3</version> |
165 | 165 | </dependency>
|
166 | 166 |
|
167 | 167 | <dependency>
|
168 | 168 | <groupId>org.springframework.data</groupId>
|
169 | 169 | <artifactId>spring-data-rest-hal-explorer</artifactId>
|
170 |
| - <version>4.3.3-SNAPSHOT</version> |
| 170 | + <version>4.3.3</version> |
171 | 171 | </dependency>
|
172 | 172 |
|
173 | 173 | <!-- Spring Data KeyValue -->
|
174 | 174 | <dependency>
|
175 | 175 | <groupId>org.springframework.data</groupId>
|
176 | 176 | <artifactId>spring-data-keyvalue</artifactId>
|
177 |
| - <version>3.3.3-SNAPSHOT</version> |
| 177 | + <version>3.3.3</version> |
178 | 178 | </dependency>
|
179 | 179 |
|
180 | 180 | <!-- Spring Data LDAP -->
|
181 | 181 | <dependency>
|
182 | 182 | <groupId>org.springframework.data</groupId>
|
183 | 183 | <artifactId>spring-data-ldap</artifactId>
|
184 |
| - <version>3.3.3-SNAPSHOT</version> |
| 184 | + <version>3.3.3</version> |
185 | 185 | </dependency>
|
186 | 186 |
|
187 | 187 | </dependencies>
|
|
412 | 412 | </profiles>
|
413 | 413 |
|
414 | 414 | <repositories>
|
415 |
| - <repository> |
416 |
| - <id>spring-snapshot</id> |
417 |
| - <url>https://repo.spring.io/snapshot</url> |
418 |
| - <snapshots> |
419 |
| - <enabled>true</enabled> |
420 |
| - </snapshots> |
421 |
| - <releases> |
422 |
| - <enabled>false</enabled> |
423 |
| - </releases> |
424 |
| - </repository> |
425 |
| - <repository> |
426 |
| - <id>spring-milestone</id> |
427 |
| - <url>https://repo.spring.io/milestone</url> |
428 |
| - </repository> |
| 415 | + |
| 416 | + |
429 | 417 | </repositories>
|
430 | 418 | </project>
|
0 commit comments