Skip to content

Commit

Permalink
upgraded spring boot
Browse files Browse the repository at this point in the history
upgraded testcontainers
set mssql to use mcr.microsoft.com/mssql/server:2019-latest by default
  • Loading branch information
lpandzic committed Jul 18, 2024
1 parent 93e7957 commit 5da27c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class MSSQLServerContainerWrapper

@Deprecated
public MSSQLServerContainerWrapper() {
super();
super("mcr.microsoft.com/mssql/server:2019-latest");
}

public MSSQLServerContainerWrapper(String image) {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@

<properties>
<!-- DEPENDENCY VERSIONS -->
<spring-boot.version>3.2.5</spring-boot.version>
<spring-boot.version>3.3.1</spring-boot.version>

<testcontainers.version>1.19.8</testcontainers.version>
<testcontainers.version>1.20.0</testcontainers.version>

<!-- PLUGIN VERSIONS -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit 5da27c7

Please sign in to comment.