Skip to content

Commit 3aee0b2

Browse files
authored
Update Objectify version in test (#3598)
1 parent 8bdeb31 commit 3aee0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/model/CloudLibrariesInPluginXmlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public void testObjectifyLibraryConfig() throws URISyntaxException {
168168
assertThat(objectifyMavenCoordinates.getArtifactId(), is("objectify"));
169169
DefaultArtifactVersion artifactVersion = new DefaultArtifactVersion(
170170
objectifyMavenCoordinates.getVersion());
171-
assertEquals(new DefaultArtifactVersion("6.0.5"), artifactVersion);
171+
assertEquals(new DefaultArtifactVersion("6.0.6"), artifactVersion);
172172
assertThat(objectifyMavenCoordinates.getType(), is("jar"));
173173
assertNull(objectifyMavenCoordinates.getClassifier());
174174

0 commit comments

Comments
 (0)