diff options
author | Hengye <yehui.wang@est.tech> | 2019-03-14 02:24:02 +0000 |
---|---|---|
committer | Hengye <yehui.wang@est.tech> | 2019-03-14 02:24:02 +0000 |
commit | 89c6b9cf225118e07fb2085b5f0f7859aeeb4a97 (patch) | |
tree | 88fe0dec130d075c9c7e981889d7b6cfc297510e /integration/pom.xml | |
parent | 524997091437eacb3dba098103b5c6313c03683d (diff) |
uplift oparent version 1.2.1->1.2.3
Find one non-backward compatible change:
spring-web 5.0.9.RELEASE -> 5.1.2.RELEASE
String org.springframework.http.HttpStatus.toString()
return Integer.toString(this.value)//spring-web 5.0.9.RELEASE
return Integer.toString(this.value) + " " + name();//spring-web
5.1.2.RELEASE
Issue-ID: POLICY-1261
Change-Id: I23f7fe8dbd2d8b241c86ce910898a8df3641dbe5
Signed-off-by: Hengye <yehui.wang@est.tech>
Diffstat (limited to 'integration/pom.xml')
0 files changed, 0 insertions, 0 deletions