Skip to content

Commit 98238e0

Browse files
Bump com.google.inject:guice from 4.2.3 to 7.0.0
Bumps [com.google.inject:guice](https://github.com/google/guice) from 4.2.3 to 7.0.0. - [Release notes](https://github.com/google/guice/releases) - [Commits](google/guice@4.2.3...7.0.0) --- updated-dependencies: - dependency-name: com.google.inject:guice dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6861dfa commit 98238e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

neo4j-gremlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959
<dependency>
6060
<groupId>com.google.inject</groupId>
6161
<artifactId>guice</artifactId>
62-
<version>4.2.3</version>
62+
<version>7.0.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ limitations under the License.
170170
don't think we need guice 7 at the moment - the only difference with 6 is that
171171
it supports the jakarta.inject namespace which tinkerpop doesn't fuss with
172172
-->
173-
<guice.version>6.0.0</guice.version>
173+
<guice.version>7.0.0</guice.version>
174174
<hadoop.version>3.4.2</hadoop.version>
175175
<hamcrest.version>3.0</hamcrest.version>
176176
<java.tuples.version>1.2</java.tuples.version>

0 commit comments

Comments
 (0)