File tree 10 files changed +79
-18
lines changed 10 files changed +79
-18
lines changed Original file line number Diff line number Diff line change 179
179
<dependency >
180
180
<groupId >org.jetbrains.kotlinx</groupId >
181
181
<artifactId >kotlinx-coroutines-core-jvm</artifactId >
182
- <version >1.4.3 </version >
182
+ <version >1.6.0 </version >
183
183
<exclusions >
184
184
<exclusion >
185
185
<groupId >org.jetbrains.kotlin</groupId >
Original file line number Diff line number Diff line change 144
144
<dependency >
145
145
<groupId >org.projectlombok</groupId >
146
146
<artifactId >lombok</artifactId >
147
- <version >1.18.20 </version >
147
+ <version >1.18.22 </version >
148
148
<scope >provided</scope >
149
149
</dependency >
150
150
151
151
<dependency >
152
152
<groupId >org.slf4j</groupId >
153
153
<artifactId >slf4j-api</artifactId >
154
- <version >1.7.32 </version >
154
+ <version >1.7.33 </version >
155
155
<scope >provided</scope >
156
156
</dependency >
157
157
Original file line number Diff line number Diff line change 72
72
</scm >
73
73
74
74
<properties >
75
- <scala .version>2.12.13 </scala .version>
76
- <akka .version>2.6.6 </akka .version>
75
+ <scala .version>2.12.15 </scala .version>
76
+ <akka .version>2.6.18 </akka .version>
77
77
</properties >
78
78
79
79
<build >
164
164
<dependency >
165
165
<groupId >org.scala-lang.modules</groupId >
166
166
<artifactId >scala-collection-compat_2.12</artifactId >
167
- <version >2.4.2 </version >
167
+ <version >2.6.0 </version >
168
168
<exclusions >
169
169
<exclusion >
170
170
<groupId >org.scala-lang</groupId >
220
220
<dependency >
221
221
<groupId >org.scalatest</groupId >
222
222
<artifactId >scalatest_2.12</artifactId >
223
- <version >3.2.0 </version >
223
+ <version >3.2.11 </version >
224
224
<scope >test</scope >
225
225
<exclusions >
226
226
<exclusion >
Original file line number Diff line number Diff line change 73
73
74
74
<properties >
75
75
<scoverage-maven-plugin .version>1.4.1</scoverage-maven-plugin .version>
76
- <scala .version>2.13.5 </scala .version>
77
- <akka .version>2.6.6 </akka .version>
76
+ <scala .version>2.13.8 </scala .version>
77
+ <akka .version>2.6.18 </akka .version>
78
78
</properties >
79
79
80
80
<build >
250
250
<dependency >
251
251
<groupId >org.scalatest</groupId >
252
252
<artifactId >scalatest_2.13</artifactId >
253
- <version >3.2.0 </version >
253
+ <version >3.2.11 </version >
254
254
<scope >test</scope >
255
255
<exclusions >
256
256
<exclusion >
Original file line number Diff line number Diff line change 78
78
</execution >
79
79
</executions >
80
80
</plugin >
81
+ <plugin >
82
+ <groupId >com.mycila</groupId >
83
+ <artifactId >license-maven-plugin</artifactId >
84
+ <configuration >
85
+ <header >../../scripts/license_header.txt</header >
86
+ </configuration >
87
+ </plugin >
88
+ <plugin >
89
+ <groupId >org.codehaus.mojo</groupId >
90
+ <artifactId >versions-maven-plugin</artifactId >
91
+ <configuration >
92
+ <rulesUri >file://${project.basedir} /../../scripts/maven-version-rules.xml</rulesUri >
93
+ </configuration >
94
+ </plugin >
81
95
</plugins >
82
96
</build >
83
97
Original file line number Diff line number Diff line change 74
74
</execution >
75
75
</executions >
76
76
</plugin >
77
+ <plugin >
78
+ <groupId >com.mycila</groupId >
79
+ <artifactId >license-maven-plugin</artifactId >
80
+ <configuration >
81
+ <header >../../scripts/license_header.txt</header >
82
+ </configuration >
83
+ </plugin >
84
+ <plugin >
85
+ <groupId >org.codehaus.mojo</groupId >
86
+ <artifactId >versions-maven-plugin</artifactId >
87
+ <configuration >
88
+ <rulesUri >file://${project.basedir} /../../scripts/maven-version-rules.xml</rulesUri >
89
+ </configuration >
90
+ </plugin >
77
91
</plugins >
78
92
</build >
79
93
</project >
Original file line number Diff line number Diff line change 54
54
<aggregateFeatures >true</aggregateFeatures >
55
55
</configuration >
56
56
</plugin >
57
+ <plugin >
58
+ <groupId >com.mycila</groupId >
59
+ <artifactId >license-maven-plugin</artifactId >
60
+ <configuration >
61
+ <header >../../scripts/license_header.txt</header >
62
+ </configuration >
63
+ </plugin >
64
+ <plugin >
65
+ <groupId >org.codehaus.mojo</groupId >
66
+ <artifactId >versions-maven-plugin</artifactId >
67
+ <configuration >
68
+ <rulesUri >file://${project.basedir} /../../scripts/maven-version-rules.xml</rulesUri >
69
+ </configuration >
70
+ </plugin >
57
71
</plugins >
58
72
</build >
59
73
Original file line number Diff line number Diff line change 70
70
<tag >HEAD</tag >
71
71
</scm >
72
72
73
+ <build >
74
+ <plugins >
75
+ <plugin >
76
+ <groupId >com.mycila</groupId >
77
+ <artifactId >license-maven-plugin</artifactId >
78
+ <configuration >
79
+ <header >../scripts/license_header.txt</header >
80
+ </configuration >
81
+ </plugin >
82
+ <plugin >
83
+ <groupId >org.codehaus.mojo</groupId >
84
+ <artifactId >versions-maven-plugin</artifactId >
85
+ <configuration >
86
+ <rulesUri >file://${project.basedir} /../scripts/maven-version-rules.xml</rulesUri >
87
+ </configuration >
88
+ </plugin >
89
+ </plugins >
90
+ </build >
91
+
73
92
<dependencies >
74
93
<dependency >
75
94
<groupId >org.apache.karaf.features</groupId >
Original file line number Diff line number Diff line change 123
123
124
124
<kotlin .version>1.6.10</kotlin .version>
125
125
<karaf .version>4.2.11</karaf .version>
126
- <junit-jupiter .version>5.7 .2</junit-jupiter .version>
126
+ <junit-jupiter .version>5.8 .2</junit-jupiter .version>
127
127
</properties >
128
128
129
129
<dependencies >
602
602
<dependency >
603
603
<groupId >org.junit.platform</groupId >
604
604
<artifactId >junit-platform-runner</artifactId >
605
- <version >1.7 .2</version >
605
+ <version >1.8 .2</version >
606
606
</dependency >
607
607
608
608
<dependency >
614
614
<dependency >
615
615
<groupId >org.mockito</groupId >
616
616
<artifactId >mockito-core</artifactId >
617
- <version >3.12.4 </version >
617
+ <version >4.3.1 </version >
618
618
</dependency >
619
619
620
620
<dependency >
621
621
<groupId >org.mockito</groupId >
622
622
<artifactId >mockito-junit-jupiter</artifactId >
623
- <version >3.11.2 </version >
623
+ <version >4.3.1 </version >
624
624
</dependency >
625
625
626
626
<dependency >
Original file line number Diff line number Diff line change 72
72
</scm >
73
73
74
74
<properties >
75
- <micrometer .version>1.7.0 </micrometer .version>
76
- <spring-boot .version>2.4.6 </spring-boot .version>
77
- <spring .version>5.3.7 </spring .version>
78
- <mockito .version>2.25 .1</mockito .version>
75
+ <micrometer .version>1.8.2 </micrometer .version>
76
+ <spring-boot .version>2.6.3 </spring-boot .version>
77
+ <spring .version>5.3.15 </spring .version>
78
+ <mockito .version>4.3 .1</mockito .version>
79
79
</properties >
80
80
81
81
<build >
You can’t perform that action at this time.
0 commit comments