Skip to content

Commit

Permalink
Upgrade Spring Boot to 2.1.1 and Spring to 5.1.3 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gytis Trikleris authored and geoand committed Dec 3, 2018
1 parent b2bd72d commit 094de67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<version.io.opentracing.contrib-opentracing-spring-tracer-configuration-starter>0.1.0</version.io.opentracing.contrib-opentracing-spring-tracer-configuration-starter>
<version.junit>4.12</version.junit>
<version.org.mockito-mockito-core>2.23.4</version.org.mockito-mockito-core>
<version.org.springframework.boot>2.1.0.RELEASE</version.org.springframework.boot>
<version.org.springframework.boot>2.1.1.RELEASE</version.org.springframework.boot>
<!-- Should match version from https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependencies/pom.xml -->
<version.org.springframework>5.1.2.RELEASE</version.org.springframework>
<version.org.springframework>5.1.3.RELEASE</version.org.springframework>

<!-- plugins -->
<version.maven-deploy-plugin>2.8.2</version.maven-deploy-plugin>
Expand Down

0 comments on commit 094de67

Please sign in to comment.