Skip to content

Commit

Permalink
Merge pull request #3272 from jooby-project/dependabot/maven/org.webj…
Browse files Browse the repository at this point in the history
…ars.npm-vue-3.3.9

build(deps-dev): bump org.webjars.npm:vue from 3.3.7 to 3.3.9
  • Loading branch information
jknack authored Dec 4, 2023
2 parents 21ddffe + 526ada5 commit 18d65b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jooby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue</artifactId>
<version>3.3.7</version>
<version>3.3.9</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue</artifactId>
<version>3.3.7</version>
<version>3.3.9</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 18d65b7

Please sign in to comment.