Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent f6b78ea commit a8d720f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<commons.io.version>2.18.0</commons.io.version>
<commons.lang.version>2.6</commons.lang.version>
<assertj-core.version>3.26.3</assertj-core.version>
<junit.version>5.11.3</junit.version>
<logback.version>1.5.12</logback.version>
<junit.version>5.11.4</junit.version>
<logback.version>1.5.14</logback.version>
<slf4j.version>2.0.16</slf4j.version>
<maven.project.version>2.2.1</maven.project.version>
<mockito.version>5.14.2</mockito.version>
Expand All @@ -100,7 +100,7 @@
<sonar.api.version>10.14.0.2599</sonar.api.version>
<sonar.orchestrator.version>5.1.0.2254</sonar.orchestrator.version>
<sonar-analyzer-commons.version>2.16.0.3141</sonar-analyzer-commons.version>
<sonarlint-core.version>10.11.0.79687</sonarlint-core.version>
<sonarlint-core.version>10.12.1.79852</sonarlint-core.version>
<sslr.version>1.24.0.633</sslr.version>
<protobuf.version>4.29.0</protobuf.version>
<woodstox.version>6.2.7</woodstox.version>
Expand Down Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.0-jre</version>
</dependency>

<!-- test dependencies -->
Expand Down Expand Up @@ -227,7 +227,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<version>1.11.3</version>
<version>1.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a8d720f

Please sign in to comment.