Skip to content

Commit

Permalink
fix(deps): bump the prod-deps group across 1 directory with 3 updates (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 8ef9a69 commit 4982d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -59,7 +59,7 @@
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<checkstyle.version>10.20.1</checkstyle.version>
<checkstyle.version>10.21.0</checkstyle.version>
</properties>

<dependencies>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/org/folio/search/model/service/ResultList.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public class ResultList<T> {
/**
* Paged result data.
*/
@JsonAlias({"classificationTypes", "identifierTypes", "alternativeTitleTypes", "callNumberTypes", "locations",
"loccamps", "loclibs", "locinsts"})
private List<T> result = Collections.emptyList();

// The `key` is required per contract
Expand Down

0 comments on commit 4982d9f

Please sign in to comment.