Skip to content

Commit

Permalink
Bump versions missed by other tools (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 29, 2023
1 parent 5f38ba5 commit 7a53ebf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.3.1</version>
<version>9.0.1</version>
<configuration>
<failBuildOnCVSS>9</failBuildOnCVSS>
<suppressionFiles>
Expand Down Expand Up @@ -95,8 +95,8 @@

<!-- dependencies and plugins -->
<jackson-bom.version>2.15.2</jackson-bom.version>
<netty.version>4.1.94.Final</netty.version>
<rocksdbjni.version>8.6.7</rocksdbjni.version>
<netty.version>4.1.101.Final</netty.version>
<rocksdbjni.version>8.8.1</rocksdbjni.version>
<rsocket.version>1.1.4</rsocket.version>
<itf-maven.version>0.12.0</itf-maven.version>
<maven-dependencies.version>3.9.5</maven-dependencies.version>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.3</version>
<version>5.10.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -522,7 +522,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
<version>4.3</version>
<configuration>
<defaultProperties>
<project.inceptionYear>2020</project.inceptionYear>
Expand All @@ -546,7 +546,7 @@
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-git</artifactId>
<!-- make sure you use the same version as license-maven-plugin -->
<version>4.2</version>
<version>4.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 7a53ebf

Please sign in to comment.