File tree 4 files changed +12
-7
lines changed
maven-resolver-named-locks-hazelcast
maven-resolver-named-locks-redisson
maven-resolver-transport-http
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >com.hazelcast</groupId >
52
52
<artifactId >hazelcast</artifactId >
53
- <version >5.3.2 </version >
53
+ <version >5.3.7 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >javax.inject</groupId >
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.redisson</groupId >
52
52
<artifactId >redisson</artifactId >
53
- <version >3.23.4 </version >
53
+ <version >3.28.0 </version >
54
54
<exclusions >
55
55
<exclusion >
56
56
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 34
34
<properties >
35
35
<Automatic-Module-Name >org.apache.maven.resolver.transport.http</Automatic-Module-Name >
36
36
<Bundle-SymbolicName >${Automatic-Module-Name} </Bundle-SymbolicName >
37
- <jettyVersion >9.4.52.v20230823 </jettyVersion >
37
+ <jettyVersion >9.4.54.v20240208 </jettyVersion >
38
38
</properties >
39
39
40
40
<dependencies >
75
75
<dependency >
76
76
<groupId >commons-codec</groupId >
77
77
<artifactId >commons-codec</artifactId >
78
- <version >1.16.0 </version >
78
+ <version >1.16.1 </version >
79
79
<scope >runtime</scope >
80
80
</dependency >
81
81
<dependency >
Original file line number Diff line number Diff line change 89
89
<failsafe .redirectTestOutputToFile>${surefire.redirectTestOutputToFile} </failsafe .redirectTestOutputToFile>
90
90
<maven .site.path>resolver-archives/resolver-LATEST</maven .site.path>
91
91
<checkstyle .violation.ignore>None</checkstyle .violation.ignore>
92
- <sisuVersion >0.3.5 </sisuVersion >
93
- <guiceVersion >5.1 .0</guiceVersion >
92
+ <sisuVersion >0.9.0.M2 </sisuVersion >
93
+ <guiceVersion >6.0 .0</guiceVersion >
94
94
<slf4jVersion >1.7.36</slf4jVersion >
95
95
<!-- used by supplier and demo only -->
96
- <mavenVersion >3.9.4 </mavenVersion >
96
+ <mavenVersion >3.9.6 </mavenVersion >
97
97
<minimalMavenBuildVersion >[3.8.7,)</minimalMavenBuildVersion >
98
98
<minimalJavaBuildVersion >[1.8.0-362,)</minimalJavaBuildVersion >
99
99
<project .build.outputTimestamp>2023-11-22T15:56:07Z</project .build.outputTimestamp>
227
227
<artifactId >guice</artifactId >
228
228
<version >${guiceVersion} </version >
229
229
</dependency >
230
+ <dependency >
231
+ <groupId >com.google.guava</groupId >
232
+ <artifactId >guava</artifactId >
233
+ <version >33.1.0-jre</version >
234
+ </dependency >
230
235
231
236
<dependency >
232
237
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments