Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid Dudek committed Jan 16, 2023
1 parent 9c83de7 commit 60cf903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "groovy"
id "jacoco"
id "java"
id "org.springframework.boot" version "2.5.2"
id "org.springframework.boot" version "2.7.7" //if changed here, update in versions array
id "org.sonarqube" version "3.3"
id "com.gorylenko.gradle-git-properties" version "1.4.17"
id "io.freefair.lombok" version "6.1.0-m3"
Expand All @@ -12,7 +12,7 @@ project.ext.set("mainViewModule", project(":view.react"))


allprojects {
project.version = "3.4.0"
project.version = "4.0.0"
}

java {
Expand All @@ -35,7 +35,7 @@ repositories {
ext {
versions = [
//spring
springBoot : '2.7.7',
springBoot : '2.7.7', //if changed here update on plugins

//oauth
oauthJavaJwt : '4.2.1',
Expand Down

0 comments on commit 60cf903

Please sign in to comment.