Skip to content

Commit

Permalink
Bump the mvnpm group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the mvnpm group with 3 updates: [org.mvnpm:lit](https://github.com/lit/lit), [org.mvnpm:lit-element](https://github.com/lit/lit) and [org.mvnpm:lit-html](https://github.com/lit/lit).


Updates `org.mvnpm:lit` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/compare/lit@3.1.4...lit@3.2.0)

Updates `org.mvnpm:lit-element` from 4.0.6 to 4.1.0
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/compare/lit-element@4.0.6...lit-element@4.1.0)

Updates `org.mvnpm:lit-html` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/compare/lit@3.1.4...lit@3.2.0)

---
updated-dependencies:
- dependency-name: org.mvnpm:lit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:lit-element
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:lit-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 4d91a74 commit ca3bb30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
Expand Down Expand Up @@ -429,19 +429,19 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit-element</artifactId>
<version>4.0.6</version>
<version>4.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit-html</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ca3bb30

Please sign in to comment.