Skip to content

Commit

Permalink
upgraded spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
lpandzic committed Jan 8, 2024
1 parent 8039994 commit 15c8328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.*;
import java.util.concurrent.*;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.Stream;

import static java.lang.Integer.parseInt;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

<properties>
<!-- DEPENDENCY VERSIONS -->
<spring-boot.version>3.1.7</spring-boot.version>
<spring-boot.version>3.2.1</spring-boot.version>

<testcontainers.version>1.19.3</testcontainers.version>

Expand Down

0 comments on commit 15c8328

Please sign in to comment.