Skip to content

Commit

Permalink
Merge pull request #315 from quarkusio/dependabot/maven/mvnpm-a4830c4503
Browse files Browse the repository at this point in the history
Bump the mvnpm group with 3 updates
  • Loading branch information
marko-bekhta authored Aug 12, 2024
2 parents 6f7693a + 3d65adb commit 779401b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updates:
# any WEB component dependencies:
mvnpm:
patterns:
- "org.mvnpm:*"
- "org.mvnpm*:*"
ignore:
# Releases too often, it's annoying
- dependency-name: "org.assertj:*"
Expand Down
10 changes: 5 additions & 5 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 @@ -405,7 +405,7 @@
<dependency>
<groupId>org.mvnpm.at.lit-labs</groupId>
<artifactId>ssr-dom-shim</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -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 779401b

Please sign in to comment.