Skip to content

Commit ac08a7f

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 8b5ef0a commit ac08a7f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

hadoop-gremlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ limitations under the License.
185185
<dependency>
186186
<groupId>com.google.inject</groupId>
187187
<artifactId>guice</artifactId>
188-
<version>4.2.3</version>
188+
<version>7.0.0</version>
189189
<scope>test</scope>
190190
<exclusions>
191191
<exclusion>

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
@@ -161,7 +161,7 @@ limitations under the License.
161161
<cucumber.version>7.21.1</cucumber.version>
162162
<exp4j.version>0.4.8</exp4j.version>
163163
<groovy.version>4.0.25</groovy.version>
164-
<guice.version>4.2.3</guice.version>
164+
<guice.version>7.0.0</guice.version>
165165
<hadoop.version>3.4.1</hadoop.version>
166166
<hamcrest.version>3.0</hamcrest.version>
167167
<java.tuples.version>1.2</java.tuples.version>

spark-gremlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ limitations under the License.
294294
<dependency>
295295
<groupId>com.google.inject</groupId>
296296
<artifactId>guice</artifactId>
297-
<version>4.2.3</version>
297+
<version>7.0.0</version>
298298
<scope>test</scope>
299299
<exclusions>
300300
<exclusion>

tinkergraph-gremlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
<dependency>
3939
<groupId>com.google.inject</groupId>
4040
<artifactId>guice</artifactId>
41-
<version>4.2.3</version>
41+
<version>7.0.0</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>

0 commit comments

Comments
 (0)