File tree 3 files changed +6
-2
lines changed
src/main/java/com/github/containersolutions/operator/sample
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >io.fabric8</groupId >
48
48
<artifactId >openshift-client</artifactId >
49
- <version >4.10.1 </version >
49
+ <version >4.10.2 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 46
46
<artifactId >mysql-connector-java</artifactId >
47
47
<version >8.0.18</version >
48
48
</dependency >
49
+ <dependency >
50
+ <groupId >org.apache.commons</groupId >
51
+ <artifactId >commons-lang3</artifactId >
52
+ </dependency >
49
53
</dependencies >
50
54
51
55
<build >
Original file line number Diff line number Diff line change 5
5
import io .fabric8 .kubernetes .api .model .Secret ;
6
6
import io .fabric8 .kubernetes .api .model .SecretBuilder ;
7
7
import io .fabric8 .kubernetes .client .KubernetesClient ;
8
- import org .apache .commons .lang .RandomStringUtils ;
8
+ import org .apache .commons .lang3 .RandomStringUtils ;
9
9
import org .slf4j .Logger ;
10
10
import org .slf4j .LoggerFactory ;
11
11
You can’t perform that action at this time.
0 commit comments