Skip to content

Commit

Permalink
chore(deps): remove org.wildfly.common:wildfly-common (#2125)
Browse files Browse the repository at this point in the history
* chore(deps): bump org.wildfly.common:wildfly-common

Bumps [org.wildfly.common:wildfly-common](https://github.com/wildfly/wildfly-common) from 1.6.0.Final to 1.7.0.Final.
- [Commits](wildfly/wildfly-common@1.6.0.Final...1.7.0.Final)

---
updated-dependencies:
- dependency-name: org.wildfly.common:wildfly-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* deps: remove `wildfly` dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bossenti <[email protected]>
  • Loading branch information
dependabot[bot] and bossenti authored Nov 5, 2023
1 parent f94ec1a commit ab609ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
<spring-security.version>6.1.1</spring-security.version>
<swagger.version>2.2.7</swagger.version>
<type-parser.version>0.8.1</type-parser.version>
<wildfly-common.version>1.6.0.Final</wildfly-common.version>
<hawtbuf.version>1.11</hawtbuf.version>
<netty-tc-native.version>2.0.52.Final</netty-tc-native.version>
<!-- Geo dependencies -->
Expand Down Expand Up @@ -850,11 +849,6 @@
<artifactId>spring-boot-starter-actuator</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
<version>${wildfly-common.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
Expand Down

0 comments on commit ab609ff

Please sign in to comment.