|
1 | 1 | plugins { |
2 | | - id 'org.springframework.boot' version '2.6.1' |
3 | | - id 'io.spring.dependency-management' version '1.0.11.RELEASE' |
| 2 | + id 'org.springframework.boot' version '2.7.18' |
| 3 | + id 'io.spring.dependency-management' version '1.0.15.RELEASE' |
4 | 4 | id 'java-library' |
5 | 5 | id 'com.diffplug.spotless' version '6.13.0' |
6 | 6 | } |
@@ -76,14 +76,14 @@ subprojects { |
76 | 76 | implementation ( |
77 | 77 | 'org.springframework.boot:spring-boot-starter-web', |
78 | 78 | 'org.springframework.boot:spring-boot-starter-validation', |
79 | | - 'org.springdoc:springdoc-openapi-ui:1.6.0', |
| 79 | + 'org.springdoc:springdoc-openapi-ui:1.7.0', |
80 | 80 | 'com.google.code.findbugs:jsr305:3.0.2', |
81 | | - 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE', |
| 81 | + 'io.awspring.cloud:spring-cloud-starter-aws:2.4.4', |
82 | 82 |
|
83 | 83 | // cloud config |
84 | | - 'org.springframework.cloud:spring-cloud-starter-config:3.1.0', |
85 | | - 'org.springframework.boot:spring-boot-starter-actuator:2.6.2', |
86 | | - 'org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.0', |
| 84 | + 'org.springframework.cloud:spring-cloud-starter-config:3.1.8', |
| 85 | + 'org.springframework.boot:spring-boot-starter-actuator', |
| 86 | + 'org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.8', |
87 | 87 |
|
88 | 88 | // mail |
89 | 89 | 'org.springframework.boot:spring-boot-starter-mail', |
@@ -120,7 +120,7 @@ project(':module-jpa') { |
120 | 120 | 'com.querydsl:querydsl-jpa', // query dsl |
121 | 121 | 'com.jcraft:jsch:0.1.55', // 로컬 개발용 db ssh tunneling, https://mavenlibs.com/maven/dependency/com.jcraft/jsch |
122 | 122 | // 'org.mariadb.jdbc:mariadb-java-client', |
123 | | - 'mysql:mysql-connector-java', |
| 123 | + 'com.mysql:mysql-connector-j', |
124 | 124 | 'com.h2database:h2' |
125 | 125 | ) |
126 | 126 | } |
|
0 commit comments