|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>org.baeldung</groupId> |
4 | | - <artifactId>spring-rest</artifactId> |
| 4 | + <artifactId>core-java</artifactId> |
5 | 5 | <version>0.1-SNAPSHOT</version> |
6 | 6 |
|
7 | | - <name>spring-rest</name> |
| 7 | + <name>core-java</name> |
8 | 8 |
|
9 | 9 | <dependencies> |
10 | 10 |
|
|
133 | 133 |
|
134 | 134 | <properties> |
135 | 135 | <!-- Spring --> |
136 | | - <org.springframework.version>4.0.2.RELEASE</org.springframework.version> |
| 136 | + <org.springframework.version>4.0.3.RELEASE</org.springframework.version> |
137 | 137 | <org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version> |
138 | 138 |
|
139 | 139 | <!-- persistence --> |
140 | | - <hibernate.version>4.3.4.Final</hibernate.version> |
| 140 | + <hibernate.version>4.3.5.Final</hibernate.version> |
141 | 141 | <mysql-connector-java.version>5.1.29</mysql-connector-java.version> |
142 | 142 |
|
143 | 143 | <!-- marshalling --> |
144 | | - <jackson.version>2.3.0</jackson.version> |
| 144 | + <jackson.version>2.3.2</jackson.version> |
145 | 145 |
|
146 | 146 | <!-- logging --> |
147 | | - <org.slf4j.version>1.7.5</org.slf4j.version> |
148 | | - <logback.version>1.0.11</logback.version> |
| 147 | + <org.slf4j.version>1.7.6</org.slf4j.version> |
| 148 | + <logback.version>1.1.1</logback.version> |
149 | 149 |
|
150 | 150 | <!-- various --> |
151 | 151 | <hibernate-validator.version>5.0.3.Final</hibernate-validator.version> |
|
162 | 162 | <httpcore.version>4.3.2</httpcore.version> |
163 | 163 | <httpclient.version>4.3.3</httpclient.version> |
164 | 164 |
|
165 | | - <rest-assured.version>2.3.0</rest-assured.version> |
| 165 | + <rest-assured.version>2.3.1</rest-assured.version> |
166 | 166 |
|
167 | 167 | <!-- maven plugins --> |
168 | 168 | <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version> |
|
0 commit comments