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 <[email protected]>
  • Loading branch information
manusa committed Nov 2, 2023
1 parent 7f9cbe1 commit 10c9eaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion java-generator/it/src/it/cert-manager/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
# limitations under the License.
#

invoker.goals.1=package
#invoker.goals.1=package
#disabled, TODO reenable after https://github.com/fabric8io/kubernetes-client/issues/5564
invoker.goals.1=clean
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 10c9eaf

Please sign in to comment.