Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent b2dff87 commit e5974e8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 25 deletions.
9 changes: 3 additions & 6 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-paginate": "^8.2.0",
"react-scripts": "5.0.1",
"reactstrap": "^8.10.1",
"scheduler": "^0.23.0",
"scheduler": "^0.25.0",
"use-context-selector": "^1.4.1"
},
"devDependencies": {
Expand Down
36 changes: 18 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand All @@ -102,12 +102,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-client</artifactId>
<version>9.3.2</version>
<version>9.4.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -117,7 +117,7 @@
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>7.3</version>
<version>7.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -127,19 +127,19 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -155,7 +155,7 @@
<dependency>
<groupId>org.passay</groupId>
<artifactId>passay</artifactId>
<version>1.6.5</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down Expand Up @@ -257,7 +257,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-table</artifactId>
<version>1.21.2</version>
<version>1.23.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -269,7 +269,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>es-module-shims</artifactId>
<version>1.5.10</version>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -281,13 +281,13 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>fontsource__source-sans-pro</artifactId>
<version>4.2.2</version>
<version>4.5.11</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>linkifyjs</artifactId>
<version>4.0.0-beta.6</version>
<version>4.1.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -389,7 +389,7 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.24</version>
<version>2.25</version>
<executions>
<execution>
<goals>
Expand All @@ -401,7 +401,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.2</version>
<version>4.8.6.6</version>
<dependencies>
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
<dependency>
Expand All @@ -428,7 +428,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -457,7 +457,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -566,7 +566,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
<configuration>
<installDirectory>client/bin</installDirectory>
<workingDirectory>client</workingDirectory>
Expand Down Expand Up @@ -672,7 +672,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit e5974e8

Please sign in to comment.