Skip to content

Commit

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

build(deps-dev): bump org.webjars.npm:vue from 3.3.11 to 3.4.15
  • Loading branch information
jknack authored Feb 11, 2024
2 parents 897d849 + 944cc36 commit 94af6cf
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.11</version>
<version>3.4.15</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.11</version>
<version>3.4.15</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 94af6cf

Please sign in to comment.