Skip to content

Commit

Permalink
deps: version updates for guava and testng (WestRidgeSystems#459)
Browse files Browse the repository at this point in the history
* deps: version updates for guava and testng

* ci: switch jdk8 build to supported version of ubuntu
  • Loading branch information
bradh authored May 31, 2023
1 parent 13b56d8 commit 55efe5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdk8.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JDK8 Build (Ubuntu 18.04)
name: JDK8 Build (Ubuntu 20.04)

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion miml-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<!-- Override for CVE 2020-8908 -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-android</version>
<version>32.0.0-android</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<spotbugs.version>4.3.0</spotbugs.version>
<surefire.verbosity>0</surefire.verbosity>
<surefire.version>3.0.0-M5</surefire.version>
<testng.version>7.5</testng.version>
<testng.version>7.5.1</testng.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 55efe5e

Please sign in to comment.