Skip to content

Commit

Permalink
chore(deps): bump sundrio.version from 0.101.2 to 0.101.3
Browse files Browse the repository at this point in the history
sundrio/sundrio#438
Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa committed Nov 2, 2023
1 parent 7f9cbe1 commit 8d9543f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import io.fabric8.kubernetes.api.model.ContainerBuilder;
import io.fabric8.kubernetes.api.model.KubernetesListBuilder;
import io.fabric8.kubernetes.api.model.apps.DeploymentBuilder;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.util.concurrent.atomic.AtomicInteger;
Expand All @@ -29,7 +28,6 @@
class VisitorTest {

@Test
@Disabled("https://github.com/sundrio/sundrio/issues/438")
void visitorShouldVisitOnlyOnce() {
// Given
final AtomicInteger counter = new AtomicInteger();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Core versions -->
<sundrio.version>0.101.2</sundrio.version>
<sundrio.version>0.101.3</sundrio.version>
<okhttp.version>3.12.12</okhttp.version>
<okhttp.bundle.version>3.12.1_1</okhttp.bundle.version>
<okio.version>1.15.0</okio.version>
Expand Down

0 comments on commit 8d9543f

Please sign in to comment.