File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 91
91
<properties >
92
92
<maven .compiler.source>11</maven .compiler.source>
93
93
<maven .compiler.target>11</maven .compiler.target>
94
- <spotless .version>2.30 .0</spotless .version>
94
+ <spotless .version>2.43 .0</spotless .version>
95
95
</properties >
96
96
97
97
<dependencyManagement >
106
106
<dependency >
107
107
<groupId >io.netty</groupId >
108
108
<artifactId >netty-bom</artifactId >
109
- <version >4.1.106 .Final</version >
109
+ <version >4.1.107 .Final</version >
110
110
<type >pom</type >
111
111
<scope >import</scope >
112
112
</dependency >
117
117
<dependency >
118
118
<groupId >org.slf4j</groupId >
119
119
<artifactId >slf4j-api</artifactId >
120
- <version >2.0.11 </version >
120
+ <version >2.0.12 </version >
121
121
</dependency >
122
122
<dependency >
123
123
<groupId >org.asynchttpclient</groupId >
152
152
<dependency >
153
153
<groupId >org.slf4j</groupId >
154
154
<artifactId >slf4j-simple</artifactId >
155
- <version >2.0.11 </version >
155
+ <version >2.0.12 </version >
156
156
<scope >test</scope >
157
157
</dependency >
158
158
<dependency >
165
165
<groupId >org.assertj</groupId >
166
166
<artifactId >assertj-core</artifactId >
167
167
<!-- use 2.9.0 for Java 7 projects -->
168
- <version >3.25.2 </version >
168
+ <version >3.25.3 </version >
169
169
<scope >test</scope >
170
170
</dependency >
171
171
<dependency >
You can’t perform that action at this time.
0 commit comments