Skip to content

Commit

Permalink
[SERV-987] Further updated versions to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Dec 7, 2023
1 parent 7683386 commit 712cde1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<freelib.utils.version>3.3.0</freelib.utils.version>
<cidr.ip.version>1.0.1</cidr.ip.version>
<commons.codec.version>1.15</commons.codec.version>
<vertx.version>4.4.4</vertx.version>
<vertx.version>4.4.6</vertx.version>

<!-- Build plugin versions -->
<clean.plugin.version>3.1.0</clean.plugin.version>
Expand Down Expand Up @@ -886,7 +886,7 @@
<parent>
<artifactId>freelib-parent</artifactId>
<groupId>info.freelibrary</groupId>
<version>8.0.4</version>
<version>8.0.5</version>
</parent>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public enum AccessTokenError {
* The request comes from an invalid origin.
*/

invalidOrigin,
invalidOrigin,

/**
/**
* The requested operation is currently unavailable.
*/
unavailable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* Tests {@link AccessTokenHandler#handle}.
*/
public final class AccessTokenHandlerIT extends AbstractAccessTokenHandlerIT {

/**
* A constant for a semicolon.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ public void testImportItemsScript(final Vertx aVertx, final VertxTestContext aCo
}

/**
* Tests that the given visibility is a valid access mode.
*
* Tests that the given visibility is a valid access mode.
*
* @param aVisibility A Visibility field value
* @return A Future that succeeds if there is a mapping from the provided visibility to an access mode, else fails
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public final void testInvalidateExpiredSinaiCookie(final Vertx aVertx, final Ver

/**
* Helper methond logger.
*
*
* @return The logger
*/
protected Logger getLogger() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ final void testSetItemsInvalidItem(final VertxTestContext aContext) {

/**
* Helper methond logger.
*
*
* @return The logger
*/
protected Logger getLogger() {
Expand Down

0 comments on commit 712cde1

Please sign in to comment.