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 Jan 16, 2025
1 parent 3db15c0 commit d421a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<versionName>${project.version} manually built by ${user.name} at ${maven.build.timestamp}</versionName>

<!-- versions are referenced in application-webjars.yml -->
<version.webjar-bootstrap>4.6.0</version.webjar-bootstrap>
<version.webjar-bootstrap>4.6.2</version.webjar-bootstrap>
<version.webjar-html5shiv>3.7.3-1</version.webjar-html5shiv>
<version.webjar-ie10-viewport-bug-workaround>1.0.3</version.webjar-ie10-viewport-bug-workaround>
<version.webjar-jquery>3.7.1</version.webjar-jquery>
Expand Down Expand Up @@ -117,12 +117,12 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.8.6</version>
<version>4.9.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
Expand Down Expand Up @@ -387,7 +387,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.6</version>
<version>4.9.0</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit d421a34

Please sign in to comment.