Commit 57b2004a authored by Noel Alonso's avatar Noel Alonso
Browse files

Actualiza versión de spring y librerías

parent 8502ca98
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
	<parent>
		<groupId>org.springframework.boot</groupId>
		<artifactId>spring-boot-starter-parent</artifactId>
		<version>2.0.0.RELEASE</version>
		<version>2.0.3.RELEASE</version>
		<relativePath />
	</parent>

@@ -33,7 +33,6 @@
		<ma.glasnost.orika.core>1.5.2</ma.glasnost.orika.core>
		<powermock.version>1.7.3</powermock.version>
		<confluent.version>4.1.0</confluent.version>
		<jersey-hk2.version>2.26</jersey-hk2.version>
		<jersey-guava.version>2.26-b03</jersey-guava.version>

		<!-- Environment variables -->
@@ -110,7 +109,7 @@
		<dependency>
			<groupId>org.glassfish.jersey.inject</groupId>
			<artifactId>jersey-hk2</artifactId>
			<version>${jersey-hk2.version}</version>
			<version>${jersey.version}</version>
		</dependency>

		<dependency>