Skip to content

Commit

Permalink
#162 : Upgrade maven build to Boot 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Aug 30, 2023
1 parent efe5307 commit 374c6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void testGetTicker() throws Exception {
}

@Test
public void testGetMinOrder() throws Exception {
void testGetMinOrder() throws Exception {
final MyApiImpl myApi = new MyApiImpl();
final BigDecimal minimumOrderVolume = myApi.getMinimumOrderVolume("market-123");
assertNull(minimumOrderVolume);
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<revision>2.0.1-SNAPSHOT</revision>

<!-- Should be same as dependency used by spring-boot-starter.version -->
<spring-core.version>6.0.9</spring-core.version>
<spring-core.version>6.0.11</spring-core.version>

<jjwt.version>0.11.5</jjwt.version>
<powermock.version>2.0.9</powermock.version>
<spring-boot-starter.version>3.0.7</spring-boot-starter.version>
<spring-boot-starter.version>3.1.3</spring-boot-starter.version>
<checkstlye.version>3.2.1</checkstlye.version>
<spotbugs.version>4.7.3.4</spotbugs.version>
<hibernate-vaildator.version>8.0.0.Final</hibernate-vaildator.version>
Expand All @@ -61,7 +61,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.7</version>
<version>3.1.3</version>
</parent>
<profiles>
<profile>
Expand Down

0 comments on commit 374c6ad

Please sign in to comment.