Skip to content

Commit

Permalink
Merge pull request #6 from hyperskill/main
Browse files Browse the repository at this point in the history
Update version Spring/Gradle
  • Loading branch information
inuur authored Mar 24, 2023
2 parents 7a1ceab + a39c8c5 commit 0d9923b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ hs {
}
gradle {
version = "7.3.3"
version = "7.6"
}
spring {
bootVersion = "2.5.6"
dependencyManagementVersion = "1.0.11.RELEASE"
bootVersion = "3.0.2"
dependencyManagementVersion = "1.1.0"
}
android {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gradlePlugin {
}

group 'org.hyperskill'
version '1.1'
version '1.2'

publishing {
publications {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/hyperskill/plugin/versions/Gradle.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Gradle {

public String version = "7.3.3";
public String version = "7.6";

public Gradle() {}

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 = "2.5.6";
public String dependencyManagementVersion = "1.0.11.RELEASE";
public String bootVersion = "3.0.2";
public String dependencyManagementVersion = "1.1.0";

public Spring() {}

Expand Down

0 comments on commit 0d9923b

Please sign in to comment.