Skip to content

Commit

Permalink
Bump org.jboss.arquillian:arquillian-bom from 1.7.2.Final to 1.8.0.Fi…
Browse files Browse the repository at this point in the history
…nal (#1652)

* Bump org.jboss.arquillian:arquillian-bom from 1.7.2.Final to 1.8.0.Final

Bumps [org.jboss.arquillian:arquillian-bom](https://github.com/arquillian/arquillian-core) from 1.7.2.Final to 1.8.0.Final.
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](arquillian/arquillian-core@1.7.2.Final...1.8.0.Final)

---
updated-dependencies:
- dependency-name: org.jboss.arquillian:arquillian-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Replace Apache Commons ByteArrayOutputStream w/ JDK equivalent

Signed-off-by: Michael Edgar <[email protected]>

* Avoid uploading unnecessary files for Sonar analysis (build performance)

Signed-off-by: Michael Edgar <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Michael Edgar <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Edgar <[email protected]>
  • Loading branch information
dependabot[bot] and MikeEdgar authored Nov 20, 2023
1 parent 1f8b0a9 commit 56d606f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
!**/target/node/**/*
!**/target/**/*.jar
!**/target/**/*.war
!**/target/failsafe-reports/**/*
!**/target/surefire-reports/**/*
!**/target/maven-it/**/*
javadoc:
name: verify javadocs
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</modules>

<properties>
<version.org.jboss.arquillian>1.7.2.Final</version.org.jboss.arquillian>
<version.org.jboss.arquillian>1.8.0.Final</version.org.jboss.arquillian>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import static java.nio.charset.StandardCharsets.UTF_8;
import static java.util.Optional.ofNullable;

import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
Expand All @@ -21,7 +22,6 @@
import java.util.logging.Logger;
import java.util.stream.Stream;

import org.apache.commons.io.output.ByteArrayOutputStream;
import org.eclipse.microprofile.config.ConfigProvider;
import org.eclipse.microprofile.openapi.models.OpenAPI;
import org.jboss.arquillian.container.spi.client.deployment.DeploymentDescription;
Expand Down

0 comments on commit 56d606f

Please sign in to comment.