Skip to content

Commit

Permalink
Merge branch 'master' into fake
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
  • Loading branch information
velo committed Jul 25, 2024
2 parents 28824f0 + d147990 commit 037a6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/receive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
types: [opened, synchronize]
branches:
- main
- master

concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
Expand Down
2 changes: 1 addition & 1 deletion dropwizard-metrics5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.dropwizard.metrics5</groupId>
<artifactId>metrics-core</artifactId>
<version>5.0.0-rc20</version>
<version>5.0.0-rc21</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 037a6db

Please sign in to comment.