Skip to content

Commit

Permalink
Updating dependencies based on outstanding dependabot PR's (#732)
Browse files Browse the repository at this point in the history
* Updating dependencies based on outstanding dependabot PR's

* Adding dependabot.yml file to PR to target the development branch
  • Loading branch information
seanmcilvenna committed Mar 20, 2024
1 parent 193fbe1 commit caaf0e3
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 93 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>7.9</version>
<version>9.37.2</version>
<scope>compile</scope>
</dependency>

Expand Down
17 changes: 17 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
target-branch: "development"
labels:
- "mvn dependencies"

- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "weekly"
target-branch: "development"
labels:
- "npm dependencies"
Loading

0 comments on commit caaf0e3

Please sign in to comment.