File tree 6 files changed +10
-10
lines changed
graphql-java-codegen-gradle-plugin
graphql-java-codegen-maven-plugin 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id " java-library"
7
7
id " signing"
8
8
id " maven-publish"
9
- id " org.sonarqube" version " 4.3 .0.3225 "
9
+ id " org.sonarqube" version " 4.0 .0.2929 "
10
10
}
11
11
12
12
def graphqlCodegenVersion = ' 5.8.1-SNAPSHOT' // This variable used in the automatic release process
@@ -20,7 +20,7 @@ repositories {
20
20
21
21
dependencies {
22
22
compileOnly " org.freemarker:freemarker:2.3.32"
23
- compileOnly " com.graphql-java:graphql-java:21.0 "
23
+ compileOnly " com.graphql-java:graphql-java:20.2 "
24
24
compileOnly " com.fasterxml.jackson.core:jackson-databind:2.15.2"
25
25
compileOnly " com.typesafe:config:1.4.2"
26
26
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ mainClassName = "io.github.kobylynskyi.product.Application"
13
13
14
14
dependencies {
15
15
implementation " org.springframework.boot:spring-boot-starter-web:2.7.14"
16
- implementation " org.springframework.boot:spring-boot-starter-data-mongodb:2.7.13 "
16
+ implementation " org.springframework.boot:spring-boot-starter-data-mongodb:2.7.14 "
17
17
18
18
implementation " com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
19
19
implementation " com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation " io.github.kobylynskyi:graphql-java-codegen:${ version} "
28
28
29
29
implementation " org.freemarker:freemarker:2.3.32"
30
- implementation " com.graphql-java:graphql-java:21.0 "
30
+ implementation " com.graphql-java:graphql-java:20.2 "
31
31
implementation " com.fasterxml.jackson.core:jackson-databind:2.15.2"
32
32
implementation " com.typesafe:config:1.4.2"
33
33
Original file line number Diff line number Diff line change 128
128
<dependency >
129
129
<groupId >org.springframework.boot</groupId >
130
130
<artifactId >spring-boot-starter-data-mongodb</artifactId >
131
- <version >2.7.13 </version >
131
+ <version >2.7.14 </version >
132
132
</dependency >
133
133
134
134
<dependency >
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >org.springframework.boot</groupId >
78
78
<artifactId >spring-boot-starter-web</artifactId >
79
- <version >2.7.13 </version >
79
+ <version >2.7.14 </version >
80
80
</dependency >
81
81
<dependency >
82
82
<groupId >org.springframework.boot</groupId >
83
83
<artifactId >spring-boot-starter-data-mongodb</artifactId >
84
- <version >2.7.13 </version >
84
+ <version >2.7.14 </version >
85
85
</dependency >
86
86
87
87
<dependency >
Original file line number Diff line number Diff line change 56
56
</ciManagement >
57
57
58
58
<properties >
59
- <version .maven-plugin-api>3.9.3 </version .maven-plugin-api>
60
- <version .maven-core>3.9.3 </version .maven-core>
59
+ <version .maven-plugin-api>3.9.4 </version .maven-plugin-api>
60
+ <version .maven-core>3.9.4 </version .maven-core>
61
61
<version .maven-plugin-annotations>3.9.0</version .maven-plugin-annotations>
62
62
<version .maven-plugin-plugin>3.9.0</version .maven-plugin-plugin>
63
63
<version .maven-compiler-plugin>3.11.0</version .maven-compiler-plugin>
121
121
<dependency >
122
122
<groupId >com.graphql-java</groupId >
123
123
<artifactId >graphql-java</artifactId >
124
- <version >21.0 </version >
124
+ <version >20.2 </version >
125
125
</dependency >
126
126
<dependency >
127
127
<groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments