Skip to content

Commit

Permalink
perf($POM): update Spring Cloud Hoxton.SR4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed May 4, 2020
1 parent b6db76b commit 15e292e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.jmsoftware.common.bean.PaginationBase;
import lombok.Data;
import lombok.EqualsAndHashCode;

/**
* <h1>GetApiListPLO</h1>
Expand All @@ -11,5 +12,6 @@
* @date 2019-05-11 13:48
**/
@Data
@EqualsAndHashCode(callSuper = true)
public class GetApiListPLO extends PaginationBase {
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<exercise-mis.port>8072</exercise-mis.port>
<muscle-mis.port>8073</muscle-mis.port>
<java.version>11</java.version>
<spring-cloud.version>Hoxton.SR1</spring-cloud.version>
<spring-cloud.version>Hoxton.SR4</spring-cloud.version>
<spring-content.version>1.0.0.M5</spring-content.version>
<spring-boot-admin.version>2.2.2</spring-boot-admin.version>
<knife4j.version>2.0.2</knife4j.version>
Expand Down

0 comments on commit 15e292e

Please sign in to comment.