|
123 | 123 | <artifactId>maven-compiler-plugin</artifactId> |
124 | 124 | <version>${maven-compiler-plugin.version}</version> |
125 | 125 | <configuration> |
126 | | - <source>1.7</source> |
127 | | - <target>1.7</target> |
| 126 | + <source>1.8</source> |
| 127 | + <target>1.8</target> |
128 | 128 | </configuration> |
129 | 129 | </plugin> |
130 | 130 |
|
|
149 | 149 | <org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version> |
150 | 150 |
|
151 | 151 | <!-- persistence --> |
152 | | - <hibernate.version>4.3.8.Final</hibernate.version> |
153 | | - <mysql-connector-java.version>5.1.34</mysql-connector-java.version> |
| 152 | + <hibernate.version>4.3.10.Final</hibernate.version> |
| 153 | + <mysql-connector-java.version>5.1.35</mysql-connector-java.version> |
154 | 154 |
|
155 | 155 | <!-- marshalling --> |
156 | 156 | <jackson.version>2.4.4</jackson.version> |
157 | 157 |
|
158 | 158 | <!-- logging --> |
159 | | - <org.slf4j.version>1.7.9</org.slf4j.version> |
160 | | - <logback.version>1.1.2</logback.version> |
| 159 | + <org.slf4j.version>1.7.12</org.slf4j.version> |
| 160 | + <logback.version>1.1.3</logback.version> |
161 | 161 |
|
162 | 162 | <!-- various --> |
163 | 163 | <hibernate-validator.version>5.1.3.Final</hibernate-validator.version> |
164 | 164 |
|
165 | 165 | <!-- util --> |
166 | | - <guava.version>17.0</guava.version> <!-- upgrade to 18.0 --> |
167 | | - <commons-lang3.version>3.3.2</commons-lang3.version> |
| 166 | + <guava.version>18.0</guava.version> |
| 167 | + <commons-lang3.version>3.4</commons-lang3.version> |
168 | 168 |
|
169 | 169 | <!-- testing --> |
170 | 170 | <org.hamcrest.version>1.3</org.hamcrest.version> |
171 | 171 | <junit.version>4.11</junit.version> |
172 | 172 | <mockito.version>1.10.19</mockito.version> |
173 | 173 |
|
174 | | - <httpcore.version>4.4</httpcore.version> |
175 | | - <httpclient.version>4.4</httpclient.version> |
| 174 | + <httpcore.version>4.4.1</httpcore.version> |
| 175 | + <httpclient.version>4.5</httpclient.version> |
176 | 176 |
|
177 | | - <rest-assured.version>2.4.0</rest-assured.version> |
| 177 | + <rest-assured.version>2.4.1</rest-assured.version> |
178 | 178 |
|
179 | 179 | <!-- maven plugins --> |
180 | | - <maven-compiler-plugin.version>3.2</maven-compiler-plugin.version> |
| 180 | + <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version> |
181 | 181 | <maven-war-plugin.version>2.6</maven-war-plugin.version> |
182 | 182 | <maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version> |
183 | 183 | <maven-resources-plugin.version>2.7</maven-resources-plugin.version> |
184 | | - <cargo-maven2-plugin.version>1.4.12</cargo-maven2-plugin.version> |
| 184 | + <cargo-maven2-plugin.version>1.4.14</cargo-maven2-plugin.version> |
185 | 185 |
|
186 | 186 | </properties> |
187 | 187 |
|
|
0 commit comments