Skip to content

Commit

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


Updates `org.mvnpm:lit-element` from 4.1.0 to 4.1.1
- [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/[email protected]@4.1.1)

Updates `org.mvnpm:lit-html` from 3.2.0 to 3.2.1
- [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/[email protected]@3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 7436b3b commit 3a49647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,13 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit-element</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit-html</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3a49647

Please sign in to comment.