Skip to content

Commit b410c65

Browse files
metacosmcsviri
andauthored
chore: update to Fabric8 client 6.5.1 (#1813)
Co-authored-by: Attila Mészáros <[email protected]>
1 parent 7239c5a commit b410c65

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/InformerRelatedBehaviorITS.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ private void assertInformerNotWatchingForAdditionalNamespace(Operator operator)
160160
}
161161

162162

163+
// this will be investigated separately under the issue below, it's not crucial functional wise,
164+
// it is rather "something working why it should", not other way around; but it's not a
165+
// showstopper
166+
// https://github.com/java-operator-sdk/java-operator-sdk/issues/1835
167+
@Disabled
163168
@Test
164169
void resilientForLoosingPermissionForCustomResource() {
165170
setFullResourcesAccess();

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4444

4545
<junit.version>5.9.1</junit.version>
46-
<fabric8-client.version>6.4.1</fabric8-client.version>
46+
<fabric8-client.version>6.5.1</fabric8-client.version>
4747
<slf4j.version>1.7.36</slf4j.version>
4848
<log4j.version>2.19.0</log4j.version>
4949
<mokito.version>5.2.0</mokito.version>
@@ -54,6 +54,9 @@
5454
<awaitility.version>4.2.0</awaitility.version>
5555
<spring-boot.version>2.7.3</spring-boot.version>
5656
<micrometer-core.version>1.10.5</micrometer-core.version>
57+
<okhttp.version>4.10.0</okhttp.version>
58+
<caffeine.version>3.1.3</caffeine.version>
59+
<jenvtest.version>0.4.3</jenvtest.version>
5760

5861
<fmt-maven-plugin.version>2.11</fmt-maven-plugin.version>
5962
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
@@ -71,9 +74,6 @@
7174
<formatter-maven-plugin.version>2.22.0</formatter-maven-plugin.version>
7275
<directory-maven-plugin.version>1.0</directory-maven-plugin.version>
7376
<impsort-maven-plugin.version>1.8.0</impsort-maven-plugin.version>
74-
<okhttp.version>4.10.0</okhttp.version>
75-
<caffeine.version>3.1.3</caffeine.version>
76-
<jenvtest.version>0.4.0</jenvtest.version>
7777
</properties>
7878

7979
<modules>

0 commit comments

Comments
 (0)