Skip to content

Commit

Permalink
chore(deps): remove org.immutables (#2015)
Browse files Browse the repository at this point in the history
* chore(deps): bump org.immutables:value from 2.9.3 to 2.10.0

Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.9.3 to 2.10.0.
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](immutables/immutables@2.9.3...2.10.0)

---
updated-dependencies:
- dependency-name: org.immutables:value
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* deps: remove immutables library

---------

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 Oct 13, 2023
1 parent 905ebd3 commit 747fd46
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 @@ -59,7 +59,6 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.9</httpcore.version>
<httpcore-osgi.version>4.4.9</httpcore-osgi.version>
<immutable-value.version>2.9.3</immutable-value.version>
<influxdb.version>2.23</influxdb.version>
<j2html.version>1.6.0</j2html.version>
<jackson.version>2.15.0</jackson.version>
Expand Down Expand Up @@ -1314,11 +1313,6 @@
<artifactId>jna</artifactId>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>${immutable-value.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
Expand Down

0 comments on commit 747fd46

Please sign in to comment.