Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cmd/osv-scanner/fix/fixtures/override-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<version>1</version>

<properties>
<httpclient.version>4.0</httpclient.version>
<httpclient.version>4.5.13</httpclient.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.14.1</version>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0</version>
<version>3.0.24</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions cmd/osv-scanner/update/fixtures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0-android</version>
<version>32.0.0-android</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
</dependencies>
</project>
14 changes: 7 additions & 7 deletions internal/remediation/fixtures/zeppelin-server/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,25 +117,25 @@
<!-- common library versions -->
<slf4j.version>1.7.35</slf4j.version>
<reload4j.version>1.2.25</reload4j.version>
<libthrift.version>0.13.0</libthrift.version>
<libthrift.version>0.14.0</libthrift.version>
<flexmark.all.version>0.62.2</flexmark.all.version>
<gson.version>2.8.9</gson.version>
<gson-extras.version>0.2.2</gson-extras.version>
<org-json.version>20240205</org-json.version>
<jetty.version>9.4.52.v20230823</jetty.version>
<httpcomponents.core.version>4.4.1</httpcomponents.core.version>
<httpcomponents.client.version>4.5.13</httpcomponents.client.version>
<httpcomponents.client.version>4.5.14</httpcomponents.client.version>
<httpcomponents.asyncclient.version>4.0.2</httpcomponents.asyncclient.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<commons.lang3.version>3.18.0</commons.lang3.version>
<commons.text.version>1.10.0</commons.text.version>
<commons.configuration2.version>2.8.0</commons.configuration2.version>
<commons.configuration2.version>2.10.1</commons.configuration2.version>
<commons.exec.version>1.3</commons.exec.version>
<commons.codec.version>1.14</commons.codec.version>
<commons.io.version>2.7</commons.io.version>
<commons.io.version>2.14.0</commons.io.version>
<commons.collections.version>3.2.2</commons.collections.version>
<commons.cli.version>1.4</commons.cli.version>
<shiro.version>1.10.0</shiro.version>
<shiro.version>1.13.0</shiro.version>
<bouncycastle.version>1.70</bouncycastle.version>
<maven.version>3.6.3</maven.version>
<dropwizard.version>4.1.14</dropwizard.version>
Expand All @@ -162,7 +162,7 @@
<!-- test library versions -->
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<mockito.version>3.12.4</mockito.version>
<assertj.version>1.7.0</assertj.version>
<assertj.version>3.27.7</assertj.version>
<awaitility.version>4.2.0</awaitility.version>

<!-- plugin versions -->
Expand Down
6 changes: 3 additions & 3 deletions internal/remediation/fixtures/zeppelin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<javax.ws.rsapi.version>2.1</javax.ws.rsapi.version>
<libpam4j.version>1.11</libpam4j.version>
<jna.version>4.1.0</jna.version>
<jackson.version>2.12.6.1</jackson.version>
<nimbus.version>9.13</nimbus.version>
<jackson.version>2.12.7.1</jackson.version>
<nimbus.version>9.37.4</nimbus.version>
<kerberos.version>2.0.0-M15</kerberos.version>

<!--test library versions-->
Expand Down Expand Up @@ -235,7 +235,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.11.0</version>
<exclusions>
<!-- using jcl-over-slf4j instead -->
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion internal/resolution/manifest/fixtures/maven/my-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<zeppelin.daemon.package.base>
../bin
</zeppelin.daemon.package.base>
Expand Down
Loading