Skip to content

Commit

Permalink
Bump org.mvnpm:lit from 3.1.2 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [org.mvnpm:lit](https://github.com/lit/lit) from 3.1.2 to 3.1.3.
- [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.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent fe57c36 commit a2278fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/chatbot-easy-rag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/chatbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/csv-chatbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a2278fb

Please sign in to comment.