Skip to content

Commit

Permalink
Bump dropwizard.version from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps `dropwizard.version` from 2.1.0 to 2.1.1.

Updates `dropwizard-core` from 2.1.0 to 2.1.1

Updates `dropwizard-auth` from 2.1.0 to 2.1.1

Updates `dropwizard-testing` from 2.1.0 to 2.1.1

---
updated-dependencies:
- dependency-name: io.dropwizard:dropwizard-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-testing
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2022
1 parent 4bfc02f commit 3cc4902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard.version>2.1.0</dropwizard.version>
<dropwizard.version>2.1.1</dropwizard.version>
<jjwt.version>0.11.5</jjwt.version>
<enforcer.fail>false</enforcer.fail>
</properties>
Expand Down

0 comments on commit 3cc4902

Please sign in to comment.