Skip to content

Commit

Permalink
Signed-off-by: Amanda D'Errico <amanda.derrico@ibm.com>
Browse files Browse the repository at this point in the history
upgraded springboot to 2.7.12 and lombok to 1.18.26

Signed-off-by: Amanda D'Errico <amanda.derrico@ibm.com>

fix value name to licenseGradlePluginVersion

Signed-off-by: Amanda D'Errico <amanda.derrico@ibm.com>
  • Loading branch information
AmandaDErrico committed Jul 12, 2023
1 parent 4c43372 commit 322388a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group 'org.zowe.explorer'

buildscript {
ext {
licenseGradlePluginVerion = '0.14.0'
licenseGradlePluginVersion = '0.14.0'
}

ext.mavenRepositories = {
Expand All @@ -31,7 +31,7 @@ buildscript {
dependencies {
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7'
classpath 'net.researchgate:gradle-release:2.6.0'
classpath "gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:${licenseGradlePluginVerion}"
classpath "gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:${licenseGradlePluginVersion}"
classpath 'org.owasp:dependency-check-gradle:3.3.4'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
springBootVersion = '2.5.14'
springBootVersion = '2.7.12'
springSecurityVersion = '5.7.8!!'
springFrameworkVersion = '5.3.27!!'
springDocVersion = '1.6.9'
Expand All @@ -12,7 +12,7 @@ ext {
httpCoreVersion = '4.4.14'
commonsCodecVersion = '1.15'
slf4jVersion = "1.7.25"
snakeYaml = "1.33"
snakeYaml = "2.0"
jacksonCoreVersion = '2.14.1'
jacksonDatabindVersion = '2.14.1'
jsonPathVersion = "2.4.0"
Expand Down

0 comments on commit 322388a

Please sign in to comment.