|
1 | 1 | plugins { |
2 | | - id 'org.springframework.boot' version '3.3.7' |
3 | | - id 'io.spring.dependency-management' version '1.1.4' |
| 2 | + id 'org.springframework.boot' version '3.4.5' |
| 3 | + id 'io.spring.dependency-management' version '1.1.7' |
4 | 4 | id 'java' |
5 | 5 | id "com.netflix.dgs.codegen" version "6.3.0" |
6 | | - id "com.diffplug.spotless" version "6.22.0" |
| 6 | + id "com.diffplug.spotless" version "6.25.0" |
7 | 7 | } |
8 | 8 |
|
9 | 9 | version = '0.0.1-SNAPSHOT' |
@@ -35,26 +35,26 @@ dependencies { |
35 | 35 | implementation 'org.springframework.boot:spring-boot-starter-validation' |
36 | 36 | implementation 'org.springframework.boot:spring-boot-starter-hateoas' |
37 | 37 | implementation 'org.springframework.boot:spring-boot-starter-security' |
38 | | - implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' |
| 38 | + implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4' |
39 | 39 | implementation 'com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:9.1.2' |
40 | | - implementation 'org.flywaydb:flyway-core' |
41 | | - implementation 'io.jsonwebtoken:jjwt-api:0.11.5' |
42 | | - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5', |
43 | | - 'io.jsonwebtoken:jjwt-jackson:0.11.5' |
44 | | - implementation 'joda-time:joda-time:2.10.13' |
45 | | - implementation 'org.xerial:sqlite-jdbc:3.42.0.1' |
| 40 | + implementation 'org.flywaydb:flyway-core:9.22.3' |
| 41 | + implementation 'io.jsonwebtoken:jjwt-api:0.12.6' |
| 42 | + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6', |
| 43 | + 'io.jsonwebtoken:jjwt-jackson:0.12.6' |
| 44 | + implementation 'joda-time:joda-time:2.13.0' |
| 45 | + implementation 'org.xerial:sqlite-jdbc:3.47.1.0' |
46 | 46 |
|
47 | 47 | compileOnly 'org.projectlombok:lombok' |
48 | 48 | annotationProcessor 'org.projectlombok:lombok' |
49 | 49 |
|
50 | | - testImplementation enforcedPlatform('io.rest-assured:rest-assured-bom:5.4.0') |
| 50 | + testImplementation enforcedPlatform('io.rest-assured:rest-assured-bom:5.5.0') |
51 | 51 | testImplementation 'io.rest-assured:rest-assured' |
52 | 52 | testImplementation 'io.rest-assured:json-path' |
53 | 53 | testImplementation 'io.rest-assured:xml-path' |
54 | 54 | testImplementation 'io.rest-assured:spring-mock-mvc' |
55 | 55 | testImplementation 'org.springframework.security:spring-security-test' |
56 | 56 | testImplementation 'org.springframework.boot:spring-boot-starter-test' |
57 | | - testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.3' |
| 57 | + testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.4' |
58 | 58 | } |
59 | 59 |
|
60 | 60 | tasks.named('test') { |
|
0 commit comments