Skip to content

Commit

Permalink
Bump com.google.inject.extensions:guice-servlet from 3.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps com.google.inject.extensions:guice-servlet from 3.0 to 7.0.0.

---
updated-dependencies:
- dependency-name: com.google.inject.extensions:guice-servlet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent 57eca68 commit e11d75a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions org.eclipse.sisu.inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<artifactItem>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>3.0</version>
<version>7.0.0</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/guice3</outputDirectory>
Expand Down Expand Up @@ -202,7 +202,7 @@
<artifactItem>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>4.2.3</version>
<version>7.0.0</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/guice4</outputDirectory>
Expand Down Expand Up @@ -245,7 +245,7 @@
<artifactItem>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>5.1.0</version>
<version>7.0.0</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/guice5</outputDirectory>
Expand Down Expand Up @@ -293,7 +293,7 @@
<artifactItem>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>6.0.0</version>
<version>7.0.0</version>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/guice6</outputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>4.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e11d75a

Please sign in to comment.