Skip to content

Commit

Permalink
updated spring-boot and dependencyManagementVersion version to suppor…
Browse files Browse the repository at this point in the history
…t Java 21 version
  • Loading branch information
polischuks committed Oct 28, 2024
1 parent 5b086d6 commit 1320587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ hs {
}
spring {
bootVersion = "3.0.2"
dependencyManagementVersion = "1.1.0"
bootVersion = "3.2.0"
dependencyManagementVersion = "1.1.3"
}
ktor {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/hyperskill/plugin/versions/Spring.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public class Spring {

public String bootVersion = "3.0.2";
public String dependencyManagementVersion = "1.1.0";
public String bootVersion = "3.2.0";
public String dependencyManagementVersion = "1.1.3";

public Spring() {}

Expand Down

0 comments on commit 1320587

Please sign in to comment.