summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRonan Keogh <ronan.keogh@ericsson.com>2018-08-17 11:20:54 +0100
committerRonan Keogh <ronan.keogh@ericsson.com>2018-08-17 15:12:26 +0100
commit09a9e56f3b6a03e6877e741a5e3922087129e841 (patch)
treefb3e7f3dfe10f785660e59be14961760585e8aa7 /pom.xml
parent49fbf9a09d244bbdc19783d9ff10cd03cd89640a (diff)
update thoughtworks version
Change-Id: I0a099b480c28e05f8ff1eb945091e6afda371209 Issue-ID: DMAAP-557 Signed-off-by: Ronan Keogh <ronan.keogh@ericsson.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c5aa2fb3..0fe61c02 100755
--- a/pom.xml
+++ b/pom.xml
@@ -45,8 +45,9 @@
<sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
- <jetty.version>9.4.11.v20180605</jetty.version>
+ <jetty.version>9.4.12.RC2</jetty.version>
<jetty.websocket.version>8.2.0.v20160908</jetty.websocket.version>
+ <thoughtworks.version>1.4.10</thoughtworks.version>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>