Skip to content

Commit

Permalink
Merge pull request #318 from team-haribo/refactor/314_aws_s3_config
Browse files Browse the repository at this point in the history
🔀 :: 플러그인 버전 수정
  • Loading branch information
yoontaebin123 authored Nov 13, 2024
2 parents 9a01a2a + aeec6f4 commit 3f266fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/PluginVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ object PluginVersions {
const val SPRING_BOOT_VERSION = "2.7.5"
const val DEPENDENCY_MANAGER_VERSION = "1.1.0"
const val JVM_VERSION = "1.9.0"
const val SPRING_PLUGIN_VERSION = "1.7.22"
const val SPRING_PLUGIN_VERSION = "1.9.0"
const val JPA_PLUGIN_VERSION = "1.6.21"
const val ALL_OPEN_VERSION = "1.6.21"
const val ALL_OPEN_VERSION = "1.9.0"
const val KAPT_VERSION = "1.7.10"
}

0 comments on commit 3f266fc

Please sign in to comment.