File tree 30 files changed +3
-36
lines changed
core-java-concurrency-advanced
kubernetes-modules/k8s-operator
microservices-modules/event-driven-microservice
spring-boot-autoconfiguration
spring-cloud-data-flow/spring-cloud-data-flow-batch-job
spring-reactive-modules/spring-reactive-security
spring-thymeleaf-attributes/accessing-session-attributes
30 files changed +3
-36
lines changed Original file line number Diff line number Diff line change 60
60
61
61
<properties >
62
62
<thrift .version>0.10.0</thrift .version>
63
- <maven-thrift .version>0.1.11</maven-thrift .version>
64
63
<build-helper-maven-plugin .version>3.0.0</build-helper-maven-plugin .version>
65
64
</properties >
66
65
Original file line number Diff line number Diff line change 54
54
55
55
<properties >
56
56
<commons-math3 .version>3.6.1</commons-math3 .version>
57
- <collections-generic .version>4.01</collections-generic .version>
58
57
<avaitility .version>1.7.0</avaitility .version>
59
58
</properties >
60
59
Original file line number Diff line number Diff line change 156
156
<tika .version>2.8.0</tika .version>
157
157
<jmime-magic .version>0.1.5</jmime-magic .version>
158
158
<fscontext .version>4.4.2</fscontext .version>
159
- <jakarta-activation-api .version>2.1.2</jakarta-activation-api .version>
160
159
<angus-activation .version>2.0.1</angus-activation .version>
161
160
<spring .version>6.1.6</spring .version>
162
161
</properties >
Original file line number Diff line number Diff line change 64
64
</build >
65
65
66
66
<properties >
67
- <collections-generic .version>4.01</collections-generic .version>
68
67
<unix4j .version>0.4</unix4j .version>
69
68
<grep4j .version>1.8.7</grep4j .version>
70
69
</properties >
Original file line number Diff line number Diff line change 140
140
<feign .version>11.8</feign .version>
141
141
<wsdl4j .version>1.6.3</wsdl4j .version>
142
142
<feign .form.spring.version>3.8.0</feign .form.spring.version>
143
- <spring .cloud.openfeign.version>3.1.2</spring .cloud.openfeign.version>
144
143
<wire .mock.version>2.33.2</wire .mock.version>
145
144
<jakarta .xml.bind.version>4.0.0</jakarta .xml.bind.version>
146
145
</properties >
Original file line number Diff line number Diff line change 35
35
</build >
36
36
37
37
<properties >
38
- <project .model.version>4.0.0</project .model.version>
39
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
39
<project .version>1.0</project .version>
41
40
<maven .compiler.source>21</maven .compiler.source>
Original file line number Diff line number Diff line change 90
90
<properties >
91
91
<maven .compiler.source>17</maven .compiler.source>
92
92
<maven .compiler.target>17</maven .compiler.target>
93
- <josdk .version>4.6.0</josdk .version>
94
93
<fabric8-client .version>6.9.2</fabric8-client .version>
95
94
<bouncycastle .version>1.77</bouncycastle .version>
96
95
<slf4j .version>2.0.9</slf4j .version>
Original file line number Diff line number Diff line change 46
46
47
47
<properties >
48
48
<hibernate-jpa-2 .1-api.version>1.0.0.Final</hibernate-jpa-2 .1-api.version>
49
- <delombok-maven-plugin .version>1.18.20.0</delombok-maven-plugin .version>
50
49
<annotations .version>23.0.0</annotations .version>
51
50
</properties >
52
51
Original file line number Diff line number Diff line change 63
63
<properties >
64
64
<java .version>17</java .version>
65
65
<conductor .client.version>2.0.8</conductor .client.version>
66
- <spring .webmvc.version>2.1.0</spring .webmvc.version>
67
66
<springdoc-openapi-webmvc-ui .version>2.5.0</springdoc-openapi-webmvc-ui .version>
68
67
</properties >
69
68
Original file line number Diff line number Diff line change 83
83
<hibernate .version>6.4.2.Final</hibernate .version>
84
84
<hibernate-types .version>2.21.1</hibernate-types .version>
85
85
<hibernate-validator .version>8.0.1.Final</hibernate-validator .version>
86
- <org .glassfish.javax.el.version>3.0.1-b11</org .glassfish.javax.el.version>
87
86
<money-api .version>1.1</money-api .version>
88
87
<moneta .version>1.4.2</moneta .version>
89
88
<jackson-module-jakarta-xmlbind-annotation >2.16.0</jackson-module-jakarta-xmlbind-annotation >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.mysql</groupId >
37
37
<artifactId >mysql-connector-j</artifactId >
38
+ <version >${mysql-connector-j.version} </version >
38
39
</dependency >
39
40
</dependencies >
40
41
Original file line number Diff line number Diff line change 41
41
<plugin >
42
42
<groupId >org.graalvm.buildtools</groupId >
43
43
<artifactId >native-maven-plugin</artifactId >
44
+ <version >${native.maven.plugin.version} </version >
44
45
<configuration >
45
46
<!-- Mockito is not supported -->
46
47
<skipNativeTests >true</skipNativeTests >
80
81
<plugin >
81
82
<groupId >org.graalvm.buildtools</groupId >
82
83
<artifactId >native-maven-plugin</artifactId >
84
+ <version >${native.maven.plugin.version} </version >
83
85
<executions >
84
86
<execution >
85
87
<id >build-native</id >
Original file line number Diff line number Diff line change 117
117
<jquery .version>3.1.1</jquery .version>
118
118
<bootstrap .version>3.3.7-1</bootstrap .version>
119
119
<subethasmtp .version>3.1.7</subethasmtp .version>
120
- <tomee-servlet-api .version>8.5.11</tomee-servlet-api .version>
121
120
</properties >
122
121
123
122
</project >
Original file line number Diff line number Diff line change 86
86
</build >
87
87
88
88
<properties >
89
- <ehcache .version>3.10.8</ehcache .version>
90
89
<start-class >com.baeldung.caching.boot.CacheApplication</start-class >
91
90
</properties >
92
91
Original file line number Diff line number Diff line change 226
226
<properties >
227
227
<!-- The main class to start by executing java -jar -->
228
228
<start-class >com.baeldung.graphql.DemoApplication</start-class >
229
- <tomee-servlet-api .version>8.5.11</tomee-servlet-api .version>
230
229
<togglz .version>4.4.0</togglz .version>
231
230
<rome .version>1.9.0</rome .version>
232
- <chaos .monkey.version>2.0.0</chaos .monkey.version>
233
- <graphql-spring-boot-starter .version>5.0.2</graphql-spring-boot-starter .version>
234
231
<graphql-java-tools .version>5.2.4</graphql-java-tools .version>
235
232
<git-commit-id-plugin .version>2.2.4</git-commit-id-plugin .version>
236
233
<modelmapper .version>3.2.0</modelmapper .version>
Original file line number Diff line number Diff line change 118
118
<testcontainers .version>1.19.7</testcontainers .version>
119
119
<testcontainers-keycloak .version>3.3.0</testcontainers-keycloak .version>
120
120
<testcontainers-redis-junit-jupiter .version>1.4.6</testcontainers-redis-junit-jupiter .version>
121
- <maven-jaxb2-plugin .version>0.15.3</maven-jaxb2-plugin .version>
122
121
<rest-assured .version>5.4.0</rest-assured .version>
123
122
</properties >
124
123
Original file line number Diff line number Diff line change 44
44
</dependency >
45
45
</dependencies >
46
46
47
- <properties >
48
- <spring-cloud-task-starter .version>2.2.3.RELEASE</spring-cloud-task-starter .version>
49
- </properties >
50
-
51
47
</project >
Original file line number Diff line number Diff line change 115
115
<properties >
116
116
<hibernate-validator .version>8.0.1.Final</hibernate-validator .version>
117
117
<redis .version>0.7.2</redis .version>
118
- <oauth2-oidc-sdk .version>9.19</oauth2-oidc-sdk .version>
119
118
<spring-cloud-dependencies .version>2022.0.4</spring-cloud-dependencies .version>
120
119
</properties >
121
120
Original file line number Diff line number Diff line change 191
191
<spring-cloud-dependencies .version>2023.0.0</spring-cloud-dependencies .version>
192
192
<hibernate-validator .version>8.0.1.Final</hibernate-validator .version>
193
193
<redis .version>0.7.2</redis .version>
194
- <oauth2-oidc-sdk .version>9.19</oauth2-oidc-sdk .version>
195
194
<junit-jupiter .version>5.10.2</junit-jupiter .version>
196
195
<jakarta .validation-api.version>3.0.2</jakarta .validation-api.version>
197
196
</properties >
Original file line number Diff line number Diff line change 143
143
<!-- util -->
144
144
<easymock .version>3.6</easymock .version>
145
145
<javassist .version>3.22.0-GA</javassist .version>
146
- <maven-war-plugin .version.version>3.2.2</maven-war-plugin .version.version>
147
146
<spring-retry .version>2.0.5</spring-retry .version>
148
147
<spring-boot .version>2.2.2.RELEASE</spring-boot .version>
149
148
</properties >
Original file line number Diff line number Diff line change 119
119
<properties >
120
120
<reactor-spring .version>1.0.1.RELEASE</reactor-spring .version>
121
121
<rxjava .version>2.1.12</rxjava .version>
122
- <johnzon .version>1.1.3</johnzon .version>
123
122
<jsonb-api .version>1.0</jsonb-api .version>
124
123
<geronimo-json_1 .1_spec.version>1.0</geronimo-json_1 .1_spec.version>
125
124
<reactor-test .version>3.1.6.RELEASE</reactor-test .version>
Original file line number Diff line number Diff line change 50
50
</dependencies >
51
51
52
52
<properties >
53
- <swagger2 .version>2.9.2</swagger2 .version>
54
53
<resilience4j .version>2.1.0</resilience4j .version>
55
54
<springdoc .version>1.7.0</springdoc .version>
56
55
<start-class >com.baeldung.Main</start-class >
Original file line number Diff line number Diff line change 272
272
<spring-oxm .version>6.1.4</spring-oxm .version>
273
273
<!-- Maven plugins -->
274
274
<cargo-maven2-plugin .version>1.6.0</cargo-maven2-plugin .version>
275
- <findbugs-maven-plugin .version>3.0.4</findbugs-maven-plugin .version>
276
275
<!-- okhttp -->
277
276
<com .squareup.okhttp3.version>4.12.0</com .squareup.okhttp3.version>
278
- <json .path.version>2.2.0</json .path.version>
279
277
<commons-fileupload .version>2.0.0-M1</commons-fileupload .version>
280
278
<rest-assured .version>5.4.0</rest-assured .version>
281
279
<jakarta .xml.bind-api.version>2.3.2</jakarta .xml.bind-api.version>
Original file line number Diff line number Diff line change 206
206
<xstream .version>1.4.20</xstream .version>
207
207
<!-- Maven plugins -->
208
208
<cargo-maven2-plugin .version>1.6.1</cargo-maven2-plugin .version>
209
- <findbugs-maven-plugin .version>3.0.4</findbugs-maven-plugin .version>
210
209
<!-- okhttp -->
211
210
<com .squareup.okhttp3.version>4.12.0</com .squareup.okhttp3.version>
212
211
</properties >
Original file line number Diff line number Diff line change 77
77
<downloadSources >true</downloadSources >
78
78
<downloadJavadocs >true</downloadJavadocs >
79
79
<mockito .version>5.3.1</mockito .version>
80
- <junit .jupiter.engine.version>5.9.3</junit .jupiter.engine.version>
81
- <thymeleaf .spring6.version>3.1.1.RELEASE</thymeleaf .spring6.version>
82
80
<spring .boot.starter.thymeleaf>3.1.1</spring .boot.starter.thymeleaf>
83
81
</properties >
84
82
</project >
Original file line number Diff line number Diff line change 70
70
<gatling .version>3.4.0</gatling .version>
71
71
<scala-maven-plugin .version>4.4.0</scala-maven-plugin .version>
72
72
<gatling-maven-plugin .version>3.1.0</gatling-maven-plugin .version>
73
- <jmeter .version>5.0</jmeter .version>
74
73
</properties >
75
74
76
75
</project >
Original file line number Diff line number Diff line change 63
63
</build >
64
64
65
65
<properties >
66
- <junit .platform.version>1.5.0</junit .platform.version>
67
66
<testcontainers .version>1.19.6</testcontainers .version>
68
67
<postgresql .version>42.2.6</postgresql .version>
69
68
<selenium-remote-driver .version>3.141.59</selenium-remote-driver .version>
Original file line number Diff line number Diff line change 134
134
135
135
<properties >
136
136
<compiler .jetty.version>6.1.16</compiler .jetty.version>
137
- <compiler .surefire.version>3.0.0-M5</compiler .surefire.version>
138
137
<tapestry .version>5.8.2</tapestry .version>
139
138
<servlet-api-release-version >2.5</servlet-api-release-version >
140
139
<testng-release-version >6.8.21</testng-release-version >
Original file line number Diff line number Diff line change 112
112
<httpclient .version>4.5.6</httpclient .version>
113
113
<httpmime .version>4.5.6</httpmime .version>
114
114
<httpcore .version>4.4.10</httpcore .version>
115
- <process-exec-maven-plugin .version>0.7</process-exec-maven-plugin .version>
116
115
<assembly .plugin.version>3.1.0</assembly .plugin.version>
117
116
</properties >
118
117
Original file line number Diff line number Diff line change 516
516
<properties >
517
517
<lifecycle .mapping.version>1.0.0</lifecycle .mapping.version>
518
518
<mvc .api.version>1.0-edr2</mvc .api.version>
519
- <java .min.version>1.8</java .min.version>
520
- <maven .min.version>3.0.0</maven .min.version>
521
519
<javaee_api .version>7.0</javaee_api .version>
522
520
<arquillian_core .version>1.1.11.Final</arquillian_core .version>
523
521
<wildfly-dist .version>31.0.1.Final</wildfly-dist .version>
You can’t perform that action at this time.
0 commit comments