Skip to content

Commit

Permalink
update examples to 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Mar 7, 2024
1 parent 241224f commit 543f2b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wrapper {
description = 'Dropwizard guicey examples'

ext {
guiceyBom = '7.1.1'
guiceyBom = '7.1.2'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard-guicey.version>7.1.1</dropwizard-guicey.version>
<dropwizard-guicey.version>7.1.2</dropwizard-guicey.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions examples/maven-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dropwizard-guicey.version>7.1.1</dropwizard-guicey.version>
<dropwizard.version>4.0.5</dropwizard.version>
<dropwizard-guicey.version>7.1.2</dropwizard-guicey.version>
<dropwizard.version>4.0.6</dropwizard.version>
</properties>

<build>
Expand Down

0 comments on commit 543f2b4

Please sign in to comment.