Skip to content

Commit

Permalink
deps: update dependency com.mycila:license-maven-plugin to v4.3 (#620)
Browse files Browse the repository at this point in the history
* deps: update dependency com.mycila:license-maven-plugin to v4.3

* build: fix owlbot.py missing comma

---------

Co-authored-by: BenWhitehead <[email protected]>
  • Loading branch information
renovate-bot and BenWhitehead authored Sep 27, 2023
1 parent 4676281 commit 12a0b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
".github/workflows/samples.yaml",
".github/workflows/auto-release.yaml",
".kokoro/requirements.in",
".kokoro/requirements.txt"
".kokoro/requirements.txt",
"samples/*",
"README.md",
]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
<version>4.3</version>
<executions>
<execution>
<id>license-main</id>
Expand Down

0 comments on commit 12a0b2f

Please sign in to comment.