Skip to content

Commit

Permalink
upgrade gradle 7.3.2 and spring boot 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Dec 23, 2021
1 parent 3fa4017 commit 433da63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id 'org.springframework.boot' version '2.5.4'
id 'org.springframework.boot' version '2.6.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id 'com.adarshr.test-logger' version '2.1.1'
id 'org.owasp.dependencycheck' version '6.1.2'
id 'org.owasp.dependencycheck' version '6.5.1'
}

group = 'com.example'
Expand All @@ -26,8 +26,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springdoc:springdoc-openapi-ui:1.5.10'
implementation 'com.nimbusds:nimbus-jose-jwt:9.13'
implementation 'org.springdoc:springdoc-openapi-ui:1.6.2'
implementation 'com.nimbusds:nimbus-jose-jwt:9.15.2'
implementation 'org.apache.commons:commons-lang3'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
runtimeOnly 'com.h2database:h2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 433da63

Please sign in to comment.