Skip to content

Commit

Permalink
release/v0.1.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
anthunt committed Jul 7, 2022
1 parent fc10511 commit 415462d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
springBootVersion = '2.7.1'
springGradlePluginVersion = '1.0.11.RELEASE'
awsSdkVersion = '2.17.121'
springGradlePluginVersion = '1.0.12.RELEASE'
awsSdkVersion = '2.17.226'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -44,7 +44,7 @@ subprojects {
}

dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.32'
compileOnly 'org.slf4j:slf4j-api:1.7.36'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.projectlombok:lombok'
Expand Down
4 changes: 2 additions & 2 deletions terraform-generator-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ buildscript {
}
}
dependencies {
classpath "edu.sc.seis.launch4j:launch4j:2.5.1"
classpath "edu.sc.seis.launch4j:launch4j:2.5.3"
}
}

plugins {
id "edu.sc.seis.launch4j" version "2.5.1"
id "edu.sc.seis.launch4j" version "2.5.3"
id "com.dorongold.task-tree" version "2.1.0"
}

Expand Down

0 comments on commit 415462d

Please sign in to comment.